I have the below in the ORDER NOTIFICATION EMAIL. When I checked the email it's blank. What did I do wrong?
I'm not very good with PHP so please bear with me. I was trying to insert the customer name and the tracking number that I added in the customers account.
<?php echo JText::sprintf('HI_CUSTOMER',@$data->customer->name);?>,
The tracking number has been added to your order no. <?php echo JText::sprintf($data->order_number);?> in your account. Please login to your account to view the current status.
Thanks in advance!!