PDA

View Full Version : setting up categories for 3 sub categories


auspiral
03-19-2010, 06:15 PM
I'm setting up a site that each item has 3 criteria.

State
Location
and Official Rating

I would like to have a list of states on the left column

When someone clicks on a state it would either take them to a page with all the locations in that state, or a drop down column.

And the same for the official ratings.

I'm trying to figure out the best way to do this when I import my csv data.

Should I just have one category? Or try separating them with commas in one column in my csv?

Any suggestions?