Hi, @strikkit. We’re near ??
First of all: The shipping zones. If you put a shipping method on a shipping zone, and test another one (maybe your default customer address on WooCommerce settings)? The method never will be offered. This is the reason what you don’t see logs: you must put the free shipping method in all shipping zones you want to offer it.
Here an example: let’s say there is two cities with different parcel treatment, for any reason, and California has different treatment as rest of US:
1. San Francisco
2. Washington
3. California
3. USA
4. World Wide
For every customer address, the methods of ONLY the first shipping zone that matches will be offered. For a guy of SF, only the methods of shipping zone #1, not #3 or #4
There is: on every shipping zone, you must add all the shipping methods that you want (tipically, some methods will be repeated).
Can do you read more about here: https://docs.woocommerce.com/document/setting-up-shipping-zones/
=====
About price comparison: you still have the group-by setting to no group. On the log:
Check matching selection. Method: [by-price], Group-by: [none], min_comp: [ge], min: [70], max_comp: [less], max: [800]
So every product, one by one, is compared with the 70€. All grouped means that Fish and Ships will sum all prices on cart and then compare with 70.
…please, change group-by option to: “all grouped as one” and it will work fine ??
Please, give me feedback about,
Carles.