Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Payment Gateway Bundle – can we specify a gateway for a specific product?
- This topic has 8 replies, 3 voices, and was last updated 5 years, 3 months ago by dbc1717.
-
AuthorPosts
-
July 23, 2019 at 6:24 pm #15493dbc1717Participant
Hi. We just installed the Payment Gateway bundle and want to add stripe as an option along with our standard paypal option. Is there a way to specify that a product always uses one gateway? We want to use paypal for all physical products as we use their shipping option. But we want all subscriptions to be sold via stripe. Is there a way to lock a specific Estore product to only one gateway?
July 23, 2019 at 10:51 pm #79732dbc1717ParticipantIf this is not possible, would it be possible to continue to use WPEstore for normal sales, and possibly use the Stripe Payments Plugin to also communicate with E-Member only for subscriptions?. Can EStore and the stripe gateway be run on the same wordpress site and link to E member?
July 25, 2019 at 7:04 am #79733adminKeymasterThe way you do that is by using “Buy Now” type buttons. So you can create a product then use a “Gateway Specific” buy now button that will create a “Buy Now” button using the Stripe payment gateway. You can create buy now buttons for any payment gateway.
The following tutorial should be helpful:
https://support.tipsandtricks-hq.com/forums/topic/how-to-use-gateway-specific-buy-now-type-buttons
Same goes for subscription payment buttons. You can create subscription payment buttons using a shortcode (for a particular gateway).
You can then put all these buttons on your product’s landing page in any order you want (so a customer can use the option they prefer).
August 5, 2019 at 7:35 pm #79734dbc1717ParticipantThanks!
August 20, 2019 at 10:02 pm #79735dbc1717ParticipantOkay, I got this basic download button that lets me send subscriptions to Stripe:
[wp_pg_eStore_subscription_button id=”1088″ gateway=”stripe_subsc”]
and it works great.
But I desire to use a fancy button that allows variations so subscribers can select a “Thank You” gift. Your documentation says this will work:
[wp_eStore_fancy_display id=”50″ type=”3″ style=”1″ gateway=”stripe_subsc”]
but it sends the purchaser to paypal even though the gateway says stripe. Is this because I have WPesore still only enabled for paypal?
I am doing this so that the hundreds of products we have that need shipping will all go to paypal without having to manually re-do all of them to specify paypal…Stripe has no shipping support but is better for subscriptions.
Is there a way to get the fancy with variations option in a payment gateway shortcode so I don’t have to re-do hundreds of products and landing pages?
Thanks!
August 21, 2019 at 2:29 am #79736adminKeymasterThat fancy shortcode should also work for Stripe subscription. I just tested it to make sure.
Just to be sure, can you please load fresh copies of the estore, extra shortcodes and the gateway bundle:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
August 22, 2019 at 8:21 pm #79737KFI17ParticipantOkay, I cant access the free add-on area, so i put in a manual update request to get access.
Until then, What shortcode did you test that did work?
I am using
[wp_eStore_fancy_display id=”50″ type=”3″ style=”1″ gateway=”stripe_subsc”] but it always goes to paypal. Please confirm the shortcode I need to use after i get the extra shortcode add-on updated.
second question – Is there a link to specific shortcodes for the payment gateway? I can’t find it.
Thanks
August 23, 2019 at 12:58 am #79738adminKeymasterI used the following shortcode (the product ID is for my test site so that will not match with yours):
[wp_eStore_fancy_display id=”26″ type=”3″ style=”1″ gateway=”stripe_subsc”]
Try this shortcode again after you get a chance to update.
All the shortcodes that we want our users to know about are listed in our shortcodes documentation here:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
August 23, 2019 at 10:01 pm #79739dbc1717ParticipantAfter upgrading the extra shortcode plugin, that shortcode now works.
Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.