Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2009
    Location
    USA
    Posts
    44
    Plugin Contributions
    0

    Default 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!!

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default 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

  3. #3
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default 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/i...hp?article=242

  4. #4
    Join Date
    Jun 2009
    Location
    USA
    Posts
    44
    Plugin Contributions
    0

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

    Quote Originally Posted by fairestcape View Post
    First question:

    Admin>>>Configuration>>>Define Page Status

    ---------------------------------------------------

    Second question:

    https://www.zen-cart.com/tutorials/i...hp?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

  5. #5
    Join Date
    Jun 2009
    Location
    USA
    Posts
    44
    Plugin Contributions
    0

    Default 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');
    define('HEADING_TITLE', 'Payment Information');

    define('TEXT_INFORMATION', 'Page 2 information goes here.');
    ?>

  6. #6
    Join Date
    Jun 2009
    Location
    USA
    Posts
    44
    Plugin Contributions
    0

    Default 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/i...hp?article=242 is not for changing the navigation bar name.

  7. #7
    Join Date
    Jun 2009
    Location
    USA
    Posts
    44
    Plugin Contributions
    0

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

    Quote Originally Posted by charmedbytina2 View Post
    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
    Agik Idup Agik Ngelaban
    Adil Ka' Talino, Bacarumin Ka Saruga, Masenggat Ka Jubata

 

 

Similar Threads

  1. Replies: 0
    Last Post: 28 Oct 2013, 11:22 PM
  2. v139h Modify function to NOT delete image on product delete
    By JohnBoyCR in forum General Questions
    Replies: 5
    Last Post: 7 Jun 2012, 06:00 PM
  3. How to modify top navigation menu?
    By ak6000 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 May 2010, 07:53 PM
  4. How to delete certain Category Links?
    By NBordeau in forum General Questions
    Replies: 0
    Last Post: 6 May 2010, 06:40 AM
  5. How to modify the title bar heading ?
    By netuser in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Jun 2008, 04:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg