Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Posts
    87
    Plugin Contributions
    0

    Default Shopping Cart sidebox

    Hi All

    My shopping cart sidebox is working fine, it displays the quantity of product but to the right it also displays -ea. ????

    So in the shopping cart sidebox it will say

    1 ea. - Product name

    how do i remove the ea. ??

    Thanks in advance www.greatbaits.co.uk for a look!

    Have looked around on the forum and cant seem to find anything about it, obviously if I have missed anything obvious (probable!) then a gentle shove in the direction of the tutorial will be equally appreciated

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Shopping Cart sidebox

    If you do a search in the Admin ... Tools ... Developer's Tool Kit ...

    Bottom input box for:
    /includes/languages/english.php

    Line #110 : define('BOX_SHOPPING_CART_DIVIDER', 'ea.- ');
    Then do a search on the define constant: BOX_SHOPPING_CART_DIVIDER

    You will find:
    /includes/templates/template_default/sideboxes/tpl_shopping_cart.php

    Line #25 : $content .= $products[$i]['quantity'] . BOX_SHOPPING_CART_DIVIDER . '</span><a href="' . zen_href_link(zen_get_info_page($products[$i]['id']), 'products_id=' . $products[$i]['id']) . '">';
    So you can change the language define for the BOX_SHOPPING_CART_DIVIDER to what value you would like to see ... using your templates and overrides ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    May 2006
    Posts
    87
    Plugin Contributions
    0

    Default Re: Shopping Cart sidebox

    thanks for the help, problem solved


 

 

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 with checkout button only when cart is full
    By sunnydaydreame in forum Basic Configuration
    Replies: 0
    Last Post: 5 Feb 2008, 12:52 AM
  5. Replies: 9
    Last Post: 23 Jan 2007, 10:38 AM

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