In Webshipper it is possible to set up many different rules on shipping rates to limit access for customers in shop checkouts based on order data (weight, cart total price, zip code, day of week/time of day) - but some setups might require additional conditions to be checked.
This is where WEL conditions can be configured on shipping rates to check advanced conditions.
Note: WEL conditions require correct syntax and placeholder values to function correctly.
Activating WEL conditions on a shipping rate
To activate WEL conditions on a shipping rate, click 'Custom' just below the standard conditions:
When WEL is activated, the already configured conditions (weight below 20000 and cart total below 99999 in the example above) will be converted to WEL automatically:
After 'Custom' is enabled, it will now be possible to add additional conditions to the WEL string, based on proper syntax and correct placeholder values.
You can find resources for both syntax and placeholder values below.