dipietrangelo Posted March 10, 2015 Posted March 10, 2015 After importing orders from ebay module in my backoffice, i retrieve duplicates orders in ps_orders table. I tried to unistall and install ebay module with no success. In ebay profile i set my order to sent status, but the module have imported duplicate orders. What can i do? Thanks Share this post Link to post Share on other sites More sharing options...
Totti Posted July 2, 2015 Posted July 2, 2015 Same error Share this post Link to post Share on other sites More sharing options...
Doraemon74 Posted November 5, 2015 Posted November 5, 2015 Nobody have the same problem? Anybody fixed? Each time I sync my ebay in Prestashop duplicate again and again... 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 1 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