Zen Cart Logo

Newbie needs help!!

Locked

Views: 1,083

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Mar 2009, 11:37 AM
#1
richiec avatar

richiec

New Zenner

Join Date:
Feb 2009
Posts:
19
Plugin Contributions:
0

Newbie needs help!!

Can anyone tell me how I can enable product desriptions, price and details button with each product in featured products? I have enabled featured products to open with my homepage and I have got a product image and model, is there anyway of showing the description and details button aswell?

14 Mar 2009, 11:58 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Newbie needs help!!

Should be done in Admin - Configuration - Featured Listing

14 Mar 2009, 12:46 PM
#3
richiec avatar

richiec

New Zenner

Join Date:
Feb 2009
Posts:
19
Plugin Contributions:
0

Re: Newbie needs help!!

Thanks for quick response steve, I have already tried to enable the description that way, but it is still not doing it. Any other ideas? Would appreciate any suggestions guys.

14 Mar 2009, 3:08 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Newbie needs help!!

If you are referring to the Featured Products centerbox, that is not designed for the products_description ...

You would need to customize the module:
/includes/modules/featured_products.php

using your templates and overrides:
/includes/modules/your_template_dir/featured_products.php

and include the products_description in the SELECT statements and then include that in the building of the display ...