Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Pre-defined shipping rates within one country - how?

Pre-defined shipping rates within one country - how?

Views: 603

Results 1 to 2 of 2
8 May 2013, 12:55 AM
#1
malek avatar

malek

New Zenner

Join Date:
May 2013
Location:
Wellington, NZ
Posts:
2
Plugin Contributions:
0

Pre-defined shipping rates within one country - how?

Hi there,
I've been tearing my hair out over this one for a few days now, and even after crawling the net for hours I'm no closer to a solution. Basically I have a customer that only ships within New Zealand, and wants the to select from a number of shipping options; ie, regular or courier, and which part of the country they're in. Currently they just have a drop-down, like this:

<option value="1"> [ NZD $9.95 - Auckland Metro (CourierPost) ] </option> <option value="2"> [ NZD $19.95 - North Island (CourierPost) ] </option> <option value="3"> [ NZD $10.95 - North Island (Parcel Post) ] </option> <option value="4"> [ NZD $35.95 - South Island (CourierPost) ] </option> <option value="5"> [ NZD $15.95 - South Island (Parcel Post) ] </option> <option value="6"> [ NZD $6.95 - Pillow Covers Only (Max. 4) Nationwide ] </option>

They won't be charging on number of items, weights, or anything else, just the criteria the customer selects getting tacked on to the final price - actually I want to disable any calculating completely. We don't really have any states or etc to consider either.

Now how on earth do I do that? I suspect I'm being rather stupid... =P

(I'd also like it to come up as a drop-down, but if I have to settle for radio buttons I won't complain at this point)