tatygrassini Posted December 19, 2011 Share Posted December 19, 2011 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?? Link to comment Share on other sites More sharing options...
tatygrassini Posted December 21, 2011 Author Share Posted December 21, 2011 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 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