[ic] How to modify Distributor profile ?

DB interchange-users@icdevgroup.org
Mon Nov 4 14:48:01 2002


4.8.6 with foundation.
I see in etc/after.cfg that a Distributor profile exists:

-----------
Profile distributor <<EOR
{
	CommonAdjust => <<EOF,

		pricing:w5,w10:,
		;:wholesale,
		;:wholesale:mv_sku,
		;$,
		==:options,
		-10%
EOF
	NonTaxableField => 'nontaxable',
}
EOR
---------------

Is there a way to modify this so that the 10% discount is not applied
unless the order subtotal is grater than, say, $100 ?


DB