Magento catalog price rule condition 'contains' not working -
i using magento , trying create promotion using catalog price rules. want use sku condition. if following:
sku equals n12380_black
it works fine.
however if do:
sku contains n12380
it doesn't work @ all. need work can apply rule multiple items in 1 go. magento version 1.5.0.1
is there bug in version causing problem? if know fix it? cannot see i've done wrong - i've checked sku details, nothing seems work.
it appears though rule script in app/code/core/mage/rule/model/condition/abstract.php if helps anyone.
any appreciated!
i got working using conditional 'is 1 of' , listing sku's - using contains isn't way trying.
Comments
Post a Comment