Jump to content

Can you remove text from the featured products block?


aiperks

Recommended Posts

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

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

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...