cikcak Posted May 20, 2015 Posted May 20, 2015 Hey, im using PrestaShop multistore feature and sharing stock between three shops. Now im writting a script to update quantity and would like to get recommendations. StockAvailable::setQuantity((int)$row->id_product, $row->id_product_attribute , $count , $id_shop); Im using setQuantity method to update it, but what about shop id? If I would like to update for all shops. As I said all 3 shops sharing stock. Thanks for information! Share this post Link to post 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