I've been reading about Custom Post Types, Custom Taxonomy and Category but I'm still getting some confusion. I want to build somewhat like an ecommerce site just to understand it better.
Say I've a problem like this
Products
--Computer
--Operating System
--Linux
--Win 7
--RAM
--less than 1 GB
--1 GB
--2 GB
--Car
---Brand
--- BMW
--- Ford
---Color
--- Red
--- Blue
Price From <TextBox> to <TextBox>
My Solution will be somwhat like this:
- Product is a custom post type
- Computer and all others are hirarchical taxonomy
- Price is a custom field for product
what do you think, am I go the right track or can you correct me??