Hi every one,

I would like to create two taxonomies where the second depend on the first one, I'll give an example: I've a first taxonomy called "Stores", and the second called "Categories", in my case, I've a list of categories which can be children of Stores term, I've to proccess like that to not duplicate the categories term for each of term store, so is there a module for this behavior, I tested : https://www.drupal.org/project/term_relations, but after installed it, a lot of PHP errors occurred.

Thank you in advance.

Comments

VM’s picture

per https://www.drupal.org/node/643758 please edit the opening post and move it to the 'post installation' forum. Thank you.

w.mazed’s picture

Ok sorry :)

VM’s picture

sounds like you are looking for something more like https://www.drupal.org/project/hierarchical_select or https://www.drupal.org/project/shs

w.mazed’s picture

No, but I think that I'll select a multiple parent for each term of Categories, for exemple Category 1 will have two parents Store 1 and Store 2 (When Catehory 1 is a term of Stores taxonomy, the level 0 will be for Stores, and all other level will be considered like categories), this is the behavior that I was looking for, even if I wanted to have two different taxonomy Stores and Categories for more clarity, but I'll process like that for the moment, so thank you for your answer :)