i have read threads about charging service charges on a order, however, if the tips depends upon amount of order, let say if order amount is 1000 tip is 0% if it is greater than 1000 then tip is 5% etc. how one can deal in this situation
i have read threads about charging service charges on a order, however, if the tips depends upon amount of order, let say if order amount is 1000 tip is 0% if it is greater than 1000 then tip is 5% etc. how one can deal in this situation
2 answers
Just use a Rule for Ticket Total Changed. Constraint will be Ticket Total - Greater - 1000 then run an Action to apply 5% service charge.
You can have another Rule for Ticket Total < 1000 to set 0% service charge if items are removed from the ticket and total drops below 1000.
thankx...........i will try and update you