Got a product or service you want to offer on a monthly subscription through PayPal or another system but still stock the item for sale through your Hyena Cart? It can be done!
Here are the steps:
1) When you enter the description for your new item, include this code in the description box to blank out (hide) the add to cart button with css code (so no one gets confused and clicks it):
<style type=”text/css”>
.addToCartButton {
font-size: 0px;
color:#ffffff;
border: 0px solid #ffffff;
background-color:#ffffff;
}
</style>
2) Go to PayPal and generate a subscription link with the options you want to use. Or generate a button from whatever payment system you will use. I use this method to run my info product sales through my account with www.WAHMCart.com and it works as well.
3) Now copy the code you just generated to create your own “add to cart” button into the product’s description wherever you’d like it to appear.
And there ya go! Subscriptions automatically created from your Hyena Cart will send the orders directly through PayPal or the system of your choice and send you automatic payments every month.
Two important things to note if you do this:
1) The order only goes through PayPal, not HC, so there will be no order record in HC and no automatic feedback (they can leave feedback in the forum).
2) No inventory control so you’d want to remove the button manually or mark the product to hidden if you don’t want more subscriptions.
Always be sure to test your setup once you’ve completed the steps to be sure it works the way you want it to.

No Comments so far ↓
There are no comments yet...Kick things off by filling out the form below.