Jump to content

No lines on customer orders, just totals


Recommended Posts

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

Try this as mentioned in other topics

It 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

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