From c9aa05574e60c974e511d2d30bfee7ea56d64bbf Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 13 Dec 2024 19:14:42 -0500 Subject: [PATCH] Jenn asked for more buttons. so I made more buttons. modified: make_post_sell/templates/cart_checkout.j2 modified: make_post_sell/templates/user_addresses.j2 --- make_post_sell/templates/cart_checkout.j2 | 7 ++++++- make_post_sell/templates/user_addresses.j2 | 14 +++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/make_post_sell/templates/cart_checkout.j2 b/make_post_sell/templates/cart_checkout.j2 index 1b32ad5..6ca1b9f 100644 --- a/make_post_sell/templates/cart_checkout.j2 +++ b/make_post_sell/templates/cart_checkout.j2 @@ -16,7 +16,12 @@ {% if request.shop and request.shop.is_ready %} Use a different card {% endif %} - + + {% if request.user.active_address %} +

Active Shipping Address

+
{{- request.user.active_address.data -}}
+ Use a different address + {% endif %} diff --git a/make_post_sell/templates/user_addresses.j2 b/make_post_sell/templates/user_addresses.j2 index dc1b965..cc158e1 100644 --- a/make_post_sell/templates/user_addresses.j2 +++ b/make_post_sell/templates/user_addresses.j2 @@ -8,7 +8,7 @@
-

Active Address

+

Active Shipping Address

{{- request.user.active_address.data -}}
@@ -54,5 +54,17 @@ Country"
+ +
+
+ +
+Review Order +  +  +  +Checkout +
+ {%- endblock -%}