teamo Posted May 2, 2011 Share Posted May 2, 2011 My website was hacked.All products are show out of stock.If there has some easy way to set them in stock?Thank you very much. Link to comment Share on other sites More sharing options...
NodsDorf Posted May 2, 2011 Share Posted May 2, 2011 You can do it with SQL: via your cpanel myPHPadmin UPDATE products SET products_status="1" WHERE products_status <=1 This should update all products_status to 1 which is "stocked" or "available" however you want to say it. Code should work, but always make a backup first, SQL changes can't be undone easily. Link to comment Share on other sites More sharing options...
teamo Posted May 2, 2011 Author Share Posted May 2, 2011 Hello, it was already be 1.But it still show out of stock. You can do it with SQL: via your cpanel myPHPadmin UPDATE products SET products_status="1" WHERE products_status <=1 This should update all products_status to 1 which is "stocked" or "available" however you want to say it. Code should work, but always make a backup first, SQL changes can't be undone easily. Link to comment Share on other sites More sharing options...
NodsDorf Posted May 2, 2011 Share Posted May 2, 2011 I don't know then. The product_status is what tells the OSC if it is in stock. I would have to see the site to help any further. Sorry. Link to comment Share on other sites More sharing options...
teamo Posted May 2, 2011 Author Share Posted May 2, 2011 hello, it's www.etrade88.com I don't know then. The product_status is what tells the OSC if it is in stock. I would have to see the site to help any further. Sorry. Link to comment Share on other sites More sharing options...
NodsDorf Posted May 2, 2011 Share Posted May 2, 2011 Looks like your site is using attributes mods, there could be a setting in there that needs fixed. I am sorry I don't know what that is. Link to comment Share on other sites More sharing options...
teamo Posted May 3, 2011 Author Share Posted May 3, 2011 Hello, I can't find any settings on the admin panel. By the way could you tell me how to disable the information about when upload below the products? Looks like your site is using attributes mods, there could be a setting in there that needs fixed. I am sorry I don't know what that is. Link to comment Share on other sites More sharing options...
NodsDorf Posted May 3, 2011 Share Posted May 3, 2011 Unfortunately I can not help any further without actually being able to look at the backend and how the contributions are "suppose" to work. I have not had a store that used the extended attributes mod before, so I can't offer any assistance without seeing what is going on. Sorry. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.