Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1

    Default Shopping cart - trying to turn off "Total Items" "Weight" and "Price"

    Hi folks

    I am running with v.3.1.6 and am trying to stop the total items, weight and price showing at the top of the shopping cart.

    I have set up my store as follows:

    Admin->Configuration->Shipping/Packaging
    Display Number of Boxes and Weight Status
    0= off

    but the information is still showing - is there anything else I need to do please?

    Thanks

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

    Default Re: Shopping cart - trying to turn off "Total Items" "Weight" and "Price"

    Fooled you ... there is another setting ...

    Peek in the Configuration ... Layout Settings ...
    Shopping Cart - Show Totals
    Show Totals Above Shopping Cart?
    0= off
    1= on: Items Weight Amount
    2= on: Items Weight Amount, but no weight when 0
    3= on: Items Amount
    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: v1.5.5]
    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

    Default Re: Shopping cart - trying to turn off "Total Items" "Weight" and "Price"

    Thanks Linda - all sorted now

  4. #4
    Join Date
    Dec 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Shopping cart - trying to turn off "Total Items" "Weight" and "Price"

    Thanks for the tip, you have saved me from pulling anymore of the few hairs left on my head out.

    Might I suggest that a reference to this thread be placed with the FAQ located at
    https://www.zen-cart.com/tutorials/i...hp?article=223 . It gives you one step, but it is apparantely a two step process.

    Thanks again,

    Ken

  5. #5
    Join Date
    Oct 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: Shopping cart - trying to turn off "Total Items" "Weight" and "Price"

    I"ve done both the things in both threads yet the weight is still showing.

    Am I missing something else?

  6. #6
    Join Date
    Jul 2007
    Location
    Australia
    Posts
    21
    Plugin Contributions
    0

    Default Re: Shopping cart - trying to turn off "Total Items" "Weight" and "Price"

    Thanks heaps for that info, never been able to find it.
    Cheers.
    Chris.

  7. #7
    Join Date
    Mar 2011
    Posts
    15
    Plugin Contributions
    0

    Default Re: Shopping cart - trying to turn off "Total Items" "Weight" and "Price"

    If

    Shopping Cart - Show Totals
    Show Totals Above Shopping Cart?
    0= off
    1= on: Items Weight Amount
    2= on: Items Weight Amount, but no weight when 0
    3= on: Items Amount

    is turn off the value at shipping cart than what does the below do?
    and where is the information will appear

    Admin->Configuration->Shipping/Packaging
    Display Number of Boxes and Weight Status
    0= off
    1=on

    Appreciate a reply. Thanks

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

    Default Re: Shopping cart - trying to turn off "Total Items" "Weight" and "Price"

    That is so shipping modules that ship by weight do not show the details on shipping boxes ...
    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: v1.5.5]
    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!

  9. #9
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: Shopping cart - trying to turn off "Total Items" "Weight" and "Price"

    Is there a way to show only the totals?

    I found the actual code for it, but I'd rather not touch it

    Because what I want to do is for the shopping cart to say, for example:

    You have 3 item(s) in your cart.

    Instead of:

    Total Items: 1

  10. #10
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: Shopping cart - trying to turn off "Total Items" "Weight" and "Price"

    Ended up changing code...

    I changed:

    Code:
      case (SHOW_TOTALS_IN_CART == '3'):
    
      $totalsDisplay = TEXT_TOTAL_ITEMS . $_SESSION['cart']->count_contents() . TEXT_TOTAL_AMOUNT . $currencies->format($_SESSION['cart']->show_total());
    
      break;
    To:

    Code:
      case (SHOW_TOTALS_IN_CART == '3'):
    
      $totalsDisplay = TEXT_TOTAL_ITEMS . $_SESSION['cart']->count_contents() . TEXT_TOTAL_ITEMS2;
    
      break;
    Then I edited TEXT_TOTAL_ITEMS and TEXT_TOTAL_ITEMS2 added to /includes/languages/english/shopping_cart.php to look like this:

    Code:
    define('TEXT_TOTAL_ITEMS', 'You have ');
    define('TEXT_TOTAL_ITEMS2', ' item(s) in your cart.');

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Is it possible to turn off shopping cart line that says "Weight: 0lbs" in "Total Ite
    By scruf in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 28 Aug 2011, 07:29 AM
  2. How to turn off " Tell a Friend " and " Write a Review"?
    By awk_grep in forum General Questions
    Replies: 1
    Last Post: 15 Dec 2009, 11:31 PM
  3. Shopping Cart Page Items "Total, Weight and Amt"
    By organicplanet in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 24 May 2009, 07:16 PM
  4. turn off "Total Items: 1 Weight: 0lbs Amount: $38.95"? and postcode
    By wolf99 in forum Customization from the Admin
    Replies: 7
    Last Post: 5 Jan 2008, 12:02 PM
  5. Replies: 4
    Last Post: 18 Aug 2007, 04:37 PM

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