How to remove .00 from price?

@azl1990, use what @emre has indicated, using the FF() function to remove decimals:

[ORDERS]
<J00>{QUANTITY} {NAME}|[=FF('{PRICE}','#')] [=FF('{TOTAL AMOUNT}','#')]
{ORDER TAGS} 

More specifically, for your case, replace {PRICE} with [=FF('{PRICE}','#')].

More information on formatting can be found here: