• Resolved nanny7

    (@nanny7)


    Hi I am wanting to say when the weight is above say 5kg that the shipping cost is a maximum price regardless of the number of items or weight in the cart.
    Is this where I add an asterisk or is it a rule?

    Thanks

    • This topic was modified 10 months, 1 week ago by nanny7. Reason: spelling error
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wp-centrics

    (@wpcentrics)

    Hi, @nanny7, thank for your interest in our plugin!

    First: you need to set the group-by criterion to “all together”, to compare the weight of all the products together.

    Then, put a rule at the top:

    #1 WHERE Weight MIN >= 5Kg, MAX < 0 (zero acts as wildcard), Price [Whatever], special action “Stop. Skip next rules”

    …then, you can leave the rest of your calculations below #1 (rules #2 and next), that will be skipped when the first rule meets only.

    Thread Starter nanny7

    (@nanny7)

    Thanks

    Plugin Author wp-centrics

    (@wpcentrics)

    Glad to help! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hi I am trying to add multiple conditions but maximum shipping price’ is closed to new replies.