From 5d92aa72b24dbddea95db9b53b9ddaf8c98eb255 Mon Sep 17 00:00:00 2001 From: Eter Nada <123267672+tarenjk24@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:29:30 +0100 Subject: [PATCH] Update cart.html added stripe payment --- FLASK PROJECTS/E-commerce/templates/cart.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FLASK PROJECTS/E-commerce/templates/cart.html b/FLASK PROJECTS/E-commerce/templates/cart.html index 5bcd681b..4df31577 100644 --- a/FLASK PROJECTS/E-commerce/templates/cart.html +++ b/FLASK PROJECTS/E-commerce/templates/cart.html @@ -34,6 +34,9 @@

Your Cart

{{ row.name }} {{ row.quantity }} {{ row.price }} + + Pay with Stripe + {% endfor %}