• Resolved borboletanna

    (@borboletanna)


    My situation :

    I have 2 shipping zones:

    – Milan city area
    – Milan province

    I have this condition:
    If total amount to be paid is less than 30,00 euro, I charge shipping costs at the unique rate:

    – Milan city : add 6,00 euros shipping rate
    – Milan province: add 12,00 euros shipping rate

    Otherwise
    If the total amount to be paid is equal to or greater than 30,00 euro, the shipment is free
    (for both shipping zones, as applicable)

    Unfortunately, I trying to make a purchase test, appear the two items as an optional choice
    How can I fix it so that the system applies the correct condition as appropriate?

    How can I configure these conditions?

    Best regards

    ANNA

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @borboletanna – Are you using a plugin to offer these conditional shipping prices?

    – Joey

    Thread Starter borboletanna

    (@borboletanna)

    No, I don’t use any plugin.
    I’d like a solution without installing other plugins but I prefer writing code in the functions.php file. But I’m not good to do it.
    You know?

    Plugin Support Damianne P (a11n)

    (@drwpcom)

    Hi @borboletanna. When you edit the free shipping option, you can specify the minimum order value:

    Then, you can use this snippet to hide other shipping methods when free shipping is available.

    I hope that helps!

    It looks like it’s you may have found a solution to this. I am going to mark this as Resolved at this time. If you have another issue please feel free to open a new post. ??

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Configuring Shipping methods’ is closed to new replies.