- This topic has 4 replies, 2 voices, and was last updated 10 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Set specific payment method for subscription product
I have set up some normal products and some subscription products. Payment methods are manual and Paypal.
Problem is that I don’t want customers to use the Manual payment method when they purchase a subscription product.
Is there a way to set up a product so that customers can only pay using PayPal?
If not, can you please suggest a way around this?
Thanks!
When you setup a PayPal subscription using the following documentation, it can only be checked out via PayPal:
Thanks for those details.
I had put this code on the page – [wp_eStore_category_products_fancy id=2 style=1 order=1 show_price=1] – which is a link to all of the subscription products.
Here is a screenshot of how this looks – [http://awesomescreenshot.com/0773o1w05d]
The problem I found when I tested clickingon the Subscribe button for one of these products, it did not redirect to PayPal. It simply added the product to my cart and I could checkout using either Manual or PayPal.
Is it possible to list these products as above in the screenshot and so they also direct straight to PayPayl when I click the subscribe button?
Thanks
Use the button type parameter in that shortcode to specify the type of button you want to use. For subscription type button, it will be 3.
Here is an example of what you should be using to get subscription type button:
[wp_eStore_category_products_fancy id=2 style=1 order=1 show_price=1 type=3]
Full explanation in our shortcodes documentation:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
Perfect! Thanks very much.