Alexgaw Posted August 24, 2014 Share Posted August 24, 2014 This duplication problem has been mentioned since 2012. Shame on you who developed and release this CRAP module. Either you fix it or you leave this community ASAP. Stop wasting everyone time and money with terrible buggy modules. Just fix it! Link to comment Share on other sites More sharing options...
irrelevant Posted August 24, 2014 Share Posted August 24, 2014 (edited) I've had duplicate orders; they show as imported at the exact same second. I suspect this is a race condition in the code. Order imports are done on an access to a site webpage half an hour after the previous update. However it only updates the last-checked time /after/ importing the orders. If that takes time to do, it's possible for another access to the site to trigger another update before the previous has had time to complete. Ideally this should use a locking mechanism to avoid this, but a simple fix should be to update the last-checked time immediately; still not perfect but it reduces the time available to trigger another import considerably - In ebay.php, around line 634 (in v1.7.2) move the line $orders = $this->_getEbayLastOrders($current_date);to /after/ the line $this->ebay_profile->setConfiguration('EBAY_ORDER_LAST_UPDATE', $current_date);I've not fully tested this, but it should work... backup first of course! Edited August 24, 2014 by irrelevant (see edit history) Link to comment Share on other sites More sharing options...
Alexgaw Posted August 27, 2014 Author Share Posted August 27, 2014 What about customer duplicates? I have had that happand alot in the last few days. Even duplicates with the same email address. This is pretty bad. Why release a module with such huge BUGS??? Link to comment Share on other sites More sharing options...
Prestalia Posted September 16, 2014 Share Posted September 16, 2014 need helps? see our module ebay revolution on shop.prestalia.it Link to comment Share on other sites More sharing options...
a35a35 Posted November 8, 2014 Share Posted November 8, 2014 (edited) idem - ALL orders and customers duplicated non-stop. 1.6 Edited November 8, 2014 by a35a35 (see edit history) Link to comment Share on other sites More sharing options...
Alexgaw Posted November 21, 2014 Author Share Posted November 21, 2014 BUMP. Is there any professional PHP programer in this forum???? There are more threads and bugs than sales made in any prestashop. I'm getting pissed off with bugs. IT's been like this for years. So called developers of module >>> Get a grip!! Stop releasing junk. >>>> a version update should only be done to fix minor bugs or add new features. They use the community to track their bugs cause they are too lazy to do it themselves. 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