Hi, I'm a novice but learning Magento for the company I work for.
I'm having an issue creating a shopping cart price rule with multiple SKU's included.
I've successfully made a coupon specific to 1 (simple) product SKU and used it on the front end.
The issue I have is that I need the coupon to work over multiple SKU's and it simply isn't, the configurable product SKU didn't work, so I tried to use the simple product SKU's (100+) without success. It's driving me insane. Below is what I have selected under 'conditions' tab
If ANY of these conditions are TRUE :
I have also set the priority to one as I found a forum post which mentioned there may be another code overriding my new one.
Any help would be greatly appreciated
Hello @matt_barnett
Please choose conditions SKU "is one of" from dropdown.
PFA, for your reference. Attached conditions works for me.
Issue solved, click on Kudos and accept it as Solutions. Cheers coding. Thanks
You need to choose is one of instead of is from a condition of SKU.
is used for only specific single SKU
is one of use for a list of available SKU in conditions.
After Changes in your rule from is to Is one of your queries will be resolved,
Worked perfectly, thank you very much.
Worked perfectly, thank you very much.