Buy now - button- time limit access

cadberry
@cadberry
10 years ago
78 posts
Hi Friends ,I have a question about the (Buy Now) button - can there be a time limit access for the purchase of a product or page access within the website? if so , can it be done threw jamroom admin creating extra tags for the buy now button? , or within the paypal api or both places -

(and also can there be free access for certain customers - from members allowing it )


-I would like my members to be able to input a time limit while creating a product, but this product will be just page access - will i have to block page threw paypal or both admin site builder area ?


-- oh yeah - do purchaser have records of purchase within their control panel or they have to just refer to their paypal account for the only records- I know Admin will have records of who bought what ... peace...


updated by @cadberry: 11/22/14 10:34:31PM
michael
@michael
10 years ago
7,714 posts
The first thing that comes to mind is to add a "Offer Ends" to the product for sale via the Form Designer for each product sold.

You would then need to alter the templates for the sales pages and surround the sale button with:
{if $_item.offer_ends <= `$smarty.now` }
 //show the buy now button here.
{/if}

You would need to get the variable correct, so use {debug} for that. And make sure it is in timestamp format so it corresponds to $smarty.now.
cadberry
@cadberry
10 years ago
78 posts
ok -thanks Micheal - i will be starting this project in like two weeks or less , so i will certainly repost again to make sure ... thanks
updated by @cadberry: 10/18/14 02:47:55AM

Tags