You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Prestashop 1.7, AdminOrderController has updated their message variable definition.
To retrieve the message so that it can shown in Message Panel, Prestashop owner is required to modify the following script in AdminOrderController.php:
Steps to display MOLPay response message in Message Panel:
Accessing to AdminOrderController.php via path Domain site/controllers/admin/AdminOrderController.php
Look for $this->tpl_view_vars array , replace message variable in the array with the following details. Before 'messages' => CustomerThread::getCustomerMessagesOrder($order->id_customer, $order->id) After 'messages' => Message::getMessagesByOrderId($order->id, true)
Precaution
This issue founded in Prestashop version 1.7.3.4
Prestashop owner should take their own risk for any amendment in Prestashop's script
MOLPay response message on transaction does not shown in Order detail's message panel.
The text was updated successfully, but these errors were encountered: