diff --git a/make_post_sell/templates/cart.j2 b/make_post_sell/templates/cart.j2 index 0b45aa9..9da221b 100644 --- a/make_post_sell/templates/cart.j2 +++ b/make_post_sell/templates/cart.j2 @@ -38,14 +38,14 @@ name = "cart_id" type = "hidden" id = "cart_id_input" - value = "{{ cart.id }}" + value = "{{ cart.uuid_str }}" required /> @@ -97,7 +97,7 @@
{% if "thumbnail1" in product.extensions %} - + {% endif %} @@ -105,22 +105,23 @@
- {{ product.title }} sold by + {{ product.title }} sold by {{ shop.name }}
-
- + + {% include "snippets/csrf.j2" %} + quantity:

- -
- {% include "snippets/csrf.j2" %} - + + {% include "snippets/csrf.j2" %} + +
@@ -136,7 +137,7 @@ {% if cart.physical_products %}

Physical Handling Options

-
+ {% if request.shop_location.local_pickup %}
@@ -206,7 +207,7 @@ {% if not cart.is_empty and request.user == cart.user %} - + {% include "snippets/csrf.j2" %}
@@ -224,7 +225,7 @@ {% if request.active_cart == cart and cart.count > 0 %} -
+ {% include "snippets/csrf.j2" %}
@@ -233,13 +234,13 @@ {% elif request.active_cart != cart %} {% if request.user and request.user == cart.user %} -
+ {% include "snippets/csrf.j2" %}

{% else %} -
+ {% include "snippets/csrf.j2" %}
@@ -251,13 +252,13 @@ {% if request.user and request.user.owns_cart(cart) %} {% if cart.is_not_public and cart.count > 0 %} -
+ {% include "snippets/csrf.j2" %}

{% elif cart.public %} -
+ {% include "snippets/csrf.j2" %}
@@ -270,7 +271,7 @@ {% endif %} {% if request.active_cart != cart %} -
+ {% include "snippets/csrf.j2" %}