Jump to content

Do not want ANY product pictures. How?


Recommended Posts

you will need to modify this code in modules/blocknewproducts.tpl

  {if $smarty.foreach.newProducts.index < 2}
<li{if $smarty.foreach.newProducts.first} class="first"{/if}><a href="{$product.link}" title="{$product.legend|escape:html:'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'medium')}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$product.legend|escape:html:'UTF-8'}" /></a></li>
  {/if}

 

pm me if you need help modifying this, as you will need a link from the product title. But it will be tomorrow as I'm putting the tools on the truck for today...

note: this is 1.4.6.2 module...it may differ depending on your ps version, which you should include with your forum post.

Edited by elpatron (see edit history)
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...