Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Where is PHP file for Product Description?

Where is PHP file for Product Description?

Views: 1,120

Results 1 to 6 of 6
3 Jul 2011, 10:05 PM
#1
jack911 avatar

jack911

New Zenner

Join Date:
Nov 2006
Posts:
17
Plugin Contributions:
0

Where is PHP file for Product Description?

I have this set of PHP codes that displays metatags_keywords. For example, I put it:
includes\languages\english\html_includes\define_main_page.php
Now my main page displays metatags_keywords on the page (in addition to Meta section)

Now my question:
On each product page, below product description but before "Add to Cart", I need to insert this set of PHP codes to display metatags_keywords there. Which PHP file and which section should I insert these codes into? I am not a coder, so please point out the exact place. Don't wanna mess up anything.

I am using v1.3.9d
Thanks a lot in advance

3 Jul 2011, 10:07 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Where is PHP file for Product Description?

Will they be the same for any product??

3 Jul 2011, 10:10 PM
#3
jack911 avatar

jack911

New Zenner

Join Date:
Nov 2006
Posts:
17
Plugin Contributions:
0

Re: Where is PHP file for Product Description?

Yes, same for every product'a page. This is why I am looking for the PHP file for Product Description.

3 Jul 2011, 10:13 PM
#4
jack911 avatar

jack911

New Zenner

Join Date:
Nov 2006
Posts:
17
Plugin Contributions:
0

Re: Where is PHP file for Product Description?

I am thinking it is probably:
includes\modules\product_listing.php

But I don't know where to insert.

3 Jul 2011, 10:15 PM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Where is PHP file for Product Description?

On each product page
A copy for your template structure of

/includes/templates/template_default/templates/tpl_product_info_display.php

3 Jul 2011, 10:23 PM
#6
jack911 avatar

jack911

New Zenner

Join Date:
Nov 2006
Posts:
17
Plugin Contributions:
0

Re: Where is PHP file for Product Description?

kobra:

A copy for your template structure of

/includes/templates/template_default/templates/tpl_product_info_display.php
thanks a lot. That's exactly what I need!!! :)