Skip to main content

paypal express checkout notification

More
7 years 9 months ago #301272 by ronron
-- HikaShop version -- : 3.5.0
-- Joomla version -- : 3.7
-- PHP version -- : 5.6
-- Error-message(debug-mod must be tuned on) -- : none

hi

how do i disable paypal express notification that is triggered every time the order is cancelled?

please note for cancelled orders only

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

More
7 years 9 months ago #301275 by nicolas
Hi,

In the file plugins/hikashoppayment/paypalexpress/paypalexpress.php, you'll find several times the line:
Code:
$this->modifyOrder($orderid, $this->plugin_params->invalid_status, true, true);
that you want to change to:
Code:
$this->modifyOrder($orderid, $this->plugin_params->invalid_status, false, false);
That will remove the emails for cancelled orders.

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

Time to create page: 0.150 seconds
Powered by Kunena Forum