Plonket Posted April 17, 2011 Share Posted April 17, 2011 Hi guys: I'm offering free downloads on my site and while I want my customers to log in to download the free item, I don't want them to have to go through the checkout process. What's the best way to do this? Thanks in advance. Plonket Link to comment Share on other sites More sharing options...
dailce Posted April 17, 2011 Share Posted April 17, 2011 Seems easy enough. Just create a page with your downloads, and at the top you want to add something like // if the customer is not logged on, redirect them to the homr page if (!tep_session_is_registered('customer_id')) { tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'SSL')); } Then they just have to create an account and login to access the download page. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.