We need to change backorders per website Say Product X with quantity 0 can be purchased into WebsiteA but not WebsiteB Magento allow this attribute to be changed only globally.
My idea was to create another attribute and modify getBackorders function into app/code/core/Mage/CatalogInventory/Model/Stock/Item.php to watch this new attribute instead of "backorders"
This modification only affects my product into admin when saving
Any idea how to solve?