Hi everyone,
I'm new in Magento 2 and want to develop online shop with Magento 2, need some confirmation, is there any setting to set different flat rate for each state / province ?
In my case,
for example I want to lock shipping to country A ( additional question : how to add dropdown select for state / province like US ?)
and if customer select province A1 the cost shipping is X
if select province A2 the cost shipping is Y and so on.
Or is there any extension in there ? Thank you.
Solved! Go to Solution.
@risesnow Well there are multiple ways for this, you can create custom extension as well. The easiest way is to use Table Rate shipping method. However, you need to add states/ province/ regions into DB tables if not exits your target states And tables rates CSV file.
Cheers
@risesnow Well there are multiple ways for this, you can create custom extension as well. The easiest way is to use Table Rate shipping method. However, you need to add states/ province/ regions into DB tables if not exits your target states And tables rates CSV file.
Cheers