igrafica Posted May 31, 2016 Share Posted May 31, 2016 Hi, i have prestashop 1.5. I have a problem with ebay module, i can't import orders from ebay to prestashop. I paste the message: 261. 262. //biaigi change reference263. //$this->changeReference($order->id);264.265. if (!$result)266. throw new PrestaShopException('Can\'t save Order');267.268. // Amount paid by customer is not the right one -> Status = payment error269. // We don't use the following condition to avoid the float precision issues : http://www.php.net/manual/en/language.types.float.php270. // if ($order->total_paid != $order->total_paid_real)271. // We use number_format in order to compare two string PaymentModuleCore->validateOrder - [line 506 - modules/ebay/classes/EbayOrder.php] - [10 Arguments] EbayOrder->validate - [line 924 - modules/ebay/ebay.php] - [2 Arguments] Ebay->importOrders - [line 694 - modules/ebay/ebay.php] - [1 Arguments] Ebay->hookHeader - [line 1210 - modules/ebay/ebay.php] - [1 Arguments] Ebay->hookBackOfficeTop - [line 423 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 1797 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->init - [line 150 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 349 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 50 - admin3896/index.php] - [0 Argument] Can you help me? thanks. Link to comment Share on other sites More sharing options...
selectshop.at Posted May 31, 2016 Share Posted May 31, 2016 I'm moving your question to the forum section designed for problems with modules like ebay. Link to comment Share on other sites More sharing options...
selectshop.at Posted May 31, 2016 Share Posted May 31, 2016 You are using standard/native ebay module, or its a paid non-native version ? Which module version is it ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now