Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding General Information To Every Product Page

Adding General Information To Every Product Page

Locked

Views: 937

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
27 Jun 2007, 1:42 PM
#1
cjbarnaby avatar

cjbarnaby

New Zenner

Join Date:
Jun 2007
Posts:
2
Plugin Contributions:
0

Adding General Information To Every Product Page

Hi Folks,

I took a poke around and I could not find an answer for this so either its a new one or I wasn't using the right search criteria.

I want to add to every single page at the bottom a small disclaimer that states that product images may be examples only and delivered product may not be identical.

Manufacturers update designs occasionally of packaging so I want to cover for this.

How would I go about making that appear on all pages.

Thanks for everyones time in advance.

Cheers
Chris:smile:

27 Jun 2007, 2:05 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Adding General Information To Every Product Page

Just add the appropriate code near the bottom of /includes/templates/your_template/templates/tpl_product_listing_display.php.
THis will display it on every individual product info page.

If you also want it on product listing pages, try /includes/modules/your_template/product_listing.php.

If you want it on every single page on your site (overkill in my opinion) use /includes/templates/your_template/common/tpl_main_page.php.

27 Jun 2007, 10:57 PM
#3
cjbarnaby avatar

cjbarnaby

New Zenner

Join Date:
Jun 2007
Posts:
2
Plugin Contributions:
0

Re: Adding General Information To Every Product Page

Thanks so much for that tip.

One more question if you have the time.

How do i lower the central body where the products and the categories detail names are displayed. I thought this would be body in the css but that does not seem to be the case.

Cheers
Chris