kyom034 Posted May 27, 2013 Share Posted May 27, 2013 Hi, I'm looking for a solution to avoid the appearance image "cover" on product.tpl. So i want change: <!-- product img--> <div id="image-block"> {if $have_image} <span id="view_full_size"> <img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large_default')}"{if $jqZoomEnabled} class="jqzoom"{/if} title="{$product->name|escape:'htmlall':'UTF-8'}" alt="{$product->name|escape:'htmlall':'UTF-8'}" id="bigpic" width="{$largeSize.width}" height="{$largeSize.height}"/> etc.... in the French forum, nobody knows....can someone help me? Thanks Guillaume Link to comment Share on other sites More sharing options...
vekia Posted May 27, 2013 Share Posted May 27, 2013 you want to disable only cover image? Or maybe you want to remove all other images too? you can remove <img> and you will achieve something like: Link to comment Share on other sites More sharing options...
JStormrage Posted June 3, 2013 Share Posted June 3, 2013 How would one disable just the cover image? Link to comment Share on other sites More sharing options...
vekia Posted June 3, 2013 Share Posted June 3, 2013 what you want to achieve, because on the example that i pasted above you haven't got cover image... this is what you expect? Link to comment Share on other sites More sharing options...
kyom034 Posted June 5, 2013 Author Share Posted June 5, 2013 Hi evryone sorry for my late reply.. I want for exemple with ipod nano Display in product page all images but without black ipod. But i want keep the cover "black ipod" in product-list page, home featured module etc... I hope you understand me Thanks Link to comment Share on other sites More sharing options...
kyom034 Posted June 7, 2013 Author Share Posted June 7, 2013 How would one disable just the cover image? Hi JStormrage, Yes i want this For exemple with ipod nano: Display in product page all images but without black ipod. But i want keep the cover "black ipod" in product-list page, home featured module etc... I hope you understand me 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