Home › Forums › Stripe Payments Plugin › Customize button text, custom thank you page not working
- This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by Admin.
-
AuthorPosts
-
October 10, 2018 at 7:02 am #1542AdminKeymaster
Hello,
1. How can I change the button text from PAY to DONATE or something else?
2. The custom Thank you page is not working for me. As soon as I add the closing tag ([/accept_stripe_payment_checkout]) to my page everything in-between disappears. I need this because the standard text is not appropriate for donations.
3. What exactly is the difference between {purchase_amt_curr} and {item_price}?
Thank you!
October 10, 2018 at 11:19 pm #1546chanelKeymasterHi,
You can alter the button text using the ‘Button Text’ field when you create/edit a product. There is a screenshot demonstrating this field in the documentation below:
You can simply choose a thankyou page that relates directly to that product by specifying the page URL. Could you possibly use that method rather than having one generic thank you page? https://s-plugins.com/customize-the-thank-page-message-of-stripe-payments-plugin/
For your third question:
{purchase_amt_curr} = The amount paid for the current transaction with currency symbol. Example: $1,000.00
{item_price} = Item price. Example: 1000,00These definitions can be found on the following page:
– Regards Chanel
October 11, 2018 at 8:44 am #1548AdminKeymasterHi Chanel,
Thanks for your reply. Apparently, I wasn’t clear enough in my explanation on the button text. I want to change the button text in the Stripe form. When I click my button DONATE NOW the STripe form pops up saying PAY(amount). This is not cool. People give, donate, fund etc. in this case but they don’t pay. I’ve read Stripe Checkout offers the functionality to alter this text. How can I do it with your WP plugin?
Regards,
NONAMEPS: Thanks for your other advice, will dive into and check whether it works for me.
October 11, 2018 at 8:52 am #1549AdminKeymasterHi Chanel,
I’ve already tried the custom URL for a thank you page. But it doesn’T work for me. Everything between the two tags [accept_stripe_payment_checkout] and [/accept_stripe_payment_checkout] disappears and what’s left is a blank page. Only the standard version with [accept_stripe_payment_checkout] works.
Any suggestions?
-
AuthorPosts
- You must be logged in to reply to this topic.