Hi
What I am trying to achieve is this: (currently city operation so no issues there)
Is this possible to achieve in Magento CE 1.9.2.4 out of the box?
Is this possible with any existing extension?
Cheers, thanks
Bijal
Solved! Go to Solution.
You can manage your shipping price using Table rate shipping method.
Kindly refer below links for your requirement,
https://docs.magento.com/m1/ce/user_guide/shipping/table-rates.html
so if I understand this correctly, if I create the following structure, then on the checkout page, the shipping amount will be automatically selected and displayed based on cart subtotal value?
COUNTRY | REGION / STATE | ZIP / POSTAL CODE | ORDER SUBTOTAL(and above) | SHIPPING PRICE |
INDIA | * | * | 500 | 0 |
INDIA | * | * | 250 | 60 |
INDIA | * | * | 0 | 100 |
Thanks
You can manage your shipping price using Table rate shipping method.
Kindly refer below links for your requirement,
https://docs.magento.com/m1/ce/user_guide/shipping/table-rates.html
so if I understand this correctly, if I create the following structure, then on the checkout page, the shipping amount will be automatically selected and displayed based on cart subtotal value?
COUNTRY | REGION / STATE | ZIP / POSTAL CODE | ORDER SUBTOTAL(and above) | SHIPPING PRICE |
INDIA | * | * | 500 | 0 |
INDIA | * | * | 250 | 60 |
INDIA | * | * | 0 | 100 |
Thanks
tried and tested on a dev site... thanks for the push in the right direction
the table rates worked great... im sure this ext will do the trick for M2... im still on M1
thanks for the help ankit