I'm trying to configure my shop to offer free shipping when
Total >= $50
AND
Weight <= 20lbs
Both the total amount and weight conditions should be met to receive free shipping.
I'm trying to configure this using the Free Shipping Options module.
I set
Total >= 50
Weight <= 20
However, this doesn't work. It seems this offers free shipping if the total is $50 or more OR the weight is less than 20lbs.
How do I configure this correctly for my purpose or would this require code changes?



