Skip to content

Commit 2642a1b

Browse files
authored
Merge pull request #394 from tarenjk24/patch-2
Update cart.html
2 parents fd931fb + 5d92aa7 commit 2642a1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FLASK PROJECTS/E-commerce/templates/cart.html

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ <h2 class="text-center my-4">Your Cart</h2>
3434
<td class="text-end">{{ row.name }}</td>
3535
<td class="text-end">{{ row.quantity }}</td>
3636
<td class="text-end">{{ row.price }}</td>
37+
<!-- Stripe payment link -->
38+
<td class="text-end" > <a href="https://buy.stripe.com/test_4gwdRtfcFcU3eVGfYY?locale=en-GB&__embed_source=1">Pay with Stripe</a></td>
39+
3740
</tr> {% endfor %}
3841
</tbody>
3942
</table>

0 commit comments

Comments
 (0)