MilosHK Posted September 12, 2022 Share Posted September 12, 2022 Ahoj jsem poměrně nový a seznamuji se s PresraShop a mám dotaz jak mohu změnit počet produktů na řádku pokud to lze. Děkuji Link to comment Share on other sites More sharing options...
ps8modules Posted September 16, 2022 Share Posted September 16, 2022 Ahoj, rád pomohu. Je potřeba upřesnit verzi Prestashop a přidat sem screen toho, kde chceš počet změnit. Link to comment Share on other sites More sharing options...
MilosHK Posted September 18, 2022 Author Share Posted September 18, 2022 (edited) Verze Prestashop 1.6.1.24 Šablona mám default a seznamuji se s tímto systémem. Chtěl bych mít cca 4 - 5 produktů v kategoriích na jednom řádku. Děkuji Edited September 18, 2022 by MilosHK (see edit history) Link to comment Share on other sites More sharing options...
ps8modules Posted September 18, 2022 Share Posted September 18, 2022 Děkuji. Pokud 4 produkty tak se musí v souboru product-list.tpl změnit na řádku 28: assign var='nbItemsPerLine' value=3 na assign var='nbItemsPerLine' value=4 a dále změnit na řádku 49 (col-md-4) {if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-4{else} na (col-md-3) {if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-3{else} 1 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