ml48 Posted November 10, 2009 Share Posted November 10, 2009 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.cssPlease tell me - what exactly code should I remove? Link to comment Share on other sites More sharing options...
christopherdarling Posted November 10, 2009 Share Posted November 10, 2009 just leave getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" />between foreach loop Link to comment Share on other sites More sharing options...
ml48 Posted November 11, 2009 Author Share Posted November 11, 2009 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 More sharing options...
christopherdarling Posted November 11, 2009 Share Posted November 11, 2009 You need to do some CSS coding. Look in your global.css file and use firebug inside firefox Link to comment Share on other sites More sharing options...
ml48 Posted November 11, 2009 Author Share Posted November 11, 2009 done it! but here is another problem:thumbnails are bigger then central block (on screenshot) and they are beyond page areadon't understand, how to make page longer.that thing moved in the middle of screen.playing with firebug didn't get any resulti just know that it is but don't know what tk do to make it look normalany css masters here? 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