feat: add permalink to product analytics page

This commit is contained in:
russell@unturf.com 2026-02-26 16:42:11 -05:00
parent 9e7b4c6896
commit da29e6d3e2

View file

@ -10,6 +10,8 @@
<p><a href="/s/{{ request.shop.uuid_str }}/analytics">&larr; Shop Analytics</a> &middot; <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 --- #}