Order notification to shop owner shows order ID

  • Posts: 8
  • Thank you received: 0
11 years 1 month ago #129269

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : 2.2.2
-- Joomla version -- : 3.1
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

The order notification send to the shop owner shows the order ID eg. 89 instead of the ordernumber eg. D8X9., wilst the order notification send to the customer shows the correct ordernumber D8X9.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #129321

Hi,

You can edit the file "media/com_hikashop/mail/order_admin_notification.preload.php".
and replace:

'ORDER_NUMBER' => $data->order_id,
By:
'ORDER_NUMBER' => $data->order_number,

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum