Hi,
I'm trying to add a new field to order_conf.html
Here's what I've done so far:
I have a new payment module which I made from editing a tutorial I found online. This allow's customers to add an order number at the end of the transaction (don't ask why I'm doing it this way around it's the clients idea not mine so I'm stuck with it..). I can pop this field into the pdf by using some mysql, I don't really get the whole smarty/hook thing in prestashop which is where I think I'm falling down here.
Any way I read that if I edit mailalerts.php and add to // Filling-in vars for email
'{invoice_cardHoldername}' => $cardHoldername,
it will appear in my order_conf.html
But it doesn't, how do I call this?
Thanks in advance,
Roger