AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Nicole Faceb on June 05, 2019, 08:28:43 AM

Title: Free download files for registered members only
Post by: Nicole Faceb on June 05, 2019, 08:28:43 AM
Hi
I am trying to setup a system where only registered member can download some free fines, I could find a way to do it in the cart, could you help?

Thank you so much
Title: Re: Free download files for registered members only
Post by: Basara on June 05, 2019, 08:36:55 AM
Hello.

You can do small code modification to show Downloads with Activated Before Order status only for registered or you can set downloads to be activated immediately after order and disable Guest Checkout in store settings so only registered customer will be allowed to download
Title: Re: Free download files for registered members only
Post by: Nicole Faceb on June 05, 2019, 10:48:55 AM
Thank you for your reply, as for doing small code modification to show Downloads with Activated Before Order status only for registered, do you know how could i do it or where can I find the source code for this in AbanteCart site?
Thanks

Nicole
Title: Re: Free download files for registered members only
Post by: Basara on June 06, 2019, 01:53:12 AM
You have to add it to product page where rendered Downloads.
about this lines https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl#L284

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl#L428