Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Paypal Subscription Question
- This topic has 9 replies, 2 voices, and was last updated 13 years, 4 months ago by btm.
-
AuthorPosts
-
July 19, 2011 at 3:21 am #3838btmMember
I just got estore today and have been setting up products. It looks great. I do have one question so far:
I notice that when I attempt to test purchase a subscription and enter PayPal there is no indication that it is a recurring billing.
Is that a glitch in my setup or does the customer not see that they will be billed monthly when they checkout through PayPal?
Many Thanks
July 19, 2011 at 6:02 am #34451amin007ParticipantWhen you go to PayPal what does it say in the “Terms” column?
You most likely didn’t follow the documentation to setup a subscription payment button. Did you follow this documentation?
http://www.tipsandtricks-hq.com/ecommerce/how-to-add-a-subscription-button-for-recurring-payment-400
July 19, 2011 at 9:06 pm #34452btmMemberThanks for the response. You are correct. I did not create a button (and I was not intending to create a button.)
I followed the video and inserted this code as instructed for creating a store:
[wp_eStore_fancy1 id=1]
There are many other products/services in the store, some are subscriptions and some are not.
I did fill in the subscription settings on the estore add/edit products page. Now I have Add to Cart buttons but when I click on them and try to pay, I see no sign of this being a recurring payment.
Thank you for your help. Looking forward to getting this all set up.
July 20, 2011 at 2:52 am #34453amin007ParticipantYou can’t use the shortcode for an “Add to Cart” button and expect it to work like a subscription button. Creating a subscription button is a two step process. Bottom line, If you want to embed a subscription button you need to follow this documentation:
How to Add/Create a Subscription Button for Recurring Payment
It’s really simple… there are many types of button you can create using eStore. There are corresponding documentation for each type of button. Simply follow the documentation for that particular type of button and do exactly as it say. In your case you need to use the following shortcode to place a subscription button for a product:
[wp_eStore_subscribe:product_id:PRODUCT-ID:end]
Replace ‘PRODUCT-ID’ with the actual id of the product (example: 15)
July 20, 2011 at 4:59 am #34454btmMemberThank you for explaining this. I was able to create the subscribe button but I still have a couple of questions.
1 – Is it possible to have the subscription added to cart or does it have to be a separate purchase?
2 – When I use this code: [wp_eStore_fancy1 id=1],I get the image and description in a nice box with add to cart button.
But when I use this code: [wp_eStore_subscribe:product_id:1:end], I just get the button. No title, image, or description. Is there a way to get a matching format so that the subcription matches the other estore products?
I appreciate your patience as this is allnew to me. This seems like a great product and I’m eager to learn how to use it.
Many Thanks
July 20, 2011 at 5:03 am #34455btmMemberI just found this code in the drop down box:
[wp_eStore_subscribe_fancy id=1]
It seems to solve my second question above. Would you agree that that is the right code to use for the purpose I described?
Thanks
July 21, 2011 at 12:12 am #34456amin007ParticipantYes that shortcode will do.
July 21, 2011 at 3:27 am #34457btmMemberGreat. Is there a code for adding a subscription to the cart? Or do subscriptions have to be separate purchases?
I’d like people to be able to make purchases of certain products plus set up a subscription of another product all in one transaction if possible.
Thanks.
July 21, 2011 at 6:42 am #34458amin007ParticipantSubscription cannot be added to the shopping cart. The reason for this is explained in the “Notes” section on this documentation:
http://www.tipsandtricks-hq.com/ecommerce/how-to-add-a-subscription-button-for-recurring-payment-400
July 21, 2011 at 3:22 pm #34459btmMemberThanks for all your help.
-
AuthorPosts
- You must be logged in to reply to this topic.