Magento Multiple Stores - Parent / Child -


i have installed magento , set 1 parent , 2 child stores.

similar to:

magento-mall.com – listing (ie furniture, electronics, apparel)   magento-furniture.com – listing furniture.   magento-electronics.com - listing electronics 

i have setup following:

categories:

main store   furniture store     furniture category 1     furniture category 2   computer store     computer category 1     computer category 2 

i set 3 websites (example domains), follows:

main-store.com   furniture-store.com   computers-store.com 
  • main-store.com - points main store root category , listing items (ie both furniture , computers)
  • furniture-store.com - points furniture store category – ie lists furniture items.
  • computers-store.com - points computers store category – ie lists computer items.

problem:

when creating furniture-store.com using magento's "system/manage stores/create store" available root category option "main store". have furniture-store.com list both furniture , computer items.

my question is:

what need make furniture-store.com list items furniture store category (whilst @ same time allowing main-store.com list everything)?

note: stores share same usernames , stock etc.

edit: i'm looking php, javascript or html solution on how can make furniture-store.com list items furniture store category rather root category.

just reorganize categories. have 1 root category - main store. rid of it. make 2 root categories – furniture store , computer store.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -