Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2006
    Location
    Ontario, Canada
    Posts
    62
    Plugin Contributions
    0

    Default shopping cart [more] box title

    I want to change what the shopping cart box title says - it's too long.
    It says: Shopping Cart [more] - I want to get rid of that [more]

    I went to the english language file located at:
    includes/languages/mytemplate/english.php

    the search came up with one result, this one, around line 74:

    //text for sidebox heading links
    define('BOX_HEADING_LINKS', '  [more]');


    is that it? if so, what do I have to change?

    TIA

    Laney

  2. #2
    Join Date
    Aug 2005
    Posts
    26,009
    Plugin Contributions
    9

    Default Re: shopping cart [more] box title

    This is a global "more" insert but changing it from
    Code:
    define('BOX_HEADING_LINKS', '  [more]');
    to
    Code:
    define('BOX_HEADING_LINKS', '');
    insuring that the set of SINGLE quotes remains.
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Sep 2006
    Location
    Ontario, Canada
    Posts
    62
    Plugin Contributions
    0

    Default Re: shopping cart [more] box title

    thank you, it worked beautifully! ;)

    Laney

  4. #4

    help question Re: shopping cart [more] box title

    Quote Originally Posted by Laney View Post
    I want to change what the shopping cart box title says - it's too long.
    It says: Shopping Cart [more] - I want to get rid of that [more]

    I went to the english language file located at:
    includes/languages/mytemplate/english.php

    the search came up with one result, this one, around line 74:

    //text for sidebox heading links
    define('BOX_HEADING_LINKS', '  [more]');

    is that it? if so, what do I have to change?

    TIA

    Laney

    This is a global "more" insert but changing it from

    Code:
    define('BOX_HEADING_LINKS', '  [more]');
    to

    Code:
    define('BOX_HEADING_LINKS', '');
    insuring that the set of SINGLE quotes remains.

    Hi... please tell me where this is in the newest version of purpleshades... I'm going insane!!!

    As quoted above...
    "I went to the english language file located at:
    includes/languages/mytemplate/english.php" ... I found that path but there are more folders to choose from...

    ... please help

    Thanks!!!!!!!!!!!!!!!

  5. #5

    Default Re: shopping cart [more] box title

    Quote Originally Posted by valerieq1 View Post
    Hi... please tell me where this is in the newest version of purpleshades... I'm going insane!!!

    As quoted above...
    "I went to the english language file located at:
    includes/languages/mytemplate/english.php" ... I found that path but there are more folders to choose from...

    ... please help

    Thanks!!!!!!!!!!!!!!!
    I FOUND IT... YAY ME!!

    Nevermind...

  6. #6
    Join Date
    Apr 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: shopping cart [more] box title

    Hi I am using Zen 1.3.7.
    How do I change all the titles called "Shopping Cart" to "Shopping Bag"?

    Thanks for your help.

  7. #7
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: shopping cart [more] box title

    It is quoted above on the first thread I believe..

    includes/languages/english.php to find it first.
    Then insert into your override directory as stated below.

    I went to the english language file located at:
    includes/languages/mytemplate/english.php

    the search came up with one!

    Ok then search for Shopping Cart and replace with between the quotes 'Shopping Bag'

    Mark,
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  8. #8
    Join Date
    Apr 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: shopping cart [more] box title

    Thanks. I changed the title.

 

 

Similar Threads

  1. add to cart vs. qty in shopping cart
    By cpk in forum Customization from the Admin
    Replies: 5
    Last Post: 5 Sep 2006, 03:53 AM
  2. Replies: 5
    Last Post: 24 Jun 2006, 03:15 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
  •