Jump to content

[SOLVED] Product description from <p> to <ul>


Recommended Posts

Hello all,
I have a quick question, I'm trying to modify the description of products like the model on the left in the picture attached and I can't make it work, it's like everything I try it appears like the model from the right. I modified "product_desc" from homefeatured.tpl from < p > to < ul > and still no success. Any ideas how to do this?

Thanks,
Alex

21241_bzqXbw6xnp9wTWOY8Fb4_t

Link to comment
Share on other sites

First in Back office make product short description as list.
Then in homefeatured.tpl change

{$product.description_short|strip_tags|truncate:130:'...'}


to

{$product.description_short}



That way you display description as it is, it would not be truncated so make short list :)

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