UncleBob Posted March 20, 2013 Share Posted March 20, 2013 Hi Can anybody help me identify the SQL statement generating the "Stock" count on the Catalog -> products page? It is calculated wrong when using a specific module so I need to add some parameters in the where clause. But I have some trouble finding the statement Hope somebody knows. // PS SemiNewbie. Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted March 20, 2013 Share Posted March 20, 2013 Hi, ProductController::loadStockData $this->quantity = StockAvailable::getQuantityAvailableByProduct($this->id, 0); Regards Link to comment Share on other sites More sharing options...
UncleBob Posted March 20, 2013 Author Share Posted March 20, 2013 Hi Alexander, Thanks for your fast reply I'll se if I can figure out whats wrong Regards 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