• Resolved surfie

    (@surfie)


    Hello

    My client would like to have following shippingrules.

    1. 5km & Amount < €20 = €3 shipping
    2. 5km & Amount > €20 = €0 shipping

    3. 10km & Amount < €20 = €6 shipping
    4. 10km & Amount > €20 < €40 = €3 shipping
    5. 10km & Amount > €40 = €0 shipping

    Amount is money the customer puts inside the car.

    It seems like rules with the same KM are not possible because the system always takes automatically the first one in line. Is this possble? So 2 rules for the 5KM doesn’t seem to be possible.

    Is it possble to make the shippingrules like this with this plugin?

    Bests
    Ivan

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

    (@sofyansitorus)

    Hi @surfie,

    Could you please confirm what do you mean with this term “Amount is money the customer puts inside the car.” in your question? What car is it? Are you selling a car? Or do you mean the shopping cart?

    Sofyan

    Plugin Author Sofyan Sitorus

    (@sofyansitorus)

    Anyway, this plugin able to handle the same max distance rules with extra advanced shipping rules like min/max order quantity, min/max order amount. So yeah this plugin is possible to handle your shipping rules above.

    Thread Starter surfie

    (@surfie)

    Hello Sitorus

    Excuse me, I mean shopping cart.

    So I already fail with the first 2 lines :

    1. 5km & Amount < €20 = €3 shipping
    (in Wooreer : Maximum Distances 5km, Maximum Order Amount €20, Surcharge €3)
    2. 5km & Amount > €20 = €0 shipping
    (in Wooreer : Maximum Distances 5km,Minimum Order Amount €20, Surcharge €0)
    OR
    (in Wooreer : Maximum Distances 5km, Surcharge €0)
    OR
    (in Wooreer : Maximum Distances 5km,Maximum Order Amount €60 Surcharge €0)

    I have debug mode on. I tried a lot of things. The application always takes the first shipping rule of the 5KM. If the first 5Km shipping rule doesnt work it doenst loop to the second 5km to check if it fits that one, it says directly “no shipping options available”.

    Bests
    Ivan

    Plugin Author Sofyan Sitorus

    (@sofyansitorus)

    You can sort the rate rows to set the priority when it has the same max distance value. Did you already do that?

    Try to put this row

    5km & Amount > €20 = €0 shipping

    on top of this row

    5km & Amount < €20 = €3 shipping

    Yeah, that will be very helpful if you can post the debug info here. Do not forget to strip the API Key info.

    Plugin Author Sofyan Sitorus

    (@sofyansitorus)

    Assuming this resolved since there is no reply fro the issue creator. Simply re-open or create a new ticket if you still facing this issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘2 or more rules in the same KM’ is closed to new replies.