[ic] Quantity Pricing Help

Patrick J. Walsh interchange-users@interchange.redhat.com
Tue Nov 27 13:55:01 2001


> Here is a snippet from my catalog.cfg. Does anyone see anything wrong with
> this code.

[snip]

> PriceField      0
> CommonAdjust pricing:q2,q5,q10,q25, ;products:price, ==size:pricing
> :sale_price, ;:price, ;$, ==:options

    I was having a similar problem getting quantity pricing to work.  It
turns out that changes to the CommonAdjust line in catalog.cfg were having
no effect because there was a CommonAdjust line in etc/after.cfg that was
overriding it.  Try switching to your catalog directory and grepping for
CommonAdjust to see where else it might be getting set: `grep -r
CommonAdjust *`

..Patrick