[ic] Per sku Shipping

Mike Heins mike at perusion.com
Wed Aug 24 17:17:09 EDT 2005


Quoting Joe Capali (mhpcom at yahoo.com):
> I have a flat rate shipping setup and it works great. I would like to
> be able to setup shipping based on a sku. Flat rate applies unless
> this sku is in the cart then a different flat rate is applied. Can
> this be done in the shipping.asc?

You might look at the standard demo and the free_or_upsg example
that shows how you redirect to a rate.

flat: Flat rate shipping

	crit	[if ordered your_sku]2[else]1[/else][/if]	
	min	0
	max	1
	cost	>>flat1

	min	2
	max	9999
	cost	>>flat2
	
flat1: The real shipping, first

	crit 	quantity
	min	0
	max	0
	cost	e nothing

	min	1
	max	2
	cost	4.25

flat2: The real shipping, second with sku

	crit 	quantity
	min	0
	max	0
	cost	e nothing

	min	1
	max	2
	cost	8.25


-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.647.1295  tollfree 800-949-1889 <mike at perusion.com>

Being against torture ought to be sort of a bipartisan thing.
-- Karl Lehenbauer


More information about the interchange-users mailing list