Please provide some instruction . Thank you.
roger123 - June 4, 2009 - 12:25
I am fresh to Drupal.
I am planning to build a website which is able to do as below:
For example,
In the planned website, I need to list more than 1000 shops.
I also need to list more than 1000 commodities.
How can I have some link that when I select 1 shop, then I can see all the commodities which that shop have,
On the other hand, when I click 1 commodity, I can see all shops which have that commodity
Can u please give some instruction?

work flow
Have you already thought about the work flow of adding content? With large numbers of commodities and shops, it is important to choose the solution which will give you the most user friendly work flow. What will be added most often? What will change most often? Imagine the end user wants to link commodity X to shop Y, would he go and edit the commodity, saying "commodity X is also available in shop Y", or would he go and edit the shop, saying "shop Y also sells commodity X"? I think you should think about this before you choose your solution, because the solution will more or less dictate the user interface.
There are a couple of modules for creating many-to-many relations, like Node Reference (part of the CCK package), Node2Node and Node Relativity.
I will not give you detailed instructions, because I'm a volunteer (like everyone on this forum), not your employee :-)
You've already helped a lot.
You've already helped a lot. Marc. Thank you very much. I should think about that in a earlier time.
Fresh...