Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Where do I find the files to edit?

Where do I find the files to edit?

Locked

Views: 871

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
7 Apr 2010, 3:00 PM
#1
kathi247 avatar

kathi247

New Zenner

Join Date:
Apr 2010
Posts:
14
Plugin Contributions:
0

Where do I find the files to edit?

This might be a stupid question, but I have researched zen cart for over a day now and can't find the answer!:(

I am trying to following a tutorial to customize my page, but I cannot find where to edit it.

The tutorial says to go to:
/includes/languages/english/CUSTOM/header.php and edit the CUSTOM part and I understand what to do. I just cant get to the file.

and yes I am a new zenner. :blush:

I tried to find the answer in a previous post and didn't have any luck.

7 Apr 2010, 3:43 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Where do I find the files to edit?

Most of the static "labels" and a good portion of the static "text blocks" that you see in your site are "stored" in php DEFINE STATEMENTS.

These are almost always contained in the LANGUAGE files.

When you see a reference to a folder called "CUSTOM", it is referring to your CUSTOM TEMPLATE SETUP. There is no actual folder called CUSTOM in a standard zencart install.

And now you will ask... "What is a CUSTOM TEMPLATE?"

When you install zencart and start using it for the very first time, the system will use a template called CLASSIC.

It is not good practice to edit CORE FILES (ie: files that reside in folders called template_default, or in the main language and module folders.)

When you EDIT or modify a file, it should be COPIED first to your hard drive and edited there, and then the EDITED COPY should be FTP'd to your CUSTOM folder.

Before you edit files, you should first understand, then create, your CUSTOM template.

See the Tutorials/Faq for guidance.

When you have your CUSTOM template and all its folders set up, then you should start to edit files... not before.

8 Apr 2010, 3:17 PM
#3
kathi247 avatar

kathi247

New Zenner

Join Date:
Apr 2010
Posts:
14
Plugin Contributions:
0

Re: Where do I find the files to edit?

Thank you SO much! You were a very big help to me.:smile: