Jump to content

[SOLVED ]Categories view - how to show pictures ONLY


ml48

Recommended Posts

Is it possible to show only product pictures in categories?
Without any info - "availiablity" "new" "Add to cart" "price" "description"

If I understood right - i should modify product-list.tpl and global.css
Please tell me - what exactly code should I remove?

14285_BCPD37PxMjYxRNp2ksjj_t

Link to comment
Share on other sites

Christopher thank you for help!

I've done it and it show pictures only,but it looks a bit strange:)
Looks like I've modified something wrong...

Any suggestions?

that's what i got in the product-list.tpl:

    
<!-- Products list -->


       {if isset($products) AND $products}

               {assign var='liHeight' value=250}
               {assign var='nbItemsPerLine' value=5}
               {assign var='nbLi' value=$products|@count}
               {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil}
               {assign var='ulHeight' value=$nbLines*$liHeight}

               {foreach from=$products item=product name=homeFeaturedProducts}
                   {assign var='productLink' value=$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)}






Link to comment
Share on other sites

done it!
but here is another problem:
thumbnails are bigger then central block (on screenshot) and they are beyond page area
don't understand, how to make page longer.

that thing moved in the middle of screen.
playing with firebug didn't get any result

i just know that it is


but don't know what tk do to make it look normal

any css masters here?

14314_12HwESJ6g6ZsRTImpdDk_t

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...