Addtional pack size attribute in magento shopping cart price rules -


my catalog contains number of configurable products configurable attribute custom attribute called pack_size.

ie: t-shirt - single t-shirt - pack of 10 t-shirt - pack of 25

i need able access attribute in cart price rule if rule applies discount 100 + t-shirts, achieved by:

100 single t-shirts 10 packs of 10 shirts 4 packs of 25 2 packs of 25 , 5 packs of 10 etc etc...

can please this?

thanks, matt

i think can achieve building shopping cart price rule conditions each case. familiar how set rule that?

the logic is: apply discount if...

if (qty>99 , pack_size="t-shirt") or

if (qty>49 , pack_size="2 pack") or

if (qty>24 , pack_size="4 pack")

the top rule needs changed all any or, or, or. in teh sub rules want product attribute combination rule. , set additional rule each pack size , corresponding quantity. see screenshot below (i used size in place of pack_size example).

you may need set pack_size attribute useable in shopping cart rules - under catalog->manage attributes->attributes , set use promo rule conditions yes. think need re-index before show option in rule dropdown.

setting multiple rule logic


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -