- This topic has 1 reply, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Stripe checkout code
Tagged: Checkout
I’m wondering, can I use the following code several times on a page?
[accept_stripe_payment_checkout]
[/accept_stripe_payment_checkout]
I have texts I want to put in different sections on the page, but only show if the payment was successful. Can I do something like this:
Section 1:
[accept_stripe_payment_checkout]
Thank you! You purchased X.
[/accept_stripe_payment_checkout]
[/accept_stripe_payment_checkout_error]
Error message
[accept_stripe_payment_checkout_error]
Section 2:
[accept_stripe_payment_checkout]
Your client number is: XXX
[/accept_stripe_payment_checkout]
Section 3:
[accept_stripe_payment_checkout]
Download X here.
[/accept_stripe_payment_checkout]
No, that’s not how it is meant to be used unfortunately.