supernalle Posted November 21, 2013 Share Posted November 21, 2013 I want to create a closed webshop for a friends company. He only wants other retailers to have access to it so he will be adding customers to the webshop himself manually. No registration and such will be allowed by customers. How do I go about creating this the easiest way possible? I also want to create a static php page (like index.php) which will contain a login form. This login form should be connected to the prestashop system so only webshop-registered customers could log in. Any tips? Link to comment Share on other sites More sharing options...
El Patron Posted November 21, 2013 Share Posted November 21, 2013 I have a module for private shop that sets shop in prestashop catalog mode. When an authorized customer signs in the shop is switched out of catalog mode. This in my opinion is the easiest way to implement something like this (one line of code). for your review http://www.prestashop.com/forums/topic/149628-module-hide-prices-private-shop-authorized-client-shopping-only-14-and-15/ Link to comment Share on other sites More sharing options...
Recommended Posts