• Resolved GregW

    (@gwmbox)


    I am trying to create two shipping rates based on price.

    I have created 2 shipping zones, 1 for subtotal under $100 and one for subtotal over 100

    I then created 2 conditional shipping items, 1st for shipping zone 1 for the under 100 and then a 2nd for shipping zone 2 for the over 100 subtotal

    However, on the front end, it is only enabling the under 100, if it is over 100 it does the usual shipping calculated …

    I have checked the actions and applied the enable methods for each one, e.g. enable shipping methods > Flat Rate Under 100 (shipping method)

    What am I doing wrong please, I have checked everything is enabled for this plugin shipping

    • This topic was modified 1 year, 5 months ago by GregW. Reason: more info
Viewing 1 replies (of 1 total)
  • Plugin Author WP Trio

    (@wooelements)

    Hello,

    WooCommerce will find the first matching shipping zone and skip the rest. All shipping methods for a region have to be in a single zone.

    Please try the following:

    1. Add both shipping methods (under $100 and above $100) to a single zone
    2. Create the following ruleset with Conditional Shipping

    Subtotal – greater than or equal – 100
    Disable shipping methods – [shipping method for under $100]
    Enable shipping methods – [shipping method for over $100]

    Disable any other rulesets so that they don’t interfere. This should be all that’s needed for this use case.

    Closing this now but feel free to reopen if the issue persists.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple subtotal conditional shipping.’ is closed to new replies.