1
Answers
Whiteboard: Applying a discount on SECOND order
Looking for some ideas on how I might achieve this. Normally my go-to is Rules but I'm not seeing that there since I have to check user, then order, etc. The users will be logged in so anon users will come back false. Seems like the logic is simple
RULE:
IF user logged in->Yes->IF order=0Yes->Apply Discount
else->No deal sucka
Anyone have any rules suggestions?