• Resolved 1timothy412

    (@1timothy412)


    One particular item in my client’s store is bulky and therefore costs more than the weight range we’ve defined. The shipping method is 24-32oz = $14 (which works fine). The item in question is 30oz, but costs $19 to ship. I am trying to create an exception with a shipping class, however no change is reflected in the cart although it is showing on the shipping method page. The cart won’t charge more than $14 shipping for the item. Am I missing something to make this work and charge $19 just for this bulky item?

    https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dan

    (@dangoodman)

    Are you sure you didn’t limit shiping price with Min/Max Shipping Price options?

    Thread Starter 1timothy412

    (@1timothy412)

    Thanks for the quick reply. Yes, I do have a limit shipping price (min=14, max=14). When disable the max shipping price, it makes the shipping an outrageous $500-somthing. Settings are as follows:

    Handling Fee=0
    Shipping rate=14
    Min shipping price=14
    Max shipping price=14
    Extra weight only=disabled
    Weight step=empty
    Min weight=25
    Max weight=32
    Min Subtotal=empty
    Min Subtotal=empty
    Subtotal with tax=disabled
    Shipping & Handling Class Overrides
    —–Shipping & Handling Class=class name
    —–Handling Fee=0
    —–Shipping & Handling Rate=19
    —–Weight Step=empty

    Any clue as to why it’s not working?

    Thread Starter 1timothy412

    (@1timothy412)

    And, yes, I did set the shipping class on the product page.

    Plugin Author Dan

    (@dangoodman)

    You have clamped total shipping price between Min shipping price=14 and Max shipping price=14 which gives you exactly 14 in any case. You don’t need that, so leave those fields empty.

    Shipping Rate is for shipping price per 1 weight unit (oz, in your case). Since you don’t need a progressive rate leave it empty too.

    What you really need to use instead is Handling Fee which gives a flat shipping fee.

    Thread Starter 1timothy412

    (@1timothy412)

    Thank you for your help. I was able to get it to work properly!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shipping class exception’ is closed to new replies.