- This topic has 2 replies, 2 voices, and was last updated 11 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › eStore – Subscription Button within function within template
Tagged: recurring payments, template function
I am using 3 subscription buttons within my template to create different memberships levels. They are loaded into the template using print_eStore_buy_now_button(ID). The issue is I do not see how this loads my trial period for one of my membership levels and I also do not see recurring payments loaded in my paypal account once I make a purchase.
I have had a look at this link but it doesnt show how to add the button within the template file. Im guessing there is a function to handle this.
http://www.tipsandtricks-hq.com/ecommerce/how-to-add-a-subscription-button-for-recurring-payment-400
Thanks,
Jesse
It is not working because you are using a “buy now” button to sell a subscription.
You have to use a subscription button and I think the function you need is the following:
print_eStore_subscribe_button_form($id)
Thanks, worked like a charm.