tilki Posted August 8, 2013 Share Posted August 8, 2013 ahoj, prosím o radu v jakém souboru můžu změnit počet produktů zobrazených na stránce - nabídka na stránce e-shopu... v BO jde změnit pouze jedna hodnota...díky Link to comment Share on other sites More sharing options...
pavel.kocarek Posted August 8, 2013 Share Posted August 8, 2013 classes/controller/FrontController.php $nArray = (int)Configuration::get('PS_PRODUCTS_PER_PAGE') != 15 ? array((int)Configuration::get('PS_PRODUCTS_PER_PAGE'), 15, 30, 60) : array(15, 30, 60); Tady už jsou hodnoty změněné, stránkování 15,30,60 :-) 1 Link to comment Share on other sites More sharing options...
tilki Posted August 8, 2013 Author Share Posted August 8, 2013 díky!! 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