• Resolved Ash Patel

    (@ash-patel)


    Hello,

    I have been using WooCommerce Weight Based Shipping WooCommerce plugin, and I would like to apply shipping cost based on total weight of all products in cart.

    e.g. below are rule I have defined in plugin:
    #1 If weight is between 0 – 10 then shipping charge should be (total weight of products from cart * 100)
    #2 If weight is between 11 – 100 then shipping charge should be (total weight of products from cart * 60)

    So, if I add 3 product of 3kg, 5kg, 16kg it should consider #2 and return shipping code total weight * 60, but it is considering #1 and returning shipping cost as 300.

    I have set up rule as:

    #1

    Order Weight -> above 0 – below 10

    Weight Rate -> charge -> 100

    #1

    Order Weight -> above 0 – below 10

    Weight Rate -> charge -> 100

    #2

    Order Weight -> above 11 – below 100

    Weight Rate -> charge -> 60

    Taxable option is Yes and destination i tried all and india both has same result.

    Please guide me where I have done wrong?

    Thank you

    • This topic was modified 1 month, 1 week ago by Ash Patel.
Viewing 1 replies (of 1 total)
  • Plugin Author Dan

    (@dangoodman)

    Hello Ash,

    Thank you for the details.

    The first rule should be producing 2400 for a 24kg order, right? Not sure if 300 actually comes from it.

    It is worth first checking if WBS gets the correct weight. To do that, add a rule with an easy-to-identify title and Weight Rate set to “charge 1 for each 0 over 0″. The price shown by this rule will equal the total order weight WBS “sees”.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.