crash3903 Posted November 1, 2006 Posted November 1, 2006 Thanks go to the product in admin and change the green to red Regards Mark A Reynolds
ddp Posted November 1, 2006 Posted November 1, 2006 Thanks In the admin go to catalog > find the product and select "out of stock". It is the first option. It will no longer apear then. Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh?
bestbookshoponline Posted November 1, 2006 Author Posted November 1, 2006 Is there something automatic?
insomniac2 Posted November 2, 2006 Posted November 2, 2006 What I have done is add: products_status = '1' to all product queries in all files that show customers products. If a product is disabled or out of stock (ie. status of 0) than it will not be included / shown If you just want to filter by in stock just add: products_quantity > 0
bestbookshoponline Posted November 2, 2006 Author Posted November 2, 2006 What I have done is add: products_status = '1' to all product queries in all files that show customers products. If a product is disabled or out of stock (ie. status of 0) than it will not be included / shown If you just want to filter by in stock just add: products_quantity > 0 Is it possible to tell me which files shall I edit and add please? Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.