Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Short product description in category page

Short product description in category page

Views: 787

Results 1 to 3 of 3
7 Aug 2014, 7:50 AM
#1
dave1st avatar

dave1st

New Zenner

Join Date:
Sep 2013
Posts:
25
Plugin Contributions:
0

Short product description in category page

Hi,
I am looking for a short product description i.e. <li>text1</li> <li>text2</li>at the category page.

I know that I can enable "Display product Description" but then there is not html-code (i.e. <li>) possible.

The final result at the category should look like:
Product1

<li>text1</li> <li>text2</li>

Price
Button (Add to cart)

Is there any possibility for such layout or any Workaround?
Thanks in advance

7 Aug 2014, 1:32 PM
#2
yaritai avatar

yaritai

Zen Follower

Join Date:
Apr 2014
Posts:
154
Plugin Contributions:
0

Re: Short product description in category page

I know some may not like this approach but what I would do is add another field to your products. You can either browse the forums for instructions on how to do it OR you can use the numinix product field mod. Then you would just edit the product_listing.php code to show the new field. Why I would do it this way is that you can control everything you want displayed. If you were to use the description field you would be forced to use the first so many characters.

7 Aug 2014, 7:03 PM
#3
dave1st avatar

dave1st

New Zenner

Join Date:
Sep 2013
Posts:
25
Plugin Contributions:
0

Re: Short product description in category page

Thanks yaritai, I will try it.

I am not sure what you mean with ...

yaritai:

Then you would just edit the product_listing.php code to show the new field.