Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
  • FLASK PROJECTS/E-commerce/templates

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /