Results 1 to 4 of 4
  1. #1
    Join Date
    May 2006
    Posts
    47
    Plugin Contributions
    0

    Default Shopping Cart sidebox question

    When it's selected to show the status alwasy and the cart is empy, by default, the Shopping Cart sidebox says "Your cart is empty." I want to change that to simply says "0 item".

    Admin's Developer's Tool Kit only finds "Your shopping cart is empty" that is used to appear on the main page, but "Your cart is empty." for the sidebox is nowhere to be found.

    HELP!

  2. #2
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Shopping Cart sidebox question

    Look in your includes/languages/YOUR_TEMPLATE/english.php

    HTML Code:
    // shopping_cart box text in sideboxes/shopping_cart.php
      define('BOX_HEADING_SHOPPING_CART', 'Shopping Cart');
      define('BOX_SHOPPING_CART_EMPTY', 'Your cart is empty.');
      define('BOX_SHOPPING_CART_DIVIDER', 'ea.- ');
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Shopping Cart sidebox question

    Oops!

    Kim was faster.


    ====

    For zc v1.3.6, found the following file in:

    includes/languages/english.php

    In line #110
    Code:
    define('BOX_SHOPPING_CART_EMPTY', 'Your cart is empty.');
    Copy the above file and save it to your template override directory

    includes/languages/YOUR_TEMPLATE/english.php

    And modify the newly saved file
    Code:
    define('BOX_SHOPPING_CART_EMPTY', '0 item.');
    Note: Only modify the text inside the two qutoes ' ' and keep the others un-change.

    .
    A New Starter again

  4. #4
    Join Date
    Oct 2006
    Location
    Maine
    Posts
    51
    Plugin Contributions
    0

    Default Re: Shopping Cart sidebox question

    Hello,

    I have a shopping cart question. How do I change the sidebox shopping cart so it just shows how many items plus the total (instead of showing each individual item). Eg., Shopping Cart- 4 Items $37.95 Total

    Thanks!!!

    Amy

 

 

Similar Threads

  1. adding shopping cart image to shopping cart sidebox?
    By RobertG in forum Addon Sideboxes
    Replies: 13
    Last Post: 26 Oct 2011, 06:24 AM
  2. Shopping Cart menu as a sidebox outside Zen-Cart -security
    By fl33140 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 18 Feb 2011, 09:03 PM
  3. Remove right sidebox shopping cart from when on shopping cart page
    By alterego55 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 2 Oct 2010, 01:45 AM
  4. Shopping Cart Sidebox, question
    By luisito in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2010, 11:07 AM
  5. shopping cart sidebox with checkout button only when cart is full
    By sunnydaydreame in forum Basic Configuration
    Replies: 0
    Last Post: 5 Feb 2008, 12:52 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