Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterWe don’t have the HTML email option at the moment. We will add an option for this in the plugin.
Admin
KeymasterWhat specific behavior of it is not working? Did you make any modifications to your site couple of days ago when this happened?
Admin
KeymasterThe subscription plan is something that needs to be created in your Stripe account. So stripe doesn’t offer a good/easy option for dynamically applying a discount to a subscription plan. We have plans to come up with a solution so discount can be applied to subscription plans.
October 19, 2018 at 12:25 am in reply to: asp_stripe_payment_completed hook for individual products #1585Admin
KeymasterThe following action hook gets triggered for every transaction:
asp_stripe_payment_completed
Within the function (that you will create to handle the hook), you can check the data to see the product ID and other details. Then do things if it is for your product ID.
Admin
KeymasterI ended up using a third domain email address as a workaround as I didn’t want to spend too much more time trying to understand if it was a hosting issue, domain issue, or combination. Thanks again for this awesome plugin!
Admin
Keymasterah ok makes sense thank you for explaining!
Admin
Keymasterproblem solved, its the Beaver Builder page builder plugin. When I set up a post without BB the popup pops up.
Admin
KeymasterThe most common cause for this is caching. When your pages with payment buttons are cached, the security keys used on it will be stale. Do you use any caching plugin? Does your hosting provider used forced caching on your page?
Admin
KeymasterIt shows the captcha first then if the user is not a robot the main payment for is shown.
Otherwise it will be useless if you generate and show the payment form with captcha. The stripe popup payment form generation is the resource intensive task. The bot can keep loading your page and cause excessive resource usage. So you want that task to be behind captcha. This is not like a normal contact form on a site where you have the form and captcha together.
Admin
KeymasterYes this would be a great addition and probably a lot of people would want it.
just makes everything much more consistent!
Admin
KeymasterYou can customize it by updating the value for it in the translation file.
October 11, 2018 at 8:52 am in reply to: Customize button text, custom thank you page not working #1549Admin
KeymasterHi 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?
October 11, 2018 at 8:44 am in reply to: Customize button text, custom thank you page not working #1548Admin
KeymasterHi 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.
Admin
KeymasterThe shortcode you are using only shows the buy now text with the button. It doesn’t show anything else.
You can take a look at the following tutorial that will show you how to add buy now button with product details on a page:
Admin
KeymasterHi Alexander,
That’s insanely great news, thanks.
50% of our traffic is Phone and Tablet, but only 7% of sales, I’m sure this is because of the inelegance of buying something on a phone. This will be a great fix.
-
AuthorPosts