empocher Posted October 8, 2010 Share Posted October 8, 2010 about FEATURED PRODUCTS blockthe block shows the products as 4x4 in the current......if i want to display as 3x3...how can i modify? and also without the wordsabout new products blockthe block is shows the photos and words in the current...if i just wanna the photos show..how can i modify?? Link to comment Share on other sites More sharing options...
rocky Posted October 9, 2010 Share Posted October 9, 2010 Go to the Modules tab, then configure the "Featured products on the homepage v0.9" module (in the Tools section) and change the "Number of product displayed" to 9, then click Save. This will display 9 featured products. Then edit modules/homefeatured/homefeatured.tpl and change line 7 from: {assign var='nbItemsPerLine' value=4} to: {assign var='nbItemsPerLine' value=3} then change the following in the /* Special style for block products in the center column */ section: #center_column .products_block ul li { float: left; background-color: #d0d3d8; margin-top: 0; padding: 0 0 1px; width: 133px; border-right: 1px solid white; border-bottom: 1px solid white } Increase the width from 133px to a number so that the three products per row fit nicely in the space. Link to comment Share on other sites More sharing options...
empocher Posted October 9, 2010 Author Share Posted October 9, 2010 how can i found center in the files??i changed from 3 to 4 already Link to comment Share on other sites More sharing options...
rocky Posted October 9, 2010 Share Posted October 9, 2010 Use your text editor to search "#center_column .products_block ul li" and you should find it. 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