How to stop this counting voided items

Hey Guys

I use the below to apply a staff discount:

[=TN(’{ITEM TAG TOTAL:Staff Discount Amount=25}’) * 0.25]

Only problem is that it counts voided items also how can I do this. Is it possible to use ODI=True somewhere in it.

Regards

Craig

Show the Rule where you apply that action and calculation. You might just be able to constrain the Action or Rule with something like:

'{ORDER STATE:GStatus}' != 'Void'

Why not report on order level and constraint by stag state and gstate?

Because stags are just not feminine enough.

2 Likes

I think you can use

{TICKET ORDER TOTAL EXP:(ODI=True) AND (MT.Staff Discount Amount=25)}

1 Like