Results 1 to 10 of 10
  1. #1
    Join Date
    Dec 2008
    Posts
    44
    Plugin Contributions
    0

    Default All weight caluclated as 0.10 for free shippers who want expidited?

    I am running 1.5.4 with free shipping enabled and fedex web services

    I have a product that weighs 30lbs and is set to free shipping. Some customers need the product expedited to overnight delivery.
    The free shipping option shows just fine and so does the overnight but the issue is, the weight is set to 0.10 which offers a very low overnight fee that is inaccurate as the method only sees 0.10 as a weight rather than 30lbs.

    Any ideas appreciated.

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

    Default Re: All weight caluclated as 0.10 for free shippers who want expidited?

    If you want to offer both the FREE SHIPPING! freeshipper and the FedEx at the same time, then you will need to do some customization ...

    The Product that you want for Always Free Shipping and the FedEx, this is marked as Always Free Shipping, correct?

    Does this Product get the Always Free Shipping to *everyone* or just a specific Zone?
    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
    Join Date
    Dec 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: All weight caluclated as 0.10 for free shippers who want expidited?

    Hi Ajey, thanks.

    It gets free shipping for everyone. I have about 20 products in the same boat. All free ship to everyone but for those that need it in expressed in any way should be charged the full weight for their express method.

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

    Default Re: All weight caluclated as 0.10 for free shippers who want expidited?

    Let me go test this fix on a v1.5.4 and I will post it when I am done ...
    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!

  5. #5
    Join Date
    Dec 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: All weight caluclated as 0.10 for free shippers who want expidited?

    Thanks Ajeh - I am very, very grateful

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

    Default Re: All weight caluclated as 0.10 for free shippers who want expidited?

    Okay ... pretty sure just these two changes to:
    /includes/classes/shipping.php
    Code:
      function calculate_boxes_weight_and_tare() {
        global $total_weight, $shipping_weight, $shipping_quoted, $shipping_num_boxes;
    $total_weight += $_SESSION['cart']->free_shipping_weight;
        $this->abort_legacy_calculations = FALSE;
    and to the file:
    /includes/modules/shipping/fedexwebservices.php
    Code:
        if (MODULE_SHIPPING_FEDEX_WEB_SERVICES_FREE_SHIPPING == 'true' || true || zen_get_shipping_enabled($this->code)) {
          if (extension_loaded('soap')) {
            $this->enabled = ((MODULE_SHIPPING_FEDEX_WEB_SERVICES_STATUS == 'true') ? true : false);
          }
        }
    And now your shipping code should always show FedEx with the right weight and the FREE SHIPPING! freeshipper when there are just the Products marked as Always Free Shipping and the Products have weight on them ...
    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!

  7. #7
    Join Date
    Dec 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: All weight caluclated as 0.10 for free shippers who want expidited?

    Awesome Ajeh!

    Thank you a million! I'll let you know how it goes.

    :)

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

    Default Re: All weight caluclated as 0.10 for free shippers who want expidited?

    Thanks for the update that this is now working for you ... remember the Zen Cart Team when you are rich and famous!
    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
    Dec 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: All weight caluclated as 0.10 for free shippers who want expidited?

    I will for sure :)

  10. #10
    Join Date
    Dec 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: All weight caluclated as 0.10 for free shippers who want expidited?

    Awesome - worked 100%

    Your the best (again :))

    (Sorry for delay)

 

 

Similar Threads

  1. v139h I just want all includes tax for all peoples in the world.
    By thaiko in forum General Questions
    Replies: 1
    Last Post: 1 May 2012, 12:55 PM
  2. v138a Enabling Free Shipping for all except weight >= 35lbs
    By icecold in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 11 Mar 2012, 05:24 PM
  3. Using Two Drop Shippers Who Use Different Shipping Rate Methods
    By Earnest-Enterprises in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 3 Jan 2010, 08:56 AM
  4. Maximum package weight and and different shippers
    By s_p_ike in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 17 Aug 2007, 05:17 PM
  5. Free shipping item weight calculated wrongly for non valid free shipping zone
    By firehorse in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 28 Oct 2006, 05:39 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