-- url of the page with the problem -- :
nordic-medical.com
-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
Hi,
I'm trying to display Hikashop User ID. I've added <?php $user = hikashop_loadUser(true); echo $user->user_id; ?><br /> in show.php and the correct user ID is displayed in the back end. Using the same string in invoice.php echos a wrong number on the attached invoice. I've tried $this->order->order_user_id, but that doesn't return any value.
Any idea where I'm going wrong
Thanks,
David