Hi,
Trying to figure out a way to display delivery time for each product, based on the users location. In other words, the same product should be able to display different delivery times based on the users location.
Anyone managed to do this or have an idea of how?
For instance adding a product meta field for “delivery days” of integer type, and in someway combine that with a meta field for the location. Is there perhaps a way to do something like “if country_code == ‘US’, delivery.days = 7,20”