Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hiding Certain Manufacturers


Cyperis

Recommended Posts

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...