46 minutes ago, beepow said:in /admin/themes/default/template/controllers/orders/helpers/view/view.tpl
dni from registration address can be retrived this way:
{$customer_addresses[0]['dni']}
but don't kow how to assign it in mailalerts.php ('{dninumber}' =>$customer_addresses[0]['dni'] does not work and of course '{dninumber}' gives a void string if added in mail template...)
I assume you're trying to find alternatives to get the customer DNIs in your emails. If it doesn't get saved in the database in the first place, then this is not going to work. I should have suggested that you first check the database to see if the DNIs are saved and that they simply don't show up in the order details page.
35 minutes ago, beepow said:I'm going to study your reply now (thanks!!!!)
You're welcome! I hope it helps!