Zen Cart Logo
Forums / General Questions / Rule of Thumb

Rule of Thumb

Views: 646

Results 1 to 4 of 4
15 Apr 2015, 5:58 PM
#1
adb34 avatar

adb34

Totally Zenned

Join Date:
Mar 2008
Location:
Brampton, Cumbria, United Kingdom, United Kingdom
Posts:
825
Plugin Contributions:
0

Rule of Thumb

I am using v1.5.4 with Carlisle Fresh as my template.

Following some instructions I have come across a challenge. I have found two, tpl_product_info_display.php file; one under the template I am using and one under /template_default.

Now which one do I change?

15 Apr 2015, 6:11 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Rule of Thumb

The one under:
/includes/templates/templates_default

is the one that comes with Zen Cart ...

The one under:
/includes/templates/your_templates_dir

is the one that either YOU created or came with your customized template ...

This one is "overriding" the one that came with Zen Cart, by default, so you would be making changes to that file ...

15 Apr 2015, 6:39 PM
#3
adb34 avatar

adb34

Totally Zenned

Join Date:
Mar 2008
Location:
Brampton, Cumbria, United Kingdom, United Kingdom
Posts:
825
Plugin Contributions:
0

Re: Rule of Thumb

Ajeh:

The one under:
/includes/templates/templates_default

is the one that comes with Zen Cart ...

The one under:
/includes/templates/your_templates_dir

is the one that either YOU created or came with your customized template ...

This one is "overriding" the one that came with Zen Cart, by default, so you would be making changes to that file ...

Thank you for confirming my thoughts.

15 Apr 2015, 8:52 PM
#4
ajeh avatar

ajeh

Oba-san

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

Re: Rule of Thumb

You are most welcome ... :smile: