[ic] Shipping Calc Problems

Barry Newman packet at tampabay.rr.com
Thu Jul 1 14:09:53 EDT 2004


-----Original Message-----
From: interchange-users-bounces at icdevgroup.org
[mailto:interchange-users-bounces at icdevgroup.org] On Behalf Of Bill Carr
Sent: Wednesday, June 30, 2004 9:51 AM
To: Interchange-Users
Subject: Re: [ic] Shipping Calc Problems

There is a bit in the documentation about state based shipping
calculation (http://www.icdevgroup.org/i/dev/docfly.html?
mv_arg=icdatabase08.06). I would not try to list all of the east coast
and then west coast zips. I would use state names.

If it were me I would make free shipping available for all orders over
$400 nationwide.

On Wed, 2004-06-30 at 09:01 -0400, Barry Newman wrote:
>    I am having trouble with the shipping methods. I want anything over

> $350.00 to be free shipping if shipped to east coast, if it's west 
> coast I want anything over $450.00 to be free shipping. Should I do 
> this by UPS zones or by ZIP? If someone could point me in the right 
> directions I would be much appreciative!  Thanks in advance for any 
> assistance!
> 
> -barry
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
> 

  I'm currently using the following methods for my free shipping over
400.00 , but I need to be able to set the limit via State , (it's only
200 inside florida). I thought I could do a definition per state or two
different methods with lists , but I don't know how to express state in
extended format. Thanks for your help thus far!

-barry



free_or_upsg:   UPS Free ($400 or over)
        crit    [subtotal noformat=1]
        min             0
        max             399.99
        cost    >>upsg

        min             99.99
        max             9999999
        cost    0.00
        free    Free!


upsg:   UPS Ground
        crit                    weight
        at_least                4
        adder                   @@TOTAL@@ * ($Variable->{UPS_ADDER_PCT}
|| .40)
        ups                             1
        zone                    450
        PriceDivide             1
        table                   Ground
        ui_ship_type    UPSI
        aggregate               1
        surcharge_table Xarea
        default_geo             33592
        residential             1
        min                             0
        max                             0
        cost                    e No shipping needed!

        min                             0
        max                             1000
        cost                    u

        min                             150
        max                             9999999
        cost                    e Too heavy for UPS




More information about the interchange-users mailing list