[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ic] Shipping Question


> I am trying: 
> 
> FLATD	USPS	price	0	0	e Nothing to ship!
> FLATD	USPS	price	1	49.99	f 4.95
> FLATD	USPS	price	50	9999	f 0.01
> 
> FLATP	USPS Priority	price	0	0	e Nothing to ship!
> FLATP	USPS Priority	price	1	49.99	f 7.95
> FLATP	USPS Priority	price	50	9999	f 2.95
> 
> FLATR	Fed Ex or UPS	price	0	0	e Nothing to ship!
> FLATR	Fed Ex or UPS	price	1	49.99	f 11.45
> FLATR	Fed Ex or UPS	price	50	9999	f 6.55
> 
> Is there a way to get FLATD USPS price 50 9999 f 0.00
> to show in the Shipping Method drop down on the check
> out page? Shows fine with f 0.01.
> 
> Thanks
> 
>
I think you're looking for something like this:

FLATD: USPS
	crit price
	min 0
	max 0
	cost e Nothing to ship!

	min 1
	max 49.999
	cost 4.95

	min 50
	max 9999
	cost 0.00
	free Free


Note: this will give Free as an option...

Martin H.


_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.