Hi Nicolas,
I hope you can bare with me on this I need to just say that I didn't set this installation of Hikashop up, I've taken it on from a previous developer who hadn't updated it in a long time, and in addition I've not got that much experience with Hikashop itself, so I having to learn from two angles, ie the ins and outs of Hikashop and what changes the previous developer made
So like you say, I think there are overrides, is that shown by the trash symbol in the columns? - see screenshot. Plus the email/s in question here here all say version 2.4.0, which is the version I have upgraded from.
The problem is, judging by the emails that are sent out, the previous developer designed the emails specifically, and if I turn the overrides off I guess I will lose the styling.
I do need to fix the order number issue fairly quickly though, so not sure I've got time to restyle emails right now.
So, I checked the code of the preload version and the $url looks like this:
$url = $data->order->order_number;
The same line in your screenshot looks like this
$url = $data->order_number = $data->cart->order_number;
The code for the order changed line looks correct and looks like this:
'ORDER_CHANGED' => JText::sprintf('ORDER_STATUS_CHANGED_TO', $url, $data->mail_status),
I'm not a coder, so just need to check on what to do next before I go an make things worse. Should I change the $url line to match the $url line in your screenshot?
What do you think? Hoping you can help me solve this.
Many Thanks
Duncan