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.
Subscription buttons in Sidebar using eMember and eStore
(2 posts) (2 voices)-
Posted 1 year ago #
-
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,
IvyPosted 1 year ago #
Reply
You must log in to post.