We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd931fb + 5d92aa7 commit 2642a1bCopy full SHA for 2642a1b
FLASK PROJECTS/E-commerce/templates/cart.html
@@ -34,6 +34,9 @@ <h2 class="text-center my-4">Your Cart</h2>
34
<td class="text-end">{{ row.name }}</td>
35
<td class="text-end">{{ row.quantity }}</td>
36
<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
+
40
</tr> {% endfor %}
41
</tbody>
42
</table>
0 commit comments