Mark out of stock in admin order section
fjelsten <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <8c12ee54866755a8184fd29b95524555@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=192565#192565 ---------------------------------------------------------------- When a customer buys a product that is out of stock (but we keep visible as it will come in stock again) there is no way to tell that that product is out of stock when you go into the admin order system. Not here anyway (28032003 snapshot). Is something wrong? It is needed when the one handling orders does not have an official stock list next to him (as that is supposed to be handled by OsC). Does anyone know of a contrib to fix this? I don't know php but I would think it's easy to make: If current stock level >= 0, then all OK, normal colour for product If stock level < 0, then not in stock, red colour for product Correct?