Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2004
    Location
    Iowa
    Posts
    95
    Plugin Contributions
    0

    Heavy Item Shipping Method

    We are adding many items that will require shipping by freight carriers. I figure I can use the Zone shipping Module and plug in the rate charge data. But my question is how do I configure Zen so that if an item weighs more than (say) 70 pounds it will not give them the UPS choice for shipping and forces them to use only the zone shipping data?

    I'm using 1.2.4.1 of Zen currently and right now all the items for sale are under 50 pounds and I'm using the UPS module for shipping only.

    I'm adding about 30 products that are all over 100 pounds in weight.

    I appreciate any assistance that you can offer.
    elltx.com ELLTX Computer Services
    hostingwithservice.com Designing Results Hosting Services
    designingresults.com Designing Results Web Design Services

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

    Default Re: Heavy Item Shipping Method

    You would need to do a look up on the Products in the cart and see how many, if any, have a weight > 70 lbs ...

    There is a nice little function in the shopping_cart class to test various conditions of the products table ...

    function in_cart_check($check_what, $check_value='1') {
    Then you would need a method to run that function on decide whether or not to allow the shipping module to show ...

    It is usually best to make the test a function that can then be used to manage both the admin and catalog as the admin needs to call the function and just return true ... where the catalog you may have other checks or tests to run ...

    You are more or less trying to control the $this->enabled in the shipping module ... when false, that hides the shipping module even if the shipping module is installed ...

    Easy Smeazy eh?
    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
    Sep 2004
    Location
    Iowa
    Posts
    95
    Plugin Contributions
    0

    Default Re: Heavy Item Shipping Method

    hmmm, well I'm a little confused by your message, Ajeh. It sounds from your message that in order to do what I'm attempting I would have to do some PHP programming. As in the existing program does not allow for forcing a different module to come into play based on an items weight.

    I was hoping that maybe I could use an attribute definition for making this work.
    (or something along those lines)

    I know all the products currently in the database are 50 pounds or under in weight and I'm adding abou 26 products that are all well over 50 pounds.

    I guess that if I can't accomplish special shipping pricing for these 26 products then I'll have to make it so the system does not charge the freight and simply announce on the product description that Freight will be an additional charge based on the delivery address.
    elltx.com ELLTX Computer Services
    hostingwithservice.com Designing Results Hosting Services
    designingresults.com Designing Results Web Design Services

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

    Default Re: Heavy Item Shipping Method

    I am afraid that in order to use a custom shipping method, you actually need to write custom code to manage that custom shipping method ...

    Or, you could always post in the Commercial Help Wanted or contact the Zen Cart Team to write your custom code, if you are not a programmer ...
    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
    Sep 2004
    Location
    Iowa
    Posts
    95
    Plugin Contributions
    0

    Default Re: Heavy Item Shipping Method

    Makes sense. It may be worth it to hire someone to do some customizing. It doesn't sound like it would be too difficult to accomplish.

    And I guess I'll have to upgrade to the latest version also. <heavy sigh>

    Thanks for your help and advice Ajeh.
    elltx.com ELLTX Computer Services
    hostingwithservice.com Designing Results Hosting Services
    designingresults.com Designing Results Web Design Services

 

 

Similar Threads

  1. Split a heavy item into 2-3 boxes for shipping UPS.
    By 14all41 in forum Addon Shipping Modules
    Replies: 4
    Last Post: 1 May 2013, 11:24 PM
  2. Extra Shipping Cost per Heavy Item
    By kitten091182 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 5 Dec 2011, 05:18 PM
  3. Only showing shipping method based on per item or weight amount
    By chinook in forum Built-in Shipping and Payment Modules
    Replies: 10
    Last Post: 30 May 2010, 09:54 AM
  4. 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
  5. Linking a Shipping method to an Item
    By valuevending in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 18 Jan 2007, 06:48 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