I have a Drupal 7 website with a content type for each product type. In the past I have incorporated sizes (XS,S,M,L,XL) with term reference into one of the product types (the other are size independent). I would like to have stock information available now too (without using Drupal Commerce). I could add an integer field to the content types for this. But the products that are size dependant should have stock info for each size. One important thing it that it should be easy to manage the content types with their stock information with drupal feeds
Does anyone have an idea for achieving this?
Thank you in advance.