Hi there :)
lets say item price 29 and i want to give a 50% discound, then its result as 14.5 and i want it to change to 15 (always up) (i dont charge decimal numbers - only integers)
the thing is that i dont want to round at the total price - i want to round it to each item
also, how can i make it automatic?
:)
4 answers
How do you apply item discounts?
i made a 50% button discount through automations
from here:
http://www.sambapos.org/en/content/how-add-50-discount-button
can you try [=TN(F(Order.Price,"#")) / 2] as the price calculation expression?
Hi emre, tried but still gives me 14.50 from 29