Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / HELP NEEDED - How do I change Page_? (name)

HELP NEEDED - How do I change Page_? (name)

Locked

Views: 809

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
13 Jan 2008, 3:14 AM
#1
sgallasch avatar

sgallasch

New Zenner

Join Date:
Dec 2007
Posts:
83
Plugin Contributions:
0

HELP NEEDED - How do I change Page_? (name)

Hello Zenners,

I want to change one of page names from page 2 to FAQ and found below info but it just does not want to work, can anyone see a problem with below fix, when i change the page_2 name in the php script to FAQ and upload it back it just won't work, any ideas why.

Thanks in advance.
:cool:


How do I change Page_? (name)


CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be changed to the name of the template/language you are using.

To change the name of page_2, page_3 or page_4

open the appropriate file includes -> languages -> ENGLISH -> page_?.php

make the changes to fit your needs
define('NAVBAR_TITLE', 'Page ?');
define('HEADING_TITLE', 'Page ?');
then save the file to

includes -> languages -> ENGLISH -> CUSTOM -> page_?.php and upload to your server.

13 Jan 2008, 4:39 AM
#2
ronlee67 avatar

ronlee67

Totally Zenned

Join Date:
Sep 2006
Location:
Colorado Springs CO USA
Posts:
519
Plugin Contributions:
0

Re: HELP NEEDED - How do I change Page_? (name)

When you say it "just won't work" do you mean the page fails to display or do you mean that the page title didn't change to "FAQ"?

Are you using a custom template (it's not necessarily called "CUSTOM")? If so, and it is not called "CUSTOM", did you upload the modified page_2.php file into the directory that is named for your template?

Remember, the filename remains page_2.php (not page_?.php as one might miscontrue from the instructions). Change the heading info within page_2.php and save it as page_2.php in your template directory.