Jump to content

about the FEATURED PRODUCTS and NEW PRODUCTS BLOCK...need some helps..


Recommended Posts

about FEATURED PRODUCTS block
the block shows the products as 4x4 in the current......if i want to display as 3x3...how can i modify?
and also without the words

about new products block

the 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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...