[ic] Free shipping based on zip codes

Ed LaFrance interchange-users@interchange.redhat.com
Wed Mar 6 00:03:01 2002


At 08:54 PM 3/5/2002 -0500, you wrote:
>On the Interchange software, do you know of a way to give free shipping
>based on Zip Codes?  I just  want a few zip codes to be free shipping for
>the order and thats it.  Any ideas on how to do this?
>
>So the idea would be that it would look at the zip code and if it was 19090
>or 19002 for example, the shipping would be free, otherwise it will follow
>the shipping rules for fedex.
>
>We are looking at what pages or files to change and what the code would be
>to accomplish this task.  I know it is a strange one but our client wants
>that.
>
>Thanks.

With the realtime fedex-query, or even with internal table lookups, it may 
be easiest to just put something like this near the top of your checkout.html:

[if value zip =~ /19090|19002/]
         [value name=mv_shipmode set=FREE hide=1]
[/if]

- Ed L.

===============================================================
New Media E.M.S.               Software Solutions for Business
463 Main St., Suite D          eCommerce | Consulting | Hosting
Placerville, CA  95667         edl@newmediaems.com
(530) 622-9421                 http://www.newmediaems.com
(866) 519-4680 Toll-Free       (530) 622-9426 Fax
===============================================================