Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2011
    Location
    SoCal
    Posts
    23
    Plugin Contributions
    0

    Default How to change the 'Page 2' name under More Information?

    So far, I have been able to set most of the cart up using this forum. But, I cannot find out how to (under More Information) change the name Page 2 to something like Bearing Info, Page 3 to Products Review, etc.

    I found Page 2 and edited the information inside of the php file. That seems to drive the information on the actual page itself. But, I want to change the name Page 2 to something more descriptive.

    Also, is it possible to add more 'pages' than just the 3 defaults given?

    Thanks in advance!

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: How to change the 'Page 2' name under More Information

    https://www.zen-cart.com/tutorials/i...hp?article=242


    And:

    To clone for example page 2 to page 5 you must:

    Create/clone these as page_5
    /includes/modules/pages/page_2/header_php.php
    /includes/languages/english/page_2.php
    /includes/templates/template_default/templates/tpl_page_2_default.php

    Add/edit these to include page_5
    /includes/modules/sideboxes/more_information.php
    /includes/languages/english.php
    /includes/filenames.php

    Create define_page_5.php in both of these folders
    /includes/languages/html_includes
    /includes/languages/html_includes/your_template

    This should net you a generic page_5 in the "More Information" sidebox
    You can then begin using this in your overrides areas

    THAN YOU HAVE TO ADD RECORD TO DATABESE TABLE CONFIGURATION (clone it from page 2).


    INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
    (540, 'Define Page 5', 'DEFINE_PAGE_5_STATUS', '1', 'Enable the Defined Page 5 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 84, '2010-12-18 09:33:51', '2010-12-18 09:33:51', NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');

    INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
    (541, 'Define Page 6', 'DEFINE_PAGE_6_STATUS', '1', 'Enable the Defined Page 6 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 84, '2010-12-18 09:33:51', '2010-12-18 09:33:51', NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Mar 2011
    Location
    SoCal
    Posts
    23
    Plugin Contributions
    0

    Default Re: How to change the 'Page 2' name under More Information

    Hi, Thanks,
    Yes, I saw that article, but it just changes the resultant page Navbar and Heading title, not the 'Page 2' name in the More Information box. At least that is what I see happening. I just double checked the file and attached a screenshot.

    Top view is Page_2.php
    Left still shows Page 2 in More Info box
    Right shows results from Page_2.php change

    The page_2.php seems to drive the resultant page and does not seem to change the name of Page 2 in the More Information window.

    Am I doing something wrong?
    Attached Images Attached Images  
    Last edited by rschultz; 7 Mar 2011 at 02:04 AM.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: How to change the 'Page 2' name under More Information

    Can most always use the developers tool kit for this

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

    In this case there is also a define in english.php
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Mar 2011
    Location
    SoCal
    Posts
    23
    Plugin Contributions
    0

    Default Re: How to change the 'Page 2' name under More Information

    Thanks Kobra.
    I think I will try it.

 

 

Similar Threads

  1. Change Link names under "More Information"? Page 2, Page 3, Page 4
    By skateoverwater in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 26 Nov 2009, 09:41 PM
  2. how do i change the link titles under 'more information' section?
    By cmerr85 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Nov 2009, 08:25 PM
  3. How do I rename page 1,2 and 3 displayed on my navigation under more information?
    By newb1234 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Sep 2009, 07:39 PM
  4. How to add new link and a page under 'More information' ?
    By oavs in forum Basic Configuration
    Replies: 38
    Last Post: 15 Jul 2009, 03:24 PM
  5. How to change where it says Page "2" under more information?
    By ousooners in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Feb 2009, 02:04 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR