Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding Text to Product LISTING Page

Adding Text to Product LISTING Page

Locked

Views: 1,193

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
19 May 2007, 11:44 AM
#1
webgaffer avatar

webgaffer

New Zenner

Join Date:
Apr 2007
Posts:
20
Plugin Contributions:
0

Adding Text to Product LISTING Page

I would like to add a little text to the top of the product listing page. How can I do this?

19 May 2007, 1:52 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Adding Text to Product LISTING Page

If you want it on the Product Listing when the Products are displayed in the list ... you would what to customize the file:
/includes/templates/template_default/templates/tpl_index_product_list.php

and copy that to your templates and overrides directory:
/includes/templates/your_template_dir/templates/tpl_index_product_list.php

19 May 2007, 3:09 PM
#3
webgaffer avatar

webgaffer

New Zenner

Join Date:
Apr 2007
Posts:
20
Plugin Contributions:
0

Re: Adding Text to Product LISTING Page

Thanks a million... That worked fine