AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started 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
-
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
-
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
-
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