Hello everyone,
Is it a good practice to use Products module and create a custom module per product type?
Since my products have different informations than the others, I am wondering how should I be storing these.
Should I....
- create sections per product types
- create modules per product types, and associate it to Product module
Thank you!