Shipping Zip-Code

Sorry guys if the following is a dumb question. Can anyone help me figure out how to do this. I have over 500 zip-codes to enter and would prefer not type them one-by-one. Does Cs-Cart allow and recognize these type of entries:



90000-90030, 90032, 90034, 90035-91400, etc.



I looked at using the Wildcard but cannot figure out how to use it.

Any good help will be greatly appreciated.



Thanks Forum

The knowledge base (http://kb2.cs-cart.com) is pretty specific about wildcards. Basically it is regular expression syntax, so if you’re familiar with that you’d be good.



However, the ranges you want to use are going to be really difficult to do with a “pattern” based on the examples you’ve given above.