- This topic has 1 reply, 2 voices, and was last updated 14 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 › Subscription buttons in Sidebar using eMember and eStore
I am trying to figure out how to get my 2 subscription buttons in my sidebar. I am not looking to put the shopping cart on my sidebar, jut the “subscribe” buttons so that if they are clicked on they will take the person through the registration and payment process. How do I do this? placing them in the html/text widget does not work.
You need to use the following PHP shortcode
<?php echo print_eStore_subscribe_button_form(1) ?>
Displays a “Subscription” button from a Theme file
(eg. Sidebar, header, footer)
Here is a list of all the shortcodes you can use; http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
You will also need a plugin that allows you to execute php in a widget. There are a few out there here is one we use: Executable PHP Widget.
Let me know how it goes.
Cheers,
Ivy