ShipmentWeight was recently expanded to provide a Max Weight + two new Operations in ✨ Expand the ShipmentWeight condition to support ranges RTBC :
>= <= : Between (exclusive)
and > < : Between (inclusive)
These do not however allow the admin to provide sequential weight shipping options without experiencing multiple shipping methods (or none) being provided to the user.
eg. 3x ShipmentWeight condition ship methods:
To work with the existing setup, the numbers entered have to be Weight: 0kg, Max Weight: 1.9999999999kg instead of a simple Max Weight: <2kg
Switching to exclusive obviously ends up with NO shipping methods available for 2 and 4kg.
Add operations:
>= < : Between (>= Weight, < Max)
> <= : Between (> Weight, <= Max)
None.
Adds 2x Operations in ShipmentWeight condition select field.
None.
None.
Active
2.0
Code