oVen Posted May 11, 2010 Share Posted May 11, 2010 How it is possible to make so that on main in the module "new products" were across displayed not 4 products, but only 2?Thanks Link to comment Share on other sites More sharing options...
rocky Posted May 11, 2010 Share Posted May 11, 2010 You can change the number of new products displayed by going to the configuration page of the "New products block" and changing "Products displayed" to 2. Is that what you mean? Link to comment Share on other sites More sharing options...
oVen Posted May 11, 2010 Author Share Posted May 11, 2010 You can change the number of new products displayed by going to the configuration page of the "New products block" and changing "Products displayed" to 2. Is that what you mean? I think undoubtedly, but i have not found where to change, help my please Link to comment Share on other sites More sharing options...
rocky Posted May 11, 2010 Share Posted May 11, 2010 What version of PrestaShop are you using? In PrestaShop v1.2.5 and above, you should be able to go to Modules > New products block v0.9 (in the Blocks section) > Configure and then change the number of products displayed there. Link to comment Share on other sites More sharing options...
oVen Posted May 12, 2010 Author Share Posted May 12, 2010 What version of PrestaShop are you using? In PrestaShop v1.2.5 and above, you should be able to go to Modules > New products block v0.9 (in the Blocks section) > Configure and then change the number of products displayed there. You a little correctly have understood me.I want that was as here: h**p://prodejnazbozi.cz/, in two columns. Link to comment Share on other sites More sharing options...
rocky Posted May 12, 2010 Share Posted May 12, 2010 So its the featured products on the homepage that you want in two columns instead of four? To do that, edit modules/homefeatured/homefeatured.tpl and change the following lines: {assign var='nbItemsPerLine' value=4} to: {assign var='nbItemsPerLine' value=2} Then edit the width of "#center_column .products_block ul li" in the /* Special style for block products in center column */ section of css/global.css in your theme's directory. 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