Thread: UPS Insurance

Page 6 of 6 FirstFirst ... 456
Results 51 to 54 of 54
  1. #51
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: UPS Insurance

    earlier u questioned why 11 lbs were showing instead of the 4 actual lbs in cart. Something in the file may use the same thing as shipping boxes manager

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

    Default Re: UPS Insurance

    Try adding sort orders to your shipping modules that are unique and greater than 0 and put UPSXML before FedEx ... does this stop it from changing the weight for UPSXML?
    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. #53
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: UPS Insurance

    i believe it has something to do with this line from upsxml
    Code:
    $upsQuote = $this->_upsGetQuote();
            if ((is_array($upsQuote)) && (sizeof($upsQuote) > 0)) {
                if (DIMENSIONS_SUPPORTED) {
                    $this->quotes = array('id' => $this->code, 'module' => $this->title . ' (' . $this->boxCount . ($this->boxCount > 1 ? ' pkg(s), ' : ' pkg, ') . $totalWeight . ' ' . strtolower($this->unit_weight) . ' total)');
                } else {
                    $this->quotes = array('id' => $this->code, 'module' => $this->title . ' (' . $shipping_num_boxes . ($this->boxCount > 1 ? ' pkg(s) x ' : ' pkg x ') . number_format($shipping_weight,2) . ' ' . strtolower($this->unit_weight) . ' total)');
                }
    When i added shipping boxes manager to advanced shipper this line did the same thing
    Code:
    $sba_shipping_weight = ceil($sba_box_cubic/139) + $sba_shipping_weight;
    But changing to this fixed that in advanced shipper.
    Code:
    $sba_shipping_weight = ceil($sba_shipping_weight);
    so that is why i think same thing happening now

  4. #54
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: UPS Insurance

    i figured it out, but dont know why it effected upsxml.
    this was in ups.php
    Code:
    $sba_shipping_weight = ceil($sba_box_cubic/139) + $sba_shipping_weight;
    changing to this fixed it for both.
    Code:
    $sba_shipping_weight = ceil($sba_shipping_weight);

 

 
Page 6 of 6 FirstFirst ... 456

Similar Threads

  1. Shipping insurance (UPS, USPS, etc)
    By Historic Ent in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 13 Jul 2010, 08:32 PM
  2. UPS module not including insurance?
    By eaglepg in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 11 Dec 2008, 10:32 PM
  3. UPS Insurance
    By dwessell in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 28 Apr 2008, 11:04 PM
  4. USPS and UPS insurance
    By saddlebred in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 21 Nov 2006, 04:08 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