I only ship to one country and the shipping costs vary depending on the region/area, postcode is really not used and not necessary. What I actually did is create 3 new states using a function for this country and had shipping costs set and everything works perfectly, but as mentioned above
1) I don’t want the postcode to be entered
2) I have a system where I allow checkout on the cart page, I have a custom checkout function to do this, now using this function I’ll be responsible for manually calculating the shipping costs, the user doesn’t have to enter any billing/shipping address using the method, in short I don’t want the shipping cost to be calculated on the cart page because the user doesn’t have to enter an address (especially when logged out), I’m thinking of enabling the postcode and just hide it with CSS
Suggestions?