Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I save the updated file and upload to my server?

How do I save the updated file and upload to my server?

Views: 981

Results 1 to 6 of 6
28 Jan 2011, 5:11 PM
#1
page avatar

page

New Zenner

Join Date:
Jan 2011
Location:
Atlanta, GA The A-Town Down
Posts:
23
Plugin Contributions:
0

How do I save the updated file and upload to my server?

I changed "Page 2" to "About Us" using instructions from this forum"

define('NAVBAR_TITLE', 'About Us');
define('HEADING_TITLE', 'About Us');

Now, I cannot figure out how to do the final steps:

  1. save the file to

includes -> languages -> ENGLISH -> CUSTOM -> page_?.php

  1. and upload to your server.

Help is greatly appreciated. Please provide steps instead of just making a statement. I may not know how to do what you say in your statement.

Thank You,
Page

28 Jan 2011, 5:47 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: How do I save the updated file and upload to my server?

First, how and where did you edit the file? How did you get it there?

9 Feb 2011, 7:41 PM
#3
page avatar

page

New Zenner

Join Date:
Jan 2011
Location:
Atlanta, GA The A-Town Down
Posts:
23
Plugin Contributions:
0

Re: How do I save the updated file and upload to my server?

I do not know what steps I took previously. I started over today.

  1. I went to Tools, Developers Toolkit
  2. I used the very bottom search for all files
  3. I searched "page 2"
  4. I copied:
    /home1/hipdockc/public_html/zc_admin/includes/languages/english.php
  • eventually got to define_pages_editor
  1. I went to BlueHost cPanel and file manager
  2. I opened the code with notepad
  3. This is the php I changed (From Page 2 to About Us:
    define('TEXT_INFO_PAGE_2', 'About Us');
    define('TEXT_INFO_PAGE_3', 'Page 3');
    define('TEXT_INFO_PAGE_4', 'Page 4');

It still says "Page 2" on the site, hipdock.com
This must not be the right place to make the change. What should I do next? Thanks for replying!

9 Feb 2011, 10:14 PM
#4
coolcarpartsonline avatar

coolcarpartsonline

Totally Zenned

Join Date:
Feb 2008
Posts:
1,386
Plugin Contributions:
0

Re: How do I save the updated file and upload to my server?

Page 2 appears in more than one file in your store.

You basically changed it only in your admin section.

You actually have to find every occurrence for page 2 and replace the value to About Us.

Or you can download the about us page module available in the download section.

9 Feb 2011, 11:06 PM
#5
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: How do I save the updated file and upload to my server?

sounds like you just wanna create a new page "About Us"

Best tool to do this is:
Define Pages Generator

or the Add Ons contribution:
About Us Page

renaming all the files for define_page_2 is a process

10 Feb 2011, 2:32 PM
#6
page avatar

page

New Zenner

Join Date:
Jan 2011
Location:
Atlanta, GA The A-Town Down
Posts:
23
Plugin Contributions:
0

Re: How do I save the updated file and upload to my server?

Thank you. I'll try creating a new page instead. Thanks for the idea rbarbour.