Question

I'm tasked with creating a coupon code in Magento that will do the following:

  • if the customer purchases one bin (GCO350), one box from a category of items (box a), and one box from a different category of items (box b), they get three free items from yet another category of items (prize).

Here's my logic (conditions and actions) with (hopefully) helpful annotation: Conditions Actions

What am I missing here? I've tried these as categories as well, in this example I literally selected every SKU that is applicable. :( Mage Wizards, help me out!

Était-ce utile?

La solution

Nevermind. It appears that you need to separate each category out into its own line in order for Magento to consider them all separately, so the answer is:

Fixed it

Silly mistake.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top