Mariuszpn Posted May 15, 2014 Share Posted May 15, 2014 Hello, I have a question how to make 'private shop' for your customers? I mean that after entering the page wyskakiwało login window like this: http://www.e.tedi.com.pl/BrowseProducts.aspx?sort=UnitPriceGorssDESC&page=145 possibly done differently in index.php I added this code: ControllerFactory :: getController ('IndexController') -> run (); if ($ cookie-> isLogged ()) Tools :: redirect ('authentication.php? back = index.php'); and I have such an effect that immediately pops login but I have seen all the time and horizontal menu categories in the footer, and thus seen to be missed. I turned off the customers> group visibility for all visitors and guests and still it shows. Does anyone have an idea how to do it. Thank you for your response. Link to comment Share on other sites More sharing options...
Mariuszpn Posted May 15, 2014 Author Share Posted May 15, 2014 Witam,mam pytanie jak zrobić 'sklep prywatnym' dla swoich klientów ? chodzi mi o to żeby po wejściu na strone wyskakiwało okienko logowania jak tu: http://www.e.tedi.com.pl/BrowseProducts.aspx?sort=UnitPriceGorssDESC&page=145 ew. inaczej zrobiłem dodałem w pliku index.php taki kod:ControllerFactory::getController('IndexController')->run();if (!$cookie->isLogged()) Tools::redirect('authentication.php?back=index.php'); i mam taki efekt że od razu wyskakuje logowanie ale mam cały czas widoczne menu poziome i kategorie w footer i w ten sposób logowanie można ominąć. Wyłączyłem w klienci>grupy widoczność wszystkiego dla odwiedzających i gości a nadal to widać. Ma ktoś pomysł jak to zrobić. dziękuję za odpowiedź. Link to comment Share on other sites More sharing options...
vekia Posted May 22, 2014 Share Posted May 22, 2014 this module: http://www.prestashop.com/forums/topic/288905-module-popup-login-block/ will solve your problem :-) Link to comment Share on other sites More sharing options...
Mariuszpn Posted May 27, 2014 Author Share Posted May 27, 2014 this module: http://www.prestashop.com/forums/topic/288905-module-popup-login-block/ will solve your problem :-) Czy ten moduł spełni moje oczekiwania ? Chodzi o to jak pisałem wcześniej o brak dostępu do zasobów strony jak i również rejestrowanie się użytkowników ale ja jako administrator muszę zaakceptować rejestrację ? Bo będę chciał kupić ten moduł Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now