user3040205
user3040205

Reputation:

Shipping Rate Calculating for given Country,State,Postcode and Price

I am trying on module for shipping rate calculation like Estimate Shipping.

I have 4 text-boxes, One for country, one for state, one for postcode, last one for Price. Here customer choose the state and country, enter the Postcode and Price.

After submit form i need to calculate shipping rate price for that provided data.

Here have only one shipping rate (Table rate) enabled.

Please any one help me

Thanks.

Upvotes: 1

Views: 358

Answers (2)

East End
East End

Reputation: 177

Magento Website Admin -> Configuration -> Shipping Methods -> Table Rates ->

  • Enable: yes
  • Title: Summer Discount
  • Method Name: Free Shipping (your choice)
  • Condition: Weight vs. Destination

and set the Current Configuration Scope is "Main Website"

then show that, Export: "Export CSV" button Click the button, and downloaded .csv file, next edit this file with available area zipcodes next save and import to upload this file and click "Save Config".

Upvotes: 1

wael101
wael101

Reputation: 500

First of all you need to decide what shipping carrier you want to use? each shipping carrier have they own Web API, all the codes and documentation on their websites... just Google it.

ex. USPS >> Documentation

Upvotes: 0

Related Questions