DKK Posted October 4, 2016 Share Posted October 4, 2016 Hi all, I have newly installed v 1.6.1.7. Under Preferences -> Products -> Product Stock -> Allow ordering of out-of-stock products is set to 'YES'. Under each product Quantities -> Quantity is set to 0. Moreover, In When out of stock section 'Deny Orders' is selected. How can I allow customer to order even though quantity is 0 or to update all products are set to more than zero at once? Because Allow ordering of out-of-stock products is set to 'YES' but it is still not available for order. Regards, Deniz Link to comment Share on other sites More sharing options...
NemoPS Posted October 5, 2016 Share Posted October 5, 2016 What if you use allow orders in the when out of stock, quantities area? Link to comment Share on other sites More sharing options...
DKK Posted October 5, 2016 Author Share Posted October 5, 2016 When I manually edit what you suggested, it works. I have already tried it but I have more than 1.000 product. Any way to edit automatically all products at once? Link to comment Share on other sites More sharing options...
rocky Posted October 6, 2016 Share Posted October 6, 2016 You'll need to do it using an SQL query using phpMyAdmin: UPDATE `ps_product` SET `out_of_stock` = 1; UPDATE `ps_stock_available` SET `out_of_stock` = 1; Change ps_ to your database prefix if necessary. 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