I regularly create a gift card, everything is ok but in the email I would like to specify the value and expiry date separately.
Using the tag {vouchers} I get a single string with various data, I need to separate them on several lines and also to translate them into Italian
The string I get:
Gift Certificate: PiCap-Ghd6Yw7d\nValue: € 35,00\nExpiration: Giovedì, 12 Luglio 2018\n\n
The result I would like:
Codice Gift Card: PiCap-Ghd6Yw7d
Valore: € 35,00
Data di scadenza: Giovedì 12 Luglio 2018
How can I do?