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

Re: [ic] Per sku Shipping


Quoting Joe Capali (suppressed):
> 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 <suppressed>

Being against torture ought to be sort of a bipartisan thing.
-- Karl Lehenbauer
_______________________________________________
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.