Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Customizing the 'what's new' module

Customizing the 'what's new' module

Locked

Views: 1,085

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
19 Jul 2008, 11:49 AM
#1
prezzz avatar

prezzz

New Zenner

Join Date:
Jul 2008
Posts:
3
Plugin Contributions:
0

Customizing the 'what's new' module

Hello,

I went through all possible options to customize the 'what's new' module displayed on the front page. Currently it displays 3 columns in the following format:

[ product photo ]
[ product name ]
[ price ]

while I would like it to display only photo and name, without the price.

From the admin page I can customize the actual 'new products' page but where can I customize what I want to have displayed in the 'what's new' module?

I'm using Zen Cart 1.3.7.1

Best Regards,
Prez

19 Jul 2008, 4:24 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Customizing the 'what's new' module

You would need to customize the centerbox itself for the new_products.php module and can do that with templates and overrides:
/includes/modules/new_products.php

goes to your:
/includes/modules/your_template_dir/new_products.php

and you can customize that centerbox to display in your own manner ...