JanePeppler Posted January 16, 2013 Share Posted January 16, 2013 My store is selling sheet music which people will seek by text. No pictures are necessary. In the "New Products" module empty boxes appear saying "No image available." which file do I have to edit to get the module to stop calling for images? Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted January 16, 2013 Share Posted January 16, 2013 Hi, you will need edit your theme files, such as: product.tpl, product-list.tpl, module with images. You will need to remove "<img src" Regards Link to comment Share on other sites More sharing options...
bside2234 Posted January 16, 2013 Share Posted January 16, 2013 Do you think going into the BO, Preferences, Images and removing the check marks for the images would work? Link to comment Share on other sites More sharing options...
Dh42 Posted January 16, 2013 Share Posted January 16, 2013 No, it will still look for an image, and if one is not found, prestashop has a default image it will show. Link to comment Share on other sites More sharing options...
El Patron Posted January 16, 2013 Share Posted January 16, 2013 (edited) 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 January 16, 2013 by elpatron (see edit history) 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