Manual orders fail

This topic has been marked as resolved.

Hi

I tried creating a manual order and get the attached error due to a modification by the theme.

February 22, 2017 at 10:28 am #56742

Hi,

Can you try to disable the theme and theme modification to see if this is a theme error or no? Unfortunately, from what we see, it is very unlikely to be a BurnEngine problem.

BR,
ThemeBurn team

February 24, 2017 at 11:39 am #56849

The issue was down to the fraudlabspro extension.

You can fix it by modifying the order.php file shown below

Go to the folder where OpenCart were installed.
Open the checkout folder in opencart\catalog\model\checkout directory.
Inside the checkout folder, open order.php file with any text editor.
Search for:
$fraud_status_id = $this->{‘model_fraud_’ . $extension['code']}->check($order_info);
Replace with:
$fraud_status_id = $this->{‘model_extension_fraud_’ . $extension['code']}->check($order_info);
Done. The FraudLabs Pro plugin will be working fine in the OpenCart now.

February 28, 2017 at 12:41 am #56946

Thanks for updating us.

BR,
ThemeBurn team

March 2, 2017 at 1:04 am #57034
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.