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