javascript - Simple Stripe Checkout - No button appearing on redirect page -



javascript - Simple Stripe Checkout - No button appearing on redirect page -

i'm having unusual issue page client redirected after successful purchase, upsell page supposed have stripe checkout button, not have intended button (so upsell won't work). here's what's supposed happen:

customer clicks bluish button on page purchase cd ( http://www.radionowhere.net/kit/ ) stripe purchase process goes intended , redirects buyer page ( http://www.radionowhere.net/up/ ) customer sees 2nd bluish button , clicks purchase upsell

what's happening stripe redirecting post-purchase client page different url - http://www.radionowhere.net/up/?payment=success&amount=1000 - , url not generating button shortcode.

if help me figure out problem, http://www.radionowhere.net/up/?payment=success&amount=1000 displays right bluish button intended, i'd appreciate it.

thanks!

javascript jquery wordpress stripe.net

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -