jopabe Posted May 17, 2016 Share Posted May 17, 2016 I already placed this topic on BUGS, and probably it was the wrong place to do it, because I got not replies... I'm, running Prestashop 1.6.1.5 and my last costumer orders are missing the order details, as items and quantities, just the customer details, totals, taxes and so on, but no detail on wich products they are trying to buy. All products in stock, no idea what's wrong. Please, any support will be very much appreciated. Best regards, Link to comment Share on other sites More sharing options...
NemoPS Posted May 18, 2016 Share Posted May 18, 2016 Try this as mentioned in other topicsIt is a bug in file Core/Business/Stock/Core_Business_Stock_StockManager.php at line 126 you should have like this:$stockAvailable->quantity = $stockAvailable->quantity + $delta_quantity;$stockAvailable->id_product = (int)$product->id;$stockAvailable->id_product_attribute = (int)$id_product_attribute;$stockAvailable->update(); 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