@biggarys wrote:
Hi,
I'm trying to get this work to work, but unsure how if this is possible with constraints? I'm using custom product tag to group products called Order Group into 3 groups, Burgers, Shakes, Others.
I'd like to achieve the following:
Print Receipt action always gets executed ( when order contains Order Group either from Burgers OR Shakes OR Others ) >> Currently working as expectedPrint Receipt Burger action don't get fired when the order ONLY contains items from the Order Group : Burgers
ie.
Case 1, order ONLY contains items from Others group >> don't get executed ( Currently working as expected)
Case 2, order ONLY contains items from Burgers group >> don't get executed (not currently working)
Case 3, order contains items from Burgers and Others group >> get executed (not currently working)Any advice would be much appreciated
Posts: 2
Participants: 2