diff --git a/make_post_sell/templates/cart_checkout.j2 b/make_post_sell/templates/cart_checkout.j2 index f9dbae1..3744ed5 100644 --- a/make_post_sell/templates/cart_checkout.j2 +++ b/make_post_sell/templates/cart_checkout.j2 @@ -54,6 +54,11 @@ {% include "snippets/csrf.j2" %} + {% elif stripe_enabled and request.shop and request.shop.is_stripe_ready and cart.requires_payment %} + {# No card on file yet — give the buyer a prominent CTA on the right + column so Stripe stays visible alongside PayPal and crypto. /billing + adds the card; the buyer returns here to confirm checkout. #} + Pay with Credit Card — Add Card {% endif %} {# PayPal checkout button #} @@ -86,7 +91,10 @@ {% endif %}
- + {# disable-funding=paylater,card hides the secondary "Pay Later" and + "Debit or Credit Card" Smart Buttons so only the single yellow + PayPal button renders. Credit-card checkout flows through Stripe. #} +