diff --git a/suma_browser/templates/_types/product/_cart.html b/suma_browser/templates/_types/product/_cart.html index 0351de7..3bde81b 100644 --- a/suma_browser/templates/_types/product/_cart.html +++ b/suma_browser/templates/_types/product/_cart.html @@ -7,9 +7,9 @@ {% if not quantity %}
@@ -80,9 +80,9 @@ @@ -139,7 +139,7 @@

- {% set href=market_url('/product/' + p.slug + '/') %} + {% set href=url_for('market.product.product_detail', slug=p.slug) %} Quantity @@ -212,9 +212,9 @@ {{ item.quantity }}