Jump to content

Serious problem with cart


Recommended Posts

When a customer buys a product, the cart looks fine, only with his article. But the mail I receive, has another product he didn't order and obviously, did not pay.

The worst is that when the customer enters into the order history, both products appear in the details.

It's pretty weird.

Need help!!

Link to comment
Share on other sites

hello,

 

I have also encountered. The database table is auto increment. if a line is removed and that 'line ID' is still filled with order history (cookie and sql) ... the next customer will receive including the old of the previous customer. Be careful with the removal of cart history as the cookie has not yet expired.

 

This mistake is single and does not occur in the next .... the database is then equal ;)

 

The built-in function to delete (prestashop admin) is not a problemm, this allows multiple sql tables are updated.

Edited by petrovv (see edit history)
Link to comment
Share on other sites

hello,

 

I have also encountered. The database table is auto increment. if a line is removed and that 'line ID' is still filled with order history (cookie and sql) ... the next customer will receive including the old of the previous customer. Be careful with the removal of cart history as the cookie has not yet expired.

 

This mistake is single and does not occur in the next .... the database is then equal ;)

 

The built-in function to delete (prestashop admin) is not a problemm, this allows multiple sql tables are updated.

 

Ok. So, is there any solution?

It's really annoying :(

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...