Zen Cart Logo
Forums / Basic Configuration / How to modify, delete, or remove certain menu title?

How to modify, delete, or remove certain menu title?

Locked

Views: 4,775

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
18 Jun 2009, 3:59 PM
#1
frontier2002 avatar

frontier2002

New Zenner

Join Date:
Jun 2009
Location:
USA
Posts:
44
Plugin Contributions:
0

How to modify, delete, or remove certain menu title?

I would like to remove the following menu title from Informations and More Information on the left hand side box menu.

* Shipping & Returns
* Privacy Notice
* Conditions of Use <--- need to remove
* Contact Us
* Site Map
* Gift Certificate FAQ <--- need to remove
* Discount Coupons <---need to remove
* Newsletter Unsubscribe

I need to remove the three items above as it is no use to me. How can i do it?

More Information

* Page 2 <--- need to modify as Payment Information
* Page 3 <--- need to modify as Download Links
* Page 4 <--- need to modify as Knowledge Portal

I want to change the title of the particular menu as per mentioned above. How can i do it?

Need help please!!

18 Jun 2009, 5:01 PM
#2
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: How to modify, delete, or remove certain menu title?

You can turn off the pages in the information box through your admin - configuration - define pages status - Tutorials/FAQ will help you.

To rename Page 2 Page 3, etc please go to the Tutorials/FAQ for detailed information.

Tina

18 Jun 2009, 5:02 PM
#3
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: How to modify, delete, or remove certain menu title?

First question:

Admin>>>Configuration>>>Define Page Status


Second question:

https://www.zen-cart.com/tutorials/index.php?article=242

19 Jun 2009, 2:52 AM
#4
frontier2002 avatar

frontier2002

New Zenner

Join Date:
Jun 2009
Location:
USA
Posts:
44
Plugin Contributions:
0

Re: How to modify, delete, or remove certain menu title?

fairestcape:

First question:

Admin>>>Configuration>>>Define Page Status


Second question:

https://www.zen-cart.com/tutorials/index.php?article=242

Hi the first tips work perfectly well...but the second one is quite confusing.

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

define('NAVBAR_TITLE', 'Page ?');
define('HEADING_TITLE', 'Page ?');

I have already change the page NAVBAR_TITLE and
HEADING_TITLE

but it appears to be still Page 2 whenever i open my website.
Need further help

19 Jun 2009, 2:55 AM
#5
frontier2002 avatar

frontier2002

New Zenner

Join Date:
Jun 2009
Location:
USA
Posts:
44
Plugin Contributions:
0

Re: How to modify, delete, or remove certain menu title?

Sorry this is my changes on the editors page.

<?php // // +----------------------------------------------------------------------+ // |zen-cart Open Source E-commerce | // +----------------------------------------------------------------------+ // | Copyright (c) 2003 The zen-cart developers | // | | // | <http://www.zen-cart.com/index.php> | // | | // | Portions Copyright (c) 2003 osCommerce | // +----------------------------------------------------------------------+ // | This source file is subject to version 2.0 of the GPL license, | // | that is bundled with this package in the file LICENSE, and is | // | available through the world-wide-web at the following url: | // | <http://www.zen-cart.com/license/2_0.txt>. | // | If you did not receive a copy of the zen-cart license and are unable | // | to obtain it through the world-wide-web, please send a note to | // | [email protected] so we can mail you a copy immediately. | // +----------------------------------------------------------------------+ // $Id: page_2.php 1969 2005-09-13 06:57:21Z drbyte $ // define('NAVBAR_TITLE', 'Payment Information'); :frusty: define('HEADING_TITLE', 'Payment Information'); :frusty: define('TEXT_INFORMATION', 'Page 2 information goes here.'); ?>
19 Jun 2009, 3:48 AM
#6
frontier2002 avatar

frontier2002

New Zenner

Join Date:
Jun 2009
Location:
USA
Posts:
44
Plugin Contributions:
0

Re: How to modify, delete, or remove certain menu title?

Ok i found the solution...it is found at the unlikely place.

located at: /public_html/includes/languages/english.php

i changed these and it works perfect

// information box text in sideboxes/more_information.php - were TUTORIAL_
define('BOX_HEADING_MORE_INFORMATION', 'More Information');
define('BOX_INFORMATION_PAGE_2', 'Payment Information');
define('BOX_INFORMATION_PAGE_3', 'Partners Network');
define('BOX_INFORMATION_PAGE_4', 'Download Links');

i think this link tutorial you gave earlier https://www.zen-cart.com/tutorials/index.php?article=242 is not for changing the navigation bar name.

29 Jun 2009, 3:43 PM
#7
frontier2002 avatar

frontier2002

New Zenner

Join Date:
Jun 2009
Location:
USA
Posts:
44
Plugin Contributions:
0

Re: How to modify, delete, or remove certain menu title?

charmedbytina2:

You can turn off the pages in the information box through your admin - configuration - define pages status - Tutorials/FAQ will help you.

To rename Page 2 Page 3, etc please go to the Tutorials/FAQ for detailed information.

Tina

Now i am figuring out how to remove the "Gift Certificate FAQ" from the information list. I just can't find anyway how to do it