Jump to content
  • 0

Nie można wylogować się z frontendu


leech

Question

Mam problem taki jak w temacie częściowo rozwiązany, tzn. przyczyną jest wpis:

"DirectoryIndex category.php?id_category=2" w .htaccess.

Po jego usunięciu można się wylogować. Jednak zależy mi żeby strona startowa sklepu była właśnie w tej kategorii.

Dzięki za rady.

 

edyta:

dodałem do prestashop\themes\prestashop\index.php:

 

header("Location: category.php?id_category=2");

 

i działa :)

 

 

edyta2:

 poprzednia modyfikacja jednak nie działa

 

działa ta ;)

indexcontroller.php

public function displayContent()
	{
		parent::displayContent();
		Tools::redirect('category.php?id_category=2');
		self::$smarty->display(_PS_THEME_DIR_.'index.tpl');
	}
Edited by leech (see edit history)
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...