Jump to content

Some orders get cancelled automatically


Frankie M

Recommended Posts

We have a strange problem. Sometimes an order with payment method cash (Contante betaling v0.7.5 - door PrestaShop) gets cancelled automatically. Customers cannot cancel an order and we do not cancel the order.

 

The cancellation doesn't happen straight away but after some time.

 

Can somebody explain this and is there a solutions?

 

I attached some screenshots.

 

Kind regards,

 

Frank

 

post-1078840-0-09236900-1464427201_thumb.jpg

post-1078840-0-76462700-1464427201_thumb.jpg

post-1078840-0-21379900-1464427202_thumb.jpg

 

Link to comment
Share on other sites

Only some orders, not all ? For modules you have the possibility to set status on Orders -> status tab. I was thinking you made some erroneous changes there on the module status.

 

What have the automatic cancelled orders in common ? Same products, same supplier, same shipping ?

Link to comment
Share on other sites

Hmm, so a real difficult case. In this case I will place some sample orders and see what is going on. Prestashop only set automatically the status which is set on configuration. If configuration is wrong, than all orders should have the same problem. If only some of them, there is no logic for it and difficult to debug.

 

Activate debug modus and try to place some sample orders.

Link to comment
Share on other sites

No, you cimply activate and de-activate. You can set your shop also on maintenance mode for a while. Tab Preferences -> maintenance. Add you IP and set maintenance mode (enable Shop = NO)

 

Debug modus:

 

Change on FTP file /config/defines.inc.php, as follows:

define('_PS_MODE_DEV_', false);

to

define('_PS_MODE_DEV_', true);

If there are no bugs, you will not see anything, so no errors on the top of the site (or error message when cart is placed).

 

After tests you can set it to false again.

Link to comment
Share on other sites

Activate debug modus, to see, if there are some script errors, or at least with debug modus activated some inconsistencies in database when order is written. The sample orders you simply set than as cancelled for stats,

 

These problem orders are not creating an invoice automatically, are they ?

Link to comment
Share on other sites

We found the cause of the problem.

 

When someone uses the iDeal payment method and cancels that payment and then decides to proceed with that order paying cash on delivery the iDeal provider cancels that order at a later time.

 

So we will contact the iDeal provider to change the module.

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...