• Resolved ib-design

    (@ib-design)


    Hi, and thank you so much for a great plugin!

    So I want to be able to have different types of Free Shipping, and have a few questions on how to set it up.

    “Free Shipping on orders over 999 NOK” – For Norway only
    “Free Shipping on orders over 1499 NOK” – For ALL countries in Europe
    “Free Shipping on orders over 1999 NOK” – For ALL countries in the world.

    The first one is OK –
    Subtotal > greater or equal to > 999
    AND country > equal to > Norway

    The second one is a bit tricky. Is there no way of choosing Europe as a whole? Do I need to add
    Subtotal > greater or equal to > 1499
    AND country > equal to > Netherlands
    OR country > equal to > Norway
    OR country > equal to > Poland
    … and so on? Do I have to list up all the countries in Europe?
    And if so – is it correct to use the OR, or should it be AND?

    The last one should be easy to set up as it just depends on the amount of 1999
    Subtotal > greater or equal to > 1999
    But for some reason it just won’t appear on the checkout. I have tried to restart browser, empty cache, reload and so on, checked that it has the same settings,but nothing. When I use the built in “Free Shipping” from WooCommerce however it appears. Why is this?
    I would like to use Advanced Free Shipping for this one too if possible, as I want to use the built in one for coupons in future.
    Is there a limit to how many methods you can put in?

    Could you help me with this? 🙂

    Ida

    https://wordpress.org/plugins/woocommerce-advanced-free-shipping/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeroen Sormani

    (@sormano)

    Hi Ida,

    For the ‘europe’ free shipping you’d indeed have to create OR condition groups in order to have it working correctly. Note that you can only set one country per condition group, and you’d have to include the subtotal condition too.

    I’ve got this document online, which is for the WooCommerce Advanced Shipping plugin (note without the ‘Free’) , but they work the same. http://docs.shopplugins.com/article/25-how-to-setup-woocommerce-country-based-shipping

    As also mentioned in that doc, if you want, you can also create a shipping zone with the WAS Shipping Zones extension, but that does require the WooCommerce Advanced Shipping plugin.

    —–
    Re Free shipping over the world; There is no limit on how many rates you can setup. However, due to the way I build the plugin initially it will only run until one free shipping rate has been found and stop running after that. It seemed a great idea at the time (who needs 2 free shipping rates, right?), but does limit it in edge cases.

    So, if you’re trying to get the WORLD shipping show up the same time as the Norway free shipping for example, it will not work. (the WooCommerce Advanced Shipping plugin does not have this)

    A other popular ‘issue’ is the shipping cache (not related to browser cache etc). You can read more here; http://jeroensormani.com/shipping-debug-mode

    Hope that helps, let me know how it works out 🙂

    Thanks,
    Jeroen

Viewing 1 replies (of 1 total)
  • The topic ‘Free Shipping on orders over x for buyers only in Europe’ is closed to new replies.