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 -%}