When setting up a cookie filter to assign a shipping variant, you might find that the correct variant isn't being applied, even though you've correctly set the cookie value.
This issue occurs because the shipping configuration is cached before the cookie is set. As a result, after setting the cookie, the configuration remains unchanged.
To resolve this, locate the abconvert-shippingxp
item in localStorage
and refresh the page. Your shipping test should then work as expected.
Note: Ensure you use a VPN or append ?country=<COUNTRY CODE>
to the URL to access the shipping test if you are outside the specified country.