0
votes

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.

1

1 Answers

1
votes

What about using the Field collection module to make a field collection that contains a size field, and stock levels field. This would be attached to a product, so each product can have multiple sizes, and each size has a stock level.