Hello all,
So i have two codes i want to send to my customers after their order has been shipped
The codes are stored in a variable in $order_info as a string in this form: "code1|code2"
The thing is that i have noticed that the smarty in the email templates is VERY limited
Thus i can't do for example {'|'|explode:$order_info.myCodes} to access them
Can anyone think of a solution?
Thanks