tomperys Posted May 12, 2016 Share Posted May 12, 2016 Hi for some time now I have problem with PS 1.6.0.9 (I will not u pgrade because of theme and fact that new version is very slow and is impossible to do anything in admin...). It happens rarely but sometimes the new order is for some reason (I wasnt able to find why) unpaind (the payment arrived at paypal) and there is only total price but the order detail missing the products so I cant tell what the customer bought. In table "ps_order_detail" is missing the row or rows with the products for the order. It would be great if someone has similar issue and know what causing this... I have to write a script that will find in which order are missing order detais and this script can fix this (becuase the products are in the cart table). But I would like more permanent solution (fix the "bug" which causeing this). To me It look like if the connection with paypal somehow was interrupted and PS didnt save the information to "ps_order_detail". But its weird that PS would not save this sooner (for example when you confirm the order and go to paypal....so before you will pay it can store the order itself .... at least I would assume that). Link to comment Share on other sites More sharing options...
Daresh Posted May 12, 2016 Share Posted May 12, 2016 The payment module controls when the order is created, so it's PayPal way of working, many other payment modules save the order before proceeding. If you don't have an order but you have a payment, you should be able to find the products in customer's cart. I know this does not solve your problem but maybe it will help you a bit. Link to comment Share on other sites More sharing options...
tomperys Posted May 12, 2016 Author Share Posted May 12, 2016 Thanks, so it's exactly how I assumed. I guess the customer was not redirected back on the web, close the window after payment or something like that. Never mind. I know it can be found in customer's cart - that the way my script fix this errors. At least I will not have to do it manualy. 1 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