Forum Replies Created
-
AuthorPosts
-
October 11, 2018 at 8:52 am in reply to: Customize button text, custom thank you page not working #1549
Admin
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.
Admin
KeymasterHello Alexander,
All the currencies we are interested, if possible please add them: ARS,BOB,CLP,COP,CRC,DOP,GTQ,HNL,PEN,PYG,UYU.
Thanks.
Admin
KeymasterHi, The following page has instructions that tell you how you can configure the addon and use it:
Let me know if that helps.
Admin
KeymasterLooks like wrong webhook URLs were used. Let us know if you still see the issue after you correct the webhook URLs.
Admin
KeymasterYou 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?
Admin
KeymasterWhere 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.
Admin
KeymasterIf 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.
Admin
KeymasterI 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.
Admin
KeymasterHi! 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
Admin
KeymasterI am not sure what this has to do with our Stripe plugin. Are you trying to use the WordPress’s do_shortcode() function from your custom JavaScript code?
Admin
KeymasterI am having difficulty reproducing the issue. I setup a trial subscription couple of days ago with the exact same details as yours. Mine worked fine so far. My stripe account shows that the trial started and it will charge the amount when the trial ends. I don’t want to wait 19 days for it.
So I created a new plan today that has the same details except the trial will end in 3 days.
Does your charge start from day one when the customer first subscribes (when the trial is suppose to start)? Or is this happening after the trial period?
You have setup the webhooks in your Stripe account as shown in the following page correct?
Also, while we are trying to figure out what is happening on your site, you should manually cancel that subscription from your Stripe account Or by doing the following:
1) Go the “Subscriptions” menu.
2) Click on the “View Details” for the subscription in question.
3) Hit the “Cancel Subscription” button on the right hand side.Admin
KeymasterSo you only want to charge £949 ONCE after 19 days of trial correct? Can you share a link where you have this subscription product so we can inspect it?
-
AuthorPosts