Essentially, disabling products is already supported, but the caveat is that you need to be maintaining your own database (via phpmyadmin) to do it. Here is a support topic which discusses it: (items can be disabled just from
Order,
Splits, or both)
http://foodclub.org/phpbb/viewtopic.php?f=774&t=2018So really what you need is to be able to modify the official database to suit your individual club's needs. This is now being supported informally by doing a back-end copy of a newly imported official database into your own private database. E-mail if you want this to happen, and say which databases/sources.
In the near future (especially if more clubs request this), there will be a formal feature for you to "subscribe" to an official database rather than use it directly. By "subscribing" it will either 1) clear out your private and import the new official whenever a new one becomes available, or 2) notify you that a new official is available, and allow you to copy it into your private when you are ready.
Either way, you would then need to go and set the valid_order_increment / valid_split_increment back to 0 to disable the item. Perhaps in a future revision, the subscribe copy could leave those fields (and other item metadata) without overwriting them.