Would you like to make a shipping system based on location and weight?
- Login to Magento
- Go to System -> Configuration -> Select scope on website level -> Go to Shipping -> Table Rates
- Click on the button Export to CSV
- Edit the CSV and insert a new row for each condition
The table rates sheet will look about this (don’t copy the first row):
Country,State,Zip-Code,”Subtotal and above”,Shipping Costs
BEL,*,,0.0000,14
NLD,*,,0.0000,4.50
So in the country column you place the column. In the state/province column * means all states/provinces. Subtotal and above means the subtotal for which the shipping rule is valid. And for shipping costs you will set the shipping costs that will be charged.