Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › My products keep defaulting to paypal rather than Stripe
Tagged: Payment Gateway Addon, stripe, Stripe payments
- This topic has 5 replies, 3 voices, and was last updated 7 years, 3 months ago by wzp.
-
AuthorPosts
-
August 15, 2017 at 12:44 am #14047LearningPointMember
Hello,
I recently purchased the Payment Gateway Addon, updated my WP estore plugin, and setup Stripe. Although the only payment gateway I have checked is Stripe, my products keep going through Paypal. Should the Stripe Payment Gateway show up in the WP Estore settings after I have set it up in the add-on? Can you please help me troubleshoot what might be happening?
[https://learningpointinc.com/workshops/learning-point-inc-workshop-smart-pass/]
Thanks!
August 15, 2017 at 1:17 am #76239adminKeymasterI think you are using the PayPal buy now shortcode.
If you want to use a Buy Now type button for the Stripe gateway then do the following:
https://support.tipsandtricks-hq.com/forums/topic/how-to-use-gateway-specific-buy-now-type-buttons
August 16, 2017 at 1:31 pm #76240LearningPointMemberThank you for your help. That is getting me closer to what I’m trying to do, but not exactly what I need. I have a unique landing page for product id 1. It has at least two unique buy now buttons. The buttons are images that I want to turn into links to checkout using stripe for product id 1. I tried combining a couple of shortcode features to make one that achieved this, but that didn’t work. You can see what I tried to do below:
[wp_eStore_buy_now_for_specific_gateway id=”1″ gateway=”stripe_basic” button=https://learningpointinc.com/wp-content/uploads/2011/07/SmartPass-Buy-Button-04-e1502637514400.png]
Can you please help me?
August 16, 2017 at 11:38 pm #76241adminKeymasterYou can use a custom button image. Use the “button_image” parameter to specify the button image URL in the shortcode.
So your shortcode should look like the following:
[wp_eStore_buy_now_for_specific_gateway id=”1″ gateway=”stripe_basic” button_image=https://learningpointinc.com/wp-content/uploads/2011/07/SmartPass-Buy-Button-04-e1502637514400.png]
August 17, 2017 at 1:25 pm #76242LearningPointMemberThat’s great! I also saw the post about creating a buy now url link. Do you know what that would look like for Stripe?
August 17, 2017 at 2:34 pm #76243wzpModeratorTry something like this (Product ID = 1):
http://www.example.com/?wp_eStore_buy_now=1&gateway=stripe
Available gateway values are listed here:
https://support.tipsandtricks-hq.com/forums/topic/how-to-use-gateway-specific-buy-now-type-buttons
-
AuthorPosts
- You must be logged in to reply to this topic.