Befox Posted October 1, 2013 Posted October 1, 2013 Hi,Since last weekend (without any software update), orders coming from eBay are duplicated (4 times for one). One eBay order generate several PS orders with different ID.I don't know how to correct this problem.Could you help me ?Best regards-----------------------PrestaShop v1.4.7.3Module eBay v1.5 Share this post Link to post Share on other sites More sharing options...
irrelevant Posted October 1, 2013 Posted October 1, 2013 If you click to view the order itself, is the date/time against "Payment accepted" the same for each of the duplicates? In the module, on the Orders History tab, does it show the duplicates? is the eBay Order ref different or the same for each? Te payment time seems to be the time the order is fetched from ebay and created within prestashop - if each duplicate order has a different time it would indicate that it's either not recording the order as having been dealt with before, or ebay is giving different numbers each time... Share this post Link to post Share on other sites More sharing options...
gowri Posted April 3, 2014 Posted April 3, 2014 Hi, i got the same issue. duplicate ebay orders update in my orders list. Prestashop V1.5.6.1 Ebay V 1.6.4 any one help me. Thank you Share this post Link to post Share on other sites More sharing options...
202ecommerce Posted April 14, 2014 Posted April 14, 2014 Hi, Unfortunately order duplication car occur on various sources. Next major version will fix some identified issues. In your case, the only solution is to open a support request on http://forge.prestashop.com/ We will then resquest access to your site to hot fix the issue. Thanks, Share this post Link to post Share on other sites More sharing options...
Befox Posted April 15, 2014 Posted April 15, 2014 You can find a solution here : http://www.prestashop.com/forums/topic/143932-bug-doublon-de-commande/page-2?do=findComment&comment=1404447 Share this post Link to post Share on other sites More sharing options...
Nabbolo Posted August 30, 2014 Posted August 30, 2014 Problem is still there :'( Share this post Link to post Share on other sites More sharing options...
Nabbolo Posted October 23, 2014 Posted October 23, 2014 You can find a solution here : http://www.prestashop.com/forums/topic/143932-bug-doublon-de-commande/page-2?do=findComment&comment=1404447 This fix works for me too, and I have to implement it back in every new version of the module. Can you please put it into the module code directly since many persons are still having this issue and they don't know how to fix it? 1 Share this post Link to post Share on other sites More sharing options...
Totti Posted July 4, 2015 Posted July 4, 2015 Same error with PS 1.6.1.0 Share this post Link to post Share on other sites More sharing options...
dipietrangelo Posted November 10, 2015 Posted November 10, 2015 the error is in the function isCompleted() in modules\ebay\classes\EbayOrder.php. You are edit status from "Complete" to "Completed". Share this post Link to post Share on other sites More sharing options...
Doraemon74 Posted December 1, 2015 Posted December 1, 2015 Hello everyone. I don't know if will be useful but i solved after a month of testing. In my case i fixed in this way: I discovered and fixed (in a strange way) the problem. 1°) in the table ebay_order the value id_order is not filled during the INSERT and return an ERROR (no default value present) 2) in the table ebay_order_log ther the value date_update in set as NOT NULL and give an error. I add in the file ebatorderlog.php the line $this->date_update = date('Y-m-d H:i:s'); under the line $this->date_add = date('Y-m-d H:i:s'); 3) the table ebay_order_errors is not present and is not created with the script sql-install.php Prestashop v1.6 - plugin e bay 1.11 Share this post Link to post 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