Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    31
    Plugin Contributions
    0

    Default Extra shipping for heavy items

    How can I add some shipping for very heavy items?

    In most cases items do not use weight (and they do not have it set really), but in a few cases the items are too heavy (and I can set them weight) and shipping must grow by a predefined amount of money, suppose everytime the same amount.

    I need to ADD those money to shipping customer chosen, not use another shipping module like PerWeightUnit.

    Thank you.

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

    Default Re: Extra shipping for heavy items

    What shipping module(s) are you using now?
    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
    Mar 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: Extra shipping for heavy items

    Quote Originally Posted by Ajeh View Post
    What shipping module(s) are you using now?
    Storepickup (not suitable for my question), and two similar remakes of Table shipping module - here I need to make some changes, as I suppose.

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

    Default Re: Extra shipping for heavy items

    What is your Table Rate table shipping module based on ... Item Count? Total? Weight?

    Is there something to identify these "Heavy Products" ... master_categories_id ... products_id ... products_model ...

    If not using products_weight any of the Products, can you use the products_weight for the additional amount to charge?
    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
    Mar 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: Extra shipping for heavy items

    Quote Originally Posted by Ajeh View Post
    What is your Table Rate table shipping module based on ... Item Count? Total? Weight?
    Based on Total and this cannot be changed.

    Quote Originally Posted by Ajeh View Post
    Is there something to identify these "Heavy Products" ... master_categories_id ... products_id ... products_model ...
    What about product weight? Say, everytime the product has weight other than zero, it is heavy.

    Quote Originally Posted by Ajeh View Post
    If not using products_weight any of the Products, can you use the products_weight for the additional amount to charge?
    Sure.

    And I use ZC v1.3.8a

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

    Default Re: Extra shipping for heavy items

    If that is the case, then you can customize the Table Rate shipping module to alter the code for the cost in:
    Code:
        $this->quotes = array('id' => $this->code,
        'module' => MODULE_SHIPPING_TABLE_TEXT_TITLE . $show_box_weight,
        'methods' => array(array('id' => $this->code,
        'title' => MODULE_SHIPPING_TABLE_TEXT_WAY,
        'cost' => $shipping + (MODULE_SHIPPING_TABLE_HANDLING_METHOD == 'Box' ? MODULE_SHIPPING_TABLE_HANDLING * $shipping_num_boxes : MODULE_SHIPPING_TABLE_HANDLING) ) ));
    by adding the $shipping_weight to that if the products_weight is the additional cost of the Product shipping ...

    If you need to reduce the Total from these Products, you can expand on how this is managed ...
    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. v138a Calculating shipping for heavy items freight by truck
    By icecold in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 5 Apr 2012, 10:35 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. Shipping heavy items(700 lbs)?
    By nehoward64 in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 19 Mar 2010, 12:54 AM
  4. Shipping heavy items to US states
    By terrykiwi in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 20 Feb 2008, 03:33 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