Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2008
    Location
    UK
    Posts
    326
    Plugin Contributions
    1

    Default Problems when adding an item which has a weight

    Hi

    I have zones set up and also free shipping for when they spend over £15. But when I add an item to the basket which has a weight to it the zones tell me that "The shipping rate cannot be determined at this time"

    I can't seem to get round this, is there a way of getting them working together so when someone buys a heavy item in addition to what they have bought that it doesn't muck up the zones?

    Any help please.

    Thanks

    Phil

    PS Version 1.38a
    Last edited by confused_aswell; 24 Jul 2009 at 03:15 PM. Reason: adding the version

  2. #2
    Join Date
    Apr 2008
    Location
    UK
    Posts
    326
    Plugin Contributions
    1

    Default Re: Problems when adding an item which has a weight

    No matter, I didn't have my values set right.

    But whilst I am here, I have got an item of 200 grams, why is the estimating shipping calculator showing it as 5x44 grams in the zone rates?

    Any ideas please.

    Thanks

    Phil
    Last edited by confused_aswell; 24 Jul 2009 at 09:46 PM. Reason: error

  3. #3
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Re: Problems when adding an item which has a weight

    Quote Originally Posted by confused_aswell View Post
    No matter, I didn't have my values set right.

    But whilst I am here, I have got an item of 200 grams, why is the estimating shipping calculator showing it as 5x44 grams in the zone rates?

    Any ideas please.

    Thanks

    Phil
    What shipping module are you using?
    Is your products weight in your product attributes or your product information page?

  4. #4
    Join Date
    Apr 2008
    Location
    UK
    Posts
    326
    Plugin Contributions
    1

    Default Re: Problems when adding an item which has a weight

    Hi

    Thanks for the reply, I am using zones only for shipping and the weight is in the product information page.

    I seem to have solved the problem a little bit by going to admin>configure>shipping/packing and setting number of boxes to 0, but now it doesn't show the weight in the estimate shipping box, it just shows this. Am I doing this right?

    As the whole exercise is to have free shipping for orders over £15 which is easy enough, but when someone buys a heavier item within the order then this attracts an additional postage charge.

    Any ideas?

    Thanks

    Phil

    Estimate Shipping Costs
    Total Items: 1 Weight: 100 grams Amount: £0.10
    Country: Please Choose

    Post Code:

    Shipping quotes are based on the address information you selected:
    United Kingdom
    Available Shipping Methods Rates
    Zone Rates (Shipping to GB) £1.75

    [ Close Window ]

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

    Default Re: Problems when adding an item which has a weight

    Set your Maximum weight to 50 ...

    Set the Tare for Small to Medium and Large to 0:0 unless you plan to add more weight to the order ...

    What settings are you using on the Zone Rate zones shipping module?

    On the Free Shipping over £15 but not when weight is over XX.XX ... can this be defined using the Free Shipping Options freeoptions where you set:
    Total >= 15.00
    Weight <= XX.XX

    and edit the Free Shipping Options freeoptions shipping file:
    /includes/modules/shipping/freeoptions.php

    and change the OR to AND on these conditions:
    Code:
    // final check for display of Free Options
          if ($this->ck_freeoptions_total or $this->ck_freeoptions_weight or $this->ck_freeoptions_items) {
            $this->enabled = true;
          } else {
            $this->enabled = false;
          }
    Code:
    // final check for display of Free Options
          if ($this->ck_freeoptions_total and $this->ck_freeoptions_weight and $this->ck_freeoptions_items) {
            $this->enabled = true;
          } else {
            $this->enabled = false;
          }
    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!

  6. #6
    Join Date
    Apr 2008
    Location
    UK
    Posts
    326
    Plugin Contributions
    1

    Default Re: Problems when adding an item which has a weight

    Hi Linda

    Thank you sooo much, I changed the code as you suggested and it worked!

    I can now offer free delivery for orders over £15.00 but if they were to buy a heavy item within the £15 then they don't get the free delivery, but instead pay the tariff I have set in the zones module - like so -
    Zone 1 Shipping Table500:1.75,800:3.50,1000:5.00

    I am using grams for the weight of things.

    I haven't set a weight for most of my items, but there are a few that would really put me out of pocket if they were to buy them and get free delivery.

    Thank you once again, great job.

    Phil

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

    Default Re: Problems when adding an item which has a weight

    Thanks for the update that you now have this working properly for your needs ...
    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. v139h Edit the weight of a product which has been already listed for sale
    By Chicky in forum General Questions
    Replies: 4
    Last Post: 18 Feb 2013, 05:11 PM
  2. Can I disable right sidebar when on a cat page which has subcats?
    By dremhmrk2 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 26 Oct 2012, 05:59 PM
  3. Adding Drop Ship fee to Weight Rate per item
    By jmuniz in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 11 Feb 2011, 04:32 PM
  4. shopping cart adding 3ld to item weight
    By scooper55 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 14 Nov 2009, 05:07 PM
  5. Remove POST Shipping Method if ANY item in the CART has 0 weight value?
    By RosscoB in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 17 Mar 2009, 06:41 PM

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