cancel
Showing results for 
Search instead for 
Did you mean: 

how to change shipping price based on pincode in magento 2

how to change shipping price based on pincode in magento 2

how to change shipping price based on pincode in magento 2

2 REPLIES 2

Re: 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!

Re: how to change shipping price based on pincode in magento 2

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.

Tabel-rate-shipping-768x920.png

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.

Main-website-300x281.png

And scroll down to Table Rate Shipping  column and click on Export CSV to download CSV template

Export-CSV-768x998.png

 

Screenshot 2019-06-19 at 10.45.50 AM.png

 

Above is sample template which I am going to use for testing purposes.

  • * indicates all possible values in that category.
  • CA: California
  • FL: Florida

Click on import and upload your CSV file.

Click on Save Config.

table-rate-at-check-out-ca.pngtable-rate-at-check-out-fl.png

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 

Tabel-rate-for-weight-768x567.png

Automation Criteria: click on Add conditions and add a condition for table rate shipping.

  • Zone: Select the zone to which you want to have a table rate.
  • Total Weight: From the drop-down select  Grater than and add the value.

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 

Tr-for-Quantity-768x562.png

Automation Criteria: click on Add conditions and add a condition for table rate shipping for quantity.

  • Zone: Select the zone to which you want to have a table rate.
  • Quantity between: Give the minimum and maximum value of the 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 

Tr-for-Pricing-768x565.png

Automation Criteria: click on Add conditions and add a condition for table rate shipping.

  • Zone: Select the zone to which you want to have a table rate.
  • Price: From the drop-down select  Grater than or Less than and add the value.

Action Details: Select Flat Rate and add Amount you want to charge.