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_sidepanel.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'alphabetlearning/templates/payments/cart_sidepanel.html') diff --git a/alphabetlearning/templates/payments/cart_sidepanel.html b/alphabetlearning/templates/payments/cart_sidepanel.html index 7742c9a..b788d24 100644 --- a/alphabetlearning/templates/payments/cart_sidepanel.html +++ b/alphabetlearning/templates/payments/cart_sidepanel.html @@ -23,6 +23,9 @@
- +
+ {% csrf_token %} + +
-- cgit v1.2.3