Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2010
    Posts
    33
    Plugin Contributions
    0

    Default Change Side Boz Tittle

    Hi there!

    I wish to change the word "sponsor" at the side box with other words such as "partner". Can anybody tell me how to do it? TQ

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Change Side Boz Tittle

    Quote Originally Posted by mzma01 View Post
    Hi there!

    I wish to change the word "sponsor" at the side box with other words such as "partner". Can anybody tell me how to do it? TQ
    Tutorials/FAQ section - www.zen-cart.com/tutorials/index.php?article=134

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Change Side Boz Tittle

    These "labels" are generally contained in DEFINE STATEMENTS within the language PHP files.

    You use:

    admin >>> tools >>> developers tool kit

    ... to SEARCH for the text "string" you are after.

    When I do the search, I get the following result:

    PHP Code:
    define('BOX_HEADING_BANNER_BOX','Sponsors'); 
    and it's in: includes/languages/english.php

    So you edit it thus:

    PHP Code:
    define('BOX_HEADING_BANNER_BOX','Partners'); 
    Last edited by schoolboy; 2 Jun 2010 at 07:28 PM. Reason: Clyde beat me to it, with a more appropriate suggestion
    20 years a Zencart User

  4. #4
    Join Date
    Mar 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: Change Side Boz Tittle

    Hi,

    I tried to make the changes but it won't change.

    // banner_box
    define('BOX_HEADING_BANNER_BOX','Supported By');
    define('TEXT_BANNER_BOX','Supported By');

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

    Default Re: Change Side Boz Tittle

    Do you have a Custom template? If so, then you would change that line of code in:
    includes/languages/YOUR_CUSTOM_TEMPLATE/english.php
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  6. #6
    Join Date
    Mar 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: Change Side Boz Tittle

    YESSS!! TQ Everybody!

 

 

Similar Threads

  1. v154 How to change product attribute image swatches to display side-by-side
    By Fjolsvith in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Nov 2019, 09:27 PM
  2. v151 Changing name of pages in More Information boz
    By Togfather in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Jul 2014, 11:25 AM
  3. How to change Site Tittle?
    By hara in forum Basic Configuration
    Replies: 3
    Last Post: 28 Sep 2008, 01:05 AM

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