Cyperis Posted January 1, 2013 Posted January 1, 2013 I have searched this forum using Google and found several similar threads but each one that fit my question was unanswered. My problem is that a couple of the manufacturers that I carry products from are having severe back order issues and I am unable to keep stock on these items. I am looking for a way to just hide those particular manufacturers without having to go through and put every item on inactive. Any solutions to this would be greatly appreciated.
Bob Terveuren Posted January 1, 2013 Posted January 1, 2013 Hi If you are happy using phpMyAdmin (or similar) to manipulate your database you could just run a quick query like UPDATE products SET `products_status` =0 WHERE `manufacturers_id` =1 and substitute the correct value for manufacturers_id that would apply to your chosen manufacturer Bob
Cyperis Posted January 1, 2013 Author Posted January 1, 2013 @@Bob Terveuren Thank you so much that worked perfectly.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.