Jump to content

[SOLVED] Add short description in Special Module


Recommended Posts

post-292315-0-71232900-1324389905_thumb.png

 

I need to echo the short description as in the "homefeatured" module in the specials section.

 

I tried copy/paste the homefeatured.tpl snippet

{$product.description_short}

and is not working, can't figure it out...

 

Any ideas??

 

 

 

{if $special.description_short}
 <div class="product_desc">{$special.description_short|truncate:65:'...'|strip_tags:'UTF-8'}</div>
{/if}

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