From 55dadce4fe08153cef82708ba9b832200dab8574 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 6 Dec 2024 08:34:55 -0500 Subject: [PATCH] fix cart page when physical items. --- make_post_sell/templates/cart.j2 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/make_post_sell/templates/cart.j2 b/make_post_sell/templates/cart.j2 index cdd8dd0..aa2ba47 100644 --- a/make_post_sell/templates/cart.j2 +++ b/make_post_sell/templates/cart.j2 @@ -140,21 +140,26 @@ {% endif %} {% if request.shop_location.local_delivery %} -
+
{% endif %} {% if request.shop_location.local_shipping %} -
+
{% endif %} {% if request.shop_location.international_shipping %} -
+
{% endif %} {% endif %} -
{% if cart.is_discounted %}