Say, your warehouse is located in Los Angeles, California. It’s cheaper for you to ship to San Francisco, California, than to New York City.
So, you can use table rate to determine shipping costs basing on the following combinations:
So, how to configure table rates as a shipping method.
To start using table rates, follow the steps:
Magento 2 shipping rates are the amount of money you charge customers for shipping items. Say, your shipping rate depends on the cart subtotal and state. For states where you have warehouses, you have preferential rates. In this case, you will use the Price v. Destination condition.
In the table below, you can see how the shipping fee changes according to cart subtotal for all the orders with shipping region California (CA) and Utah (UT):
COUNTRY | REGION / STATE | ZIP / POSTAL CODE | ORDER SUBTOTAL (and above) | SHIPPING PRICE |
USA | CA | * | 100 | 5 |
USA | CA | * | 25 | 10 |
USA | CA | * | 0 | 15 |
USA | UT | * | 100 | 5 |
USA | UT | * | 25 | 10 |
USA | UT | * | 0 | 15 |
USA | * | * | 100 | 10 |
USA | * | * | 25 | 15 |
USA | * | * | 0 | 20 |
The shipping price is lower for these states than for the rest of the country and varies from $5 to $15. The symbol * represents all values i.e. if we put * in the Zip Code column, that means we want to use this rule for all the addresses of this region.
Flat rate shipping Magento means that the shipping price is not related to the weight, shape, or size of the item being shipped. With flat-rate shipping, you can charge a flat rate for sending all orders to specific geographic areas, regardless of the number of items ordered.
Login and Registration Form