[ic] Common Adjust Question

Frederic Steinfels interchange-users@interchange.redhat.com
Sat Sep 8 13:57:01 2001


Hi

I tried solving my problem by reading other posts first but it did not
help...

My problem is the following: I want to do two completely different set of
prices (including quantity prices). I have defined the two options as
simple options in the options database. What commonadjust line do I have
to enter. My current one looks like that.

Profile dealer1 <<EOR
{
        CommonAdjust => <<EOF,
 
                pricing:price_group,w2,w5,w10,w25,w50,w100,w200:,
                ;:wholesale,
                ;:wholesale:mv_sku,
                ;$,
                ==:options
EOF
        NonTaxableField => 'nontaxable',
}
EOR

--