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...
Carlsen Posted April 1, 2012 Share Posted April 1, 2012 Hi, You are talking about the home-featured module, right? Try removing <div class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:130:'...'}</a></div> Then the box should disappear completely. Link to comment Share on other sites More sharing options...
benetophe Posted April 6, 2012 Share Posted April 6, 2012 Hi, On the modul homefeatured\homefeatured.tpl, you have this : <div class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:130:'...'}</a></div> If you want to remove all description of the product you should put tags like comments. So your code should be like this : <!-- <div class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:130:'...'}</a></div> --> I hope I answer to your question. bye 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