Let me explain. I have created the following article:
Hola {first_name} {last_name}!
Por su compra con nosotros (pedido {order_id} ) le hacemos llegar el siguiente código de cupón para usar en su compra: {coupon_code}
Este cupón expirará en 90 días: {coupon_expiration}
Puede utilizarlo en sus siguientes compras directamente en nuestra tienda física o en la tienda OnLine.
Muchas Gracias!
But when the customer receives this email, he knows the coupon code, and coupon expiration date, but he does not know how much money is granted to the coupon.
If the order is of 100€m then the coupon will be of 10€ (10%)
But if the order is 235,23€, then the customer has to calculate, and i want to give them the quantity alredy done.
I do not know if i am explaining right, if not i will try again! :)
Thank you !!
Carlos.