From 9b06fa6596def3505af076d6f8807a251c4162e4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 19 Oct 2024 21:35:20 +0100 Subject: Add multiple items to the cart and Stripe process - Very rough but it works - Multiple items can be added to cart - Can be bought with stripe - Shopping cart is deleted after successful transaction --- alphabetlearning/templates/payments/cart_detail.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'alphabetlearning/templates/payments/cart_detail.html') diff --git a/alphabetlearning/templates/payments/cart_detail.html b/alphabetlearning/templates/payments/cart_detail.html index 8c6c01b..46117d1 100644 --- a/alphabetlearning/templates/payments/cart_detail.html +++ b/alphabetlearning/templates/payments/cart_detail.html @@ -21,9 +21,8 @@
- {% include "payments/cart_sidepanel.html" with cart=cart %} + {% include "payments/cart_sidepanel.html" with cart=cart total=total %}
- {% else %}

Your cart is empty.

-- cgit v1.2.3