Results 1 to 5 of 5
  1. #1

    Default Shopping Cart... - How to remove the three dots

    Would anyone have experience in removing the 3 dots from the heading of the Shopping Cart Side Box.

    Currently it displays "SHOPPING CART..."

    I would like "SHOPPING CART"

    I can rename it using english.php, but that's not where the 3 dots are being added.

    Same thing happens with New Items Side Box heading.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Shopping Cart... - How to remove the three dots

    The default version of the "..." is "[more]".

    A search in the ZC admin Developers Toolkit brings up this:

    /includes/languages/english.php
    Line #74 : define('BOX_HEADING_LINKS', '  [more]');

  3. #3

    Default Re: Shopping Cart... - How to remove the three dots

    Thanks Glenn, much appreciated. Right in front of me the whole time. All fixed now.

    It's amazing how you miss things like this. I even used the ToolKit to search for it, can find it now easily. Must be too many late nights.

  4. #4
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default Re: Shopping Cart... - How to remove the three dots

    How about adding the number of sub cats IE:

    CATEGORY (4) instead of CATEGORY ...

    Thanks

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Shopping Cart... - How to remove the three dots

    That's a completely different question. I presume you are talking about category names in the Categories sidebox, as that's the only way the question makes sense.

    There is no functionality in the Zen Cart code to add the number of subcategories in a category - the stock admin function is to add the number of products in a category (including those in all its subcats). You would have to custom code this, drawing new information from the database and manipulating it.

 

 

Similar Threads

  1. How to remove dots/colon in menu :: :: :: ?
    By cecsy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Aug 2010, 03:45 PM
  2. How do I remove the weight text from the shopping cart?
    By flipjargendy in forum General Questions
    Replies: 2
    Last Post: 28 Aug 2008, 06:46 PM
  3. How to remove the word "More" besides the Shopping Cart
    By genxgame in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Jan 2008, 11:40 AM
  4. How can I remove the total weight from the shopping cart?
    By weber in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 3 Jun 2007, 04:41 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