[ic] Matrix options with no price differential from master item with 3 or more price levels

Chen Naor chen at lilux.co.il
Sun Dec 12 06:50:09 EST 2004


Re: [ic] Matrix options with no price differential from master itemHi All,

This is a topic that was discussed here before but with no clear/full 
answer.
I have a catalog that uses bought Matrix options & Price levels (for 
deferent members).
I have:
price – regular price
pa-       level a price
pb-       level b price
I want the options (variants table) will use the main item prices.
It works perfectly if I add the prices to the variants table.
Since the options have the same prices as the main item, there is actually 
no need for those prices.

If some one can post here an explanation or example it will be great.

Chen

I have the following in etc/after.cfg

AutoModifier pricing:price_group
AutoModifier gift_cert
FractionalItems Yes
 Profile pa <<EOR
{
        CommonAdjust => <<EOF,
                 pricing:w5,w10:,
                ;:pa,
                ;:pa:mv_sku,
                ;$,
                ==:options
EOF
        NonTaxableField => 'nontaxable',
}
EOR
 Profile pb <<EOR
{
        CommonAdjust => <<EOF,
                 pricing:w5,w10:,
                ;:pb,
                ;:pb:mv_sku,
                ;$,
                ==:options
EOF
        NonTaxableField => 'nontaxable',
}
EOR
Profile default CommonAdjust   "pricing:price_group,q5,q10 :sale_price, 
;:price, ;$, ==:options"
Profile default NonTaxableField
Profile default PriceField 0
CommonAdjust   :sale_price, ;:price, ;$, ==:options
PriceField     0
OptionsEnable option_type
# Set variants as being eligble to contain ordered products
Replace ProductFiles
ProductFiles   products variants 



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.5.0 - Release Date: 09/12/2004



More information about the interchange-users mailing list