Prashant_Musale Posted July 28, 2013 Share Posted July 28, 2013 I am new to prestashop(1.5.4) i just wanted to know how prestashop handles URL means how he captures attributes given in URL . for eg. i want to give grid and list view http://www.erelego.com/prestashop/ebooks/index.php?id_category=70&controller=category&orderby=price&orderway=desc&ViewType=Grid http://www.erelego.com/prestashop/ebooks/index.php?id_category=70&controller=category&orderby=price&orderway=desc&ViewType=List how to handle this? how will i get value of ViewType? PS: i dont want to do this with javascript i am using Prestashop version(1.5.4) Please Help ! Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted July 28, 2013 Share Posted July 28, 2013 it happens with javascript: click on gird: css float:left list:displa:inline Link to comment Share on other sites More sharing options...
Recommended Posts