Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2009
    Posts
    15
    Plugin Contributions
    0

    Default How to change page_2 / _3 / _4 name to something else?

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

    Hello,

    I am attempting to add more info about our products on the page_2 , page_3 and page_4 pages in the Define Pages Editor for: english

    Adding the info is fairly straightforward but what I am having a difficult time doing is;

    1.) in the left hand sidebar where I have my MORE INFORMATION links.......page 2, page 3 and page 4........I would like to change the page names to something less generic. Say to something like "Company history" , "LINKS" and "History of Wine"


    2.)If possible , I'd also like to be able to change the page title from; MY SITE, Zen-cart!, The Art of e commerce - Windows explorer ......to something of my own choosing.


    Appreciate your help, thanks again

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to change page_2 / _3 / _4 name to something else

    1.) in the left hand sidebar where I have my MORE INFORMATION links.......page 2, page 3 and page 4........I would like to change the page names to something less generic. Say to something like "Company history" , "LINKS" and "History of Wine"
    Should be to a copy of english.php
    Find and change only what is between the single quotes - - Make sure not to delete either one
    Code:
      define('BOX_INFORMATION_PAGE_2', 'Page 2');
      define('BOX_INFORMATION_PAGE_3', 'Page 3');
      define('BOX_INFORMATION_PAGE_4', 'Page 4');
    Tutorials has the answer for many of these basic alterations
    https://www.zen-cart.com/tutorials/i...hp?article=242
    https://www.zen-cart.com/tutorials/index.php?article=38
    https://www.zen-cart.com/tutorials/index.php?article=39
    2.)If possible , I'd also like to be able to change the page title from; MY SITE, Zen-cart!, The Art of e commerce - Windows explorer ......to something of my own choosing.
    https://www.zen-cart.com/tutorials/index.php?article=17

  3. #3
    Join Date
    Mar 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: How to change page_2 / _3 / _4 name to something else

    Thank you so much for the quick reply, I am very greatful!!!

 

 

Similar Threads

  1. v139h SideBox Banners - how do I change Title 'sponsors' to something else
    By shags38 in forum General Questions
    Replies: 2
    Last Post: 29 Sep 2013, 03:52 AM
  2. How do a change Table Rate (Best Way) to something else?
    By millersgrainhouse in forum Customization from the Admin
    Replies: 1
    Last Post: 18 Aug 2011, 10:40 PM
  3. How can I change the title 'Categories' to something else?
    By nickohorny in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Jun 2011, 03:03 PM
  4. how to change the "best way" to something else?
    By lina0962 in forum Addon Shipping Modules
    Replies: 2
    Last Post: 25 Jan 2007, 11:11 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