• Resolved rockmanalpha

    (@rockmanalpha)


    hi there, just want to know if this plugin fits my needs.

    let say i have two weight based rules like this

    1. weight from 0KG to 0.499KG cost $10
    2. weight from 0.5KG to 1KG cost $15

    and i want to calculate the order shipping cost per one kilogram

    so that when the order total weight is 1.499KG the shipping cost would be $15(rule2) + $10($rule1) = $25

    another example when order total weight is 3.6KG the shipping cost would be $15 X3(3KG) + $15(0.6KG which is greater than 0.499, rule 2 applies) which is $60.

    Can i acoomplished that by this plugin? thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author grola

    (@grola)

    Thread Starter rockmanalpha

    (@rockmanalpha)

    Hello @grola ,

    thanks for your response, it seems that the feature of your example can only configed to have a fixed additonal cost for each additional kg, but what i want to achieve is that i want to have 1kg as a package, if the product less than 0.5kg, the package is charged $10, if the product is>=0.5 and <=1kg, the package will then be charged $15.

    Let say the products of an order is 6.3kg, the products would be separated in 7 packages, 6 packages with 1kg, and the last package would be 0.3kg, so every 1kg, i need to decided which rule of the two would applied, if the max weight of an order is 100kg, i don’t want to key in 200 rules just like 0 to 0.499, 0.5 to 1, 1.001 to 1.499, 1.5 to 2 until 100kg, thank you.

    • This reply was modified 2 years, 7 months ago by rockmanalpha.
    Plugin Author grola

    (@grola)

    I think it can be done with shipping classes or product tags/categories.

    Plugin Support lusp

    (@lusp)

    Since there are no further inquiries concerning this case I’m marking this thread as resolved.

    Kind regards,
    Luke

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘calculate shipping cost per one kilo’ is closed to new replies.