• Resolved nyuibe1

    (@nyuibe1)


    Ive set up the different shipping costs per weight at different locations(zone) up to 999 grams and I want that no matter the (location(zone) all orders above 1kg to infinity should be charged 1.2$ per 1kg. Please how do i set this

    • This topic was modified 3 years, 7 months ago by nyuibe1.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wp-centrics

    (@wpcentrics)

    Hi @nyuibe1, thank you for your interest.

    You can set price = 1.2$ * Weight on the price column, but I think it will not work as you expect:

    1kg = 1.2$ => it’s ok
    1.5kg = 1.8$ => it is wrong?
    2kg = 2.4$ => it’s ok

    With Fish and Ships free, you must setup all ranges one by one:

    From 1kg to 2kg, 2 to 3, 3 to 4… etc. I don’t know how many ranges do you need, probably this is a ton of work! (but only on the first shipping zone, you can export/import all the rules within zones)

    With fish and ships Pro, there is a special action named “Math expression”. With it, you can simply add the next formula:

    result = ceil (weight) * 1.2

    (ceil makes a round up, so 0.0001 to 1 will be 1, fom 1.0001 to 2 will be 2, etc.)

    You can read more about here: https://www.wp-centrics.com/math-expressions-on-shipping-rate-calculations/

    Kind regards,
    Carles Martin
    wp-centrics support team

    • This reply was modified 3 years, 7 months ago by wp-centrics.
    Plugin Author wp-centrics

    (@wpcentrics)

    After a while, I close this topic.

    Please, open another one if your question persists

    Regards,
    Carles Martin
    wp-centrics support team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set shipind rule that apllies to quantities above 1kg’ is closed to new replies.