I’m having a strange issue where the page my customer is redirected to after a successful purchase, an upsell page which is supposed to have another Stripe Checkout button, does not have the intended button (so the upsell won’t work). Here’s what’s supposed to happen:
- Customer clicks the blue button on this page to buy a CD ( http://www.radionowhere.net/kit/ )
- Stripe purchase process goes as intended and redirects buyer to this page ( http://www.radionowhere.net/up/ )
- Customer sees 2nd blue button and clicks to purchase upsell
What’s actually happening is that Stripe is redirecting the post-purchase customer to a page with a different URL – http://www.radionowhere.net/up/?payment=success&amount=1000 – and this URL is not generating the button from the shortcode.
If anyone could help me figure out the problem, so that http://www.radionowhere.net/up/?payment=success&amount=1000 displays the correct blue button as intended, I’d truly appreciate it.
Thanks!