[ic] Dealer Shipping Flat Rate

Kevin Walsh kevin at cursor.biz
Tue Sep 27 11:07:28 EDT 2005


Joe Capali [mhpcom at yahoo.com] wrote:
> I have dealers working nicely, dealers login and see a
> dealer price. I setup a flat shipping rate:
> 
> FLATD  Flat rate price 0 0 e Nothing to ship!
> FLATD  Flat rate price 1 49.99 f 4.95
> FLATD  Flat rate price 50 9999 f 0.00
> 
> Dealers are having their shipping calculated on the
> real price and not the dealer/wholesale price. What
> should I do to make this work?
> 
Try changing your FLATD rule to look a bit more like this:

FLATD: Flat rate
	crit	[subtotal noformat=1]
	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

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



More information about the interchange-users mailing list