webbusiness23 Posted April 11, 2010 Share Posted April 11, 2010 Is there any possibility to select a category which will be opened by default when the user enters the site?Thanks! Link to comment Share on other sites More sharing options...
rocky Posted April 12, 2010 Share Posted April 12, 2010 There is no option in Prestashop to do this. There are two approaches I can think of. You can simply put a redirect in index.php to category.php?id_category=2, for example, but I'm not sure whether this is bad for search engines. The other solution is to copy the contents of category.php into index.php and add code like the following to the top: $_GET['id_category'] = 2; Change 2 to the id of the category you want to display by default. Link to comment Share on other sites More sharing options...
webbusiness23 Posted April 12, 2010 Author Share Posted April 12, 2010 Thank you, i thought there is some sort of predefined Prestashop solution. 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