aiperks Posted April 1, 2012 Share Posted April 1, 2012 is it possible to remove the text description from the featured products? We want to have just the title and a picture of each item in the featured products list. Is this possible? We want to do the same in the new product list too, if we can! I tried deleting the text of the item, however it left just a blank grey box. Hope you can help!! Link to comment Share on other sites More sharing options...
CartExpert.net Posted April 2, 2012 Share Posted April 2, 2012 Hello, You need to edit 'modules/homefeatured/homefeatured.tpl' and remove <div class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:130:'...'}</a></div> Hello, You need to edit 'modules/homefeatured/homefeatured.tpl' and remove <div class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:130:'...'}</a></div> For the new products page you will need to use an if statement in the product_list.tpl and omit the product description if you are on the new-products page. 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