Hi guys,
I've just downloaded drupal 7 from the site to replicate the problem were experiencing at how Drupal Gardens sorts items in Views. I've also Installed Views module to replicate it. Here is a setup of out site.
We have a custom Content Type named "Products", and have the ff fields:
Product Title
Product Body (Long Text)
Product Image (Image)
Product Type
- Field: (Taxonomy Term reference: Products Types)
- Widget: Check boxes/radio buttons
- with Unlimited Values
On top of that, I've also created a Taxonomy Vocabulary named 'Product Types', which consists of the ff terms:
+ Living
- Chairs
- Coffee Tables
- End Tables
- Sleeper Sofas
- Sofas
+ Dining
- Bar Stools
+ Sleeping
- Dressers
- Beds
+ Collections
- Red
where Living, Dining and Sleeping are what we called the Main Type and the lists below them are Sub Types (Parent and Children Relationship as we are familiar)
I've also Created a view named 'Products', which will display the lists of products that are sorted alphabetically by "Products Types".