Jump to content

login popup


Recommended Posts

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

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

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...