Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Overrides Not Appearing

Overrides Not Appearing

Locked

Views: 458

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
13 Nov 2009, 3:42 PM
#1
igendreau avatar

igendreau

New Zenner

Join Date:
Jun 2009
Posts:
49
Plugin Contributions:
0

Overrides Not Appearing

I thought I got the general idea of overrides, but here is what's happening...

I wanted to change the "Powered By Zen Cart" link in the footer. Did a search in the Developer's Tool Kit and found the page it's on:
includes/languages/MyTheme/english.php. It's the only place it occurs on my site, so that's got to be the file, right? I went in, edited the code and modified both the "Powered by..." text and the link to mylink.com. Then I copied my new english.php file over the existing one in the same directory.

When I fire up my site, nothing. Still says zen cart. If I search in the Tool Kit, there is no instance of mylink.com found. If I search for zencart.com, it finds that same english.php file. So I download it to work on it locally, open it in Dreamweaver, and sure enough... mytext, with mylink.com.

Is there something I have to do to "refresh" the site so it starts seeing these changes? I'm having the exact same issue changing the page title. I thought I understood the tutorials, I've changed the pages, but the Tool Kit is finding lines of code that don't exist anymore...

13 Nov 2009, 4:02 PM
#2
stitchnkitty avatar

stitchnkitty

Totally Zenned

Join Date:
Jun 2009
Location:
Des Moines, Iowa USA
Posts:
618
Plugin Contributions:
0

Re: Overrides Not Appearing

Have you changed your temples to your custom template in the admin?

13 Nov 2009, 4:19 PM
#3
igendreau avatar

igendreau

New Zenner

Join Date:
Jun 2009
Posts:
49
Plugin Contributions:
0

Re: Overrides Not Appearing

I have. The site looks just like my template, except when I make these edits, I get no changes showing.

The site is hosted on godaddy, and I am using their previewdns feature to view my site. I've never had problems with it before, but could that be the reason?

13 Nov 2009, 4:26 PM
#4
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Overrides Not Appearing

I'm not familiar with godaddy, but check the site directly and see what appears.

Dreamweaver isn't the best program to use to edit php. Get yourself a good text editor like Notepad++ or Crimson Editor instead. Both are available free on the net.