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 @@
@@ -136,7 +137,7 @@
{% if cart.physical_products %}
Physical Handling Options
-
@@ -224,7 +225,7 @@
{% if request.active_cart == cart and cart.count > 0 %}
-
@@ -233,13 +234,13 @@
{% elif request.active_cart != cart %}
{% if request.user and request.user == cart.user %}
-
{% else %}
-
@@ -251,13 +252,13 @@
{% if request.user and request.user.owns_cart(cart) %}
{% if cart.is_not_public and cart.count > 0 %}
-
{% elif cart.public %}
-
@@ -270,7 +271,7 @@
{% endif %}
{% if request.active_cart != cart %}
-