Hey EE comunity!
I’m about to start a new project and there is a couple of features that I can’t decide the best approach.
Case scenario: Clothes online store where everything will be organized by categories (Eyewear, Accessories, etc.) that’s all fine.
Now, there is another field that will be required: the gender. I thought about 3 possibilities to approach the gender as:
- A simple dropdown field (with Male and Female options)
- A different channel and make a relationship field
- Another Category Group??
The other feature I have doubts is the product sizes. Depending on the product category the size type changes, so a t-shirt would have S-L-XL sizes but shoes would be 8-9-10. I thought that javascript would be the best option to control this feature but I’m wondering if you guys have other suggestions.
Thanks a lot in advance for any help.
Albert