I want my customers to be able to enter their card details again on upsell pages for them to make the purchase
Hi @ace,
In the upsell and downsell pages it’s not possible to add payment form elements.
The only workaround to achieve this would be with the following structure:
-Checkout Page
-Thank You Page (in this page present what the upsell is about and 2 buttons: YES and NO buttons)
- Assign the action of the YES button > Point it to the URL of the CHECKOUT PAGE 2
- Assign the action of the NO button > Point it to the URL of the THANK YOU PAGE 2
-Checkout Page 2
- Here you can add a product list of the upsell products
- A payment form
- And request again the customer’s details
-Thank You Page 2
Keep in mind that if doing this, the analytics of the funnel won’t be as reliable as if it had the normal structure (checkout page/upsell page/thank you page)