[ic] Shipping Method Popup

Douglas Manning interchange-users@interchange.redhat.com
Thu Nov 1 13:48:01 2001


At 08:44 PM 10/30/2001 -0500, you wrote:
>On Tue, 30 Oct 2001, Douglas Manning wrote:
>
>DM>>I myself am having trouble getting the FREE shipping working based on the
>DM>>amount that they spend.
>DM>>
>DM>>Here is what my free lines look like
>DM>>
>DM>>FREE    Free Shipping!  [subtotal noformat=1]   0       0       e
>DM>>0.00          {'ui_ship_type' => "_subtotal",'ups' => "0",'PriceDivide' =>
>DM>>"1",}
>DM>>FREE    Free Shipping!  [subtotal noformat=1]   750     9999999
>DM>>0.00            {'PriceDivide' => "1",}
>
>This one is easy (for me).
>
>I have told them that if they spend more than $80 in products, and if they
>select Ground as their shipping mode that they will get free shipping. With
>this set up, if they select any other shipping mode they will have to pay
>for shipping no matter how much they spend.
>
>In shipping.asc:
>
>fdxg    Ground  [subtotal noformat=1]   80      999999  e Free Shipping
>{'ui_ship_type' => "_subtotal",'ups' => "0",}

This just returned an error message to the browser that said free shipping 
but did not give an option in the drop down list.  I did however figure out 
the problem.  You can't use 0 as a value for the shipping calculation you 
can however set the value to 0.001 and it works perfectly.