feat: add permalink to product analytics page
This commit is contained in:
parent
9e7b4c6896
commit
da29e6d3e2
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
<p><a href="/s/{{ request.shop.uuid_str }}/analytics">← Shop Analytics</a> · <a href="{{ product_url }}">View Product</a></p>
|
||||
|
||||
<p class="analytics-permalink"><a href="{{ product.absolute_url(request) }}">{{ product.absolute_url(request) }}</a></p>
|
||||
|
||||
<h3>{{ product.title }}</h3>
|
||||
|
||||
{# --- Overview Strip --- #}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue