Magento products’ is_salable attribute from the admin
The Situation
I’m developing a module for Magento (v. 1.5.0.1) that creates a product Archive for old products (so the information can still be found by people doing research on past product, but it won’t clutter the interface for people looking to buy currently available product). The module will also place products into the Archive automatically. That automatic processing will likely be done via a cron job, but for the time being I am triggering it manually from the configuration section of the Magento admin...
Read in full