Results 1 to 3 of 3
  1. #1
    Join Date
    May 2008
    Location
    Near the water, somewhere...
    Posts
    126
    Plugin Contributions
    0

    help question Global variable for total shipment weight

    What global variable holds the calculated weight of the
    shipment?

    If the calculated weight is 1 lb. 4 oz. and on my configuration
    page I have a tare weight of 4 oz., will that 4 oz. be part of
    that global variable's amount? Ultimately I'm looking for the
    variable that has only the weight of the products being
    shipped without its tare weight added in.

    Thanks,

    Dr Doug

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,926
    Plugin Contributions
    96

    Default Re: Global variable for total shipment weight

    It depends on the main_page for which you're requesting the information.

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

    Default Re: Global variable for total shipment weight

    You can get the weight of the Shopping Cart, without the Tare, from:
    Code:
    $_SESSION['cart']->show_weight()
    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!

 

 

Similar Threads

  1. v154 Naming a global variable the same as a SESSION, GET or POST variable
    By torvista in forum General Questions
    Replies: 5
    Last Post: 6 Dec 2015, 11:11 AM
  2. Server Side Variable Name for Order Total?
    By MikeMurphyINC in forum Code Collaboration
    Replies: 4
    Last Post: 5 Mar 2014, 09:46 PM
  3. Which php variable calls for Total Items in Cart?
    By samar777 in forum General Questions
    Replies: 8
    Last Post: 24 Sep 2010, 09:59 PM
  4. What is the variable's name for Total?
    By kinethic in forum Managing Customers and Orders
    Replies: 2
    Last Post: 27 Jul 2006, 01:56 AM
  5. Need Order Total Variable For iDevAffiliate
    By etrader in forum General Questions
    Replies: 5
    Last Post: 19 Jun 2006, 07:57 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