Page 1 of 5 123 ... LastLast
Results 1 to 10 of 43
  1. #1
    Join Date
    May 2011
    Posts
    17
    Plugin Contributions
    0

    Default Per Weight Unit Shipping

    I'm using this module and when I go to the checkout and select a quantity of 13 units at 25 lbs each the total per weight unit shipping cost is 13*25= $325. The per weight unit shipping says the formula that is used is Product Quantity * Units (products_weight) * Cost per Unit. Am I doing something wrong? I have the tare weight set at 0 and max units at 5000. Thanks, Charles

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

    Default Re: Per Weight Unit Shipping

    The Per Unit perweightunit shipping module is designed to take the Total Weight and multiply that by the Rate ...

    If you set the Product Weight to 1 and buy 10 and the Per Unit Rate is 1 the charge is:
    1 * 10 * 1 = $10.00

    If you set the Product Weight to 1.25 and buy 10 and the Per Unit Rate is 1 the charge is:
    1.25 * 10 * 1 = $12.50

    If you set the Product Weight to 1 and buy 10 and the Per Unit Rate is 2 the charge is:
    1 * 10 * 2 = $20.00

    If you set the Product Weight to 25 and buy 13 and the Per Unit Rate is 1 the charge is:
    13 * 25 * 1 = $325.00

    What are you "meaning" the charge to be for this Product?
    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
    May 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: Per Weight Unit Shipping

    Thanks for the answer, I understand how it works now. To answer your questions, for each product weight there is a different value (ie: product a = 15lbs whereas product b = 25lbs.) The actual weight I stated in previous email (25lbs) is the weight of 50 rolls of paper cash register receipts inside a shipping box minus the tare weight. Speaking of the tare weight, I read in a previous post that it is not necessary or a factor for shipping by unit? Charles

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

    Default Re: Per Weight Unit Shipping

    You want to set the Tare Rates to 0:0 as they are used in a calculation to add weight and you do not want the weight adjusted in any manner ...

    The Maximum Weight 5000 is so that the Total Weight is not adjusted in any manner, either ...
    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
    Sep 2012
    Location
    West Jefferson, NC
    Posts
    387
    Plugin Contributions
    0

    Default Re: Per Weight Unit Shipping

    My apologies if I've put this question in the wrong place...did a search for "prevent ups rates from displaying during checkout when perweightunit is used" and got no results.

    I use freeshipper (zero weight), ups, and perweightunit (flat rate) for shipping on my website.

    How do I prevent the ups rates from showing up during checkout when the flat rate shipping applies to the product?

    It senseless to display the outrageous UPS rates on a product when the flat rate price is so much cheaper.

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

    Default Re: Per Weight Unit Shipping

    You have me a tad confused here ...

    You say you want to use:
    FREE SHIPPING! freeshipper
    UPS ups
    Per Unit perweightunit

    But then you reference:
    perweightunit (flat rate)

    Where does the Flat Rate flat come into play here?

    When you want to disable the UPS shipping module and use Per Unit perweightunit ... how do you use UPS and Per Unit perweightunit in combination with one another?

    You also have Maximum Weight at 5000 ... this means that when Shipping Weight exceeds 70lbs for UPS that UPS will not be able to provide quotes ...

    So I am a tad befuddled here ... could you perhaps type really really slow and explain what you are trying to do with your 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: 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
    Sep 2012
    Location
    West Jefferson, NC
    Posts
    387
    Plugin Contributions
    0

    Default Re: Per Weight Unit Shipping

    I have a few thousand of products that have different flat rate shipping rates, several thousands products with free shipping (zero weight), and many thousands of products with UPS rates...

    I have been using freeshipper and UPS successfully for almost a year. In the past, I added shipping cost back into the base price and sale price with my php scripts which enabled me to handled flat rate shipping products as "free shipping" products. Some people may not appreciate that...semantics. So I'm trying to reflect exactly how the shipping prices are handled via my supplier.

    I am trying to add perweightunit to handle my products that have flat rate shipping.

    When I enabled perweightunit shipping, it caused the UPS shipping price to show up with an outrageously high shipping price on products that have flat rate shipping (because the shipping price is inserted in the weight slot). I need to stop UPS prices from displaying during checkout on products that have flat rate shipping.

    On products that do not have flat rate shipping (I.E. UPS rates), the flat rate shipping shows up as an option during checkout as a lower amount than the UPS rates. I do not want flat rate to display on products tagged as UPS shipping.

    There are no issues with free shipping...

    I hope I've made it clearer than muddy water this time...LOL.

    Appreciate your help.

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

    Default Re: Per Weight Unit Shipping

    What would be a could indicator in the table:
    products

    to distinguish which Products uses UPS and which Products use Per Unit perweightunit?

    Do you have a field for this? Or can master_categories_id be used for this?
    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
    Sep 2012
    Location
    West Jefferson, NC
    Posts
    387
    Plugin Contributions
    0

    Default Re: Per Weight Unit Shipping

    I don't see any "could" indicators in the zen_products table.

    The initial table (my_products_dsdi) I import my products and updates in to has columns call "SHIP_METHOD" and "SHIP_PRICE".

    SHIP_METHOD can be Individual Shipping, UPS RATES, or Free Shipping

    SHIP_PRICE can be 0 - whatever

    I'm not sure what you are implying by "can the master_categories_id be used for this".

    Thanks.

  10. #10
    Join Date
    Sep 2012
    Location
    West Jefferson, NC
    Posts
    387
    Plugin Contributions
    0

    Default Re: Per Weight Unit Shipping

    I see where the confusion may be coming in. I ran across a method of using perweightunit to handle different flat rate shipping charges on Picaflor-Azuls website.

    The native Flat Rate shipping module in Zen Cart isn't flexible enough to handle many different rates (without modification) so I was looking for alternatives.

    Within perweightunit, setting the shipping cost per unit to 1 and putting the shipping cost into the weight field does enable me to have many different flat rate shipping rates...but it also screws up the UPS module.

    So, I hope that clarifies the confusion.

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. International Shipping by Weight/Per Unit
    By nicknight in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 5 Nov 2008, 10:08 PM
  2. RE:Shipping Unit Per weight
    By waynevincent in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 13 Sep 2008, 08:24 AM
  3. Shipping Per Unit Weight (2 zones)
    By jbowshaw in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 8 Apr 2008, 10:17 PM
  4. Shipping Module - how do I do per weight unit?
    By labelle in forum Built-in Shipping and Payment Modules
    Replies: 14
    Last Post: 2 Dec 2007, 08:40 PM
  5. Shipping problem - Per Weight Unit
    By jman2007 in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 11 Sep 2007, 07:09 AM

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