foosoo Posted October 22, 2007 Share Posted October 22, 2007 How do i change all products quantity from 0 to 1000000? in myphpadmin? after entering in all 1000 products into my store i realized that the quantity was set to 0.. i wanted unlimited since we send all orders to a warehouse but 1000000 is fine.. can someone give me the myphpadmin code? mysql server running.. thanks A LOT! Link to comment Share on other sites More sharing options...
Jack_mcs Posted October 22, 2007 Share Posted October 22, 2007 The syntax is update products set products_quantity = 1000 Change the number to what you want. However, you don't need a large number. Just go to admin->Configuration->Stock and set it to not subtract from stock. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.