how to change shipping price based on pincode in magento 2
Hi @sekhar_n
You can use magento default "Table Rate" shipping method.
choose option weight v/s destination.
To configure, please go through the following magento2 doc.
https://docs.magento.com/m2/ce/user_guide/shipping/shipping-table-rate.html
I hope it will help you!
For this, you need to use Tabel rate shipping method. With table rate shipping you can have multiple rates depending upon the destination address, You can set rules based on the product price, weight, and dimensions. Below are the steps on how you can configure:
Configuring a Table rate shipping method for Magento 2.
In Shipping Method navigate to Table rate shipping.
Add the conditions and Click on Save config
Now set table cost price Select the option Main Website in Store View in the top right side.
And scroll down to Table Rate Shipping column and click on Export CSV to download CSV template
Above is sample template which I am going to use for testing purposes.
Click on import and upload your CSV file.
Click on Save Config.
You can see in the above image how you would be charging different prices for different destinations.
If you find the above method difficult you can use shipping soluction like StorePep you can find the StorePep shipping extension here.
Configuring a Table rate shipping using StorePep method for Magento 2.
Let’s try 3 common table rate method.
Table rate shipping for Weight
Create a new Rule In Automation Rule
Automation Criteria: click on Add conditions and add a condition for table rate shipping.
Action Details: Select Flat Rate and add Amount you want to charge.
Table rate shipping for Quantity
Here you will set amount you want to charge for the particular quantity of the product.
Create a new Rule In Automation Rule
Automation Criteria: click on Add conditions and add a condition for table rate shipping for quantity.
Action Details: Select Flat Rate and add Amount you want to charge.
Table rate shipping for Pricing
Create a new Rule In Automation Rule
Automation Criteria: click on Add conditions and add a condition for table rate shipping.
Action Details: Select Flat Rate and add Amount you want to charge.