Forum Replies Created
-
AuthorPosts
-
AdminKeymaster
It 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.
AdminKeymasterYes this would be a great addition and probably a lot of people would want it.
just makes everything much more consistent!
AdminKeymasterYou 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 #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?
October 11, 2018 at 8:44 am in reply to: Customize button text, custom thank you page not working #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.
AdminKeymasterThe 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:
AdminKeymasterHi 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.
AdminKeymasterHello Alexander,
All the currencies we are interested, if possible please add them: ARS,BOB,CLP,COP,CRC,DOP,GTQ,HNL,PEN,PYG,UYU.
Thanks.
AdminKeymasterHi, The following page has instructions that tell you how you can configure the addon and use it:
Let me know if that helps.
AdminKeymasterLooks like wrong webhook URLs were used. Let us know if you still see the issue after you correct the webhook URLs.
AdminKeymasterYou never replied to the email that Alexander sent to you. So we can get access to the site and check a few things. Did you get that email?
AdminKeymasterWhere do you see the charge. Do you see the charge in the credit card? Or are you maybe looking at some interface where the info is misleading. How are you verifying that it is charging daily?
I have configured trial with your exact same settings and the trial works fine.
AdminKeymasterIf your pricing table lets you enter a shortcode, then you can use the shortcode to add the stripe buy now button to the pricing table.
You could always use the link for the product page. Each product you create in the plugin has a specific product page (You can get the URL by editing the product). A visitor can go to that URL and purchase the item.
AdminKeymasterI don’t know if you can call the do_shortcode function from JavaScript. I know that function can be called from your PHP code (after everything has loaded). We unfortunately don’t support this type of usage for our shortcode. So we won’t be able to help with this.
AdminKeymasterHi! Thanks for your reply!
Yeah, i try to do:
<script>
var phpstripe= <?php echo do_shortcode([accept stripe payment….]);?>(i tried all posibilities with the code, putting commas everywhere, double commas, single….)
<script>When i do that, mi var phpstripe is undefined and not with a HTML button inside. I tried to look in the register if do_shortcode() has registered the string [accept stripe payment…]
I tried to edit an actual stripe payment button but the problem is that if you change the properties, it still has the old value and i think it is because hash fuction
-
AuthorPosts