Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    red flag Shipping rates on a per item basis

    We have items in our store that are 3oz and items that are 20,800 lbs

    I need to be able to set the shipping type on a per item basis.

    SKU123 weight 3oz
    [x] FedEx
    [x] UPS
    [x] Store Pickup
    [ ] Estimate Truck Freight (we call the customer with the freight cost)

    SKU321 weight 20,800 lbs
    [ ] FedEx
    [ ] UPS
    [x] Store Pickup
    [x] Estimate Truck Freight (we call the customer with the freight cost)

    So on and so forth.

    THANKS
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

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

    Default Re: Shipping rates on a per item basis

    You could control the $this->enabled in each module based on the weight to turn them on and off ...
    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!

  3. #3
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Shipping rates on a per item basis

    Wouldn't it be easier to setup up these items as a product type that required truck shipping and use a different handler page?

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

    Default Re: Shipping rates on a per item basis

    Not really ...

    You would have to create a whole file set for the product type where on weight you can just test if the weight is >= 20800 to manage the shipping modules ...
    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!

  5. #5
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Shipping rates on a per item basis

    Basing strictly on weight still doesn't quite work but I see your point.

    We sell youth chairs in KD and assembled 2 packs.

    Shipping for a single pack KD is not bad, and goes UPS very often, however, the 2 pack assembled cost more to ship than the value of the chairs! This is because it is like over-sized 2 and underweight...

    On the other hand, we cannot ship hazardous items via UPS no matter what the weight (company is too lazy to do MSDN sheets for all these)

    AND

    We do not ship glass via UPS either. (Well, special requests require a repacking charge and disclaimer against breakage. But this is the exception not the rule) A box of tumblers is not heavy enough to base this on weight either, or even 10 boxes. But these would ship via truck reguardless.

    Linda, perhaps a little direction on what is involved in making a mod for this would help me greatly. I am capable coder, but time is currently a huge constraint for me.... but a better understanding of what it would take to be able to select "Truck/Freight - call for quote" or force it if an item is freight only is what I think we need.

    Looking forward to your imput!

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

    Default Re: Shipping rates on a per item basis

    Where you have such a distinction of using the heavy weight where it cannot possibly equal a regular order, just that in itself is a flag ...

    For your scenario if you cannot use either the master_categories_id or the products_weight or some other identifier then you may need to either add a new flag to the products table for these or you can take the time to build a new product type ...

    If you cannot use an existing field in the products table as the identifier, then you could use a new field as the flag with without a new product type in the products table but you would be editing the core files and need to update them with each upgrade ...

    Then, you can test for how many products in the shopping cart has this field and if greater than 1 decide what to do as far as the whole order is concerned on the shipping ...
    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. Shipping cost on a per item basis only??, is it possible?
    By tcarden in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 23 Jan 2013, 08:32 PM
  2. shipping rates for zones per item
    By nuttygroup in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 22 Jul 2011, 10:22 PM
  3. Free Shipping on a Per Item Basis
    By Oriontool in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 11 Feb 2011, 05:00 AM
  4. Shipping on a Per item Basis
    By jtatarin in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 22 Jan 2007, 09:13 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