Jump to content

Error: Duplicate orders Module Ebay


dipietrangelo

Recommended Posts

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

Link to comment
Share on other sites

  • 3 months later...
  • 4 months later...
  • 4 weeks later...

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
  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...