Desi_Coder
Desi_Coder

Reputation: 23

Limit products to specific stores when they share common catalog in Magento

I am trying to setup magento with one website and three different stores and one store view for each store and we have common catalog shared by all the stores. But the problem is I have some products should be only be visible in specific stores and rest api calls. Can this be done out of the box in magento? If so plz point me in right direction. If not what customization do I need to do?

Thanks, Sandeep

Upvotes: 1

Views: 1322

Answers (2)

Subrata
Subrata

Reputation: 2284

One Layman way to get this functionality is to create different Root Category for different stores.

  1. First : Create Separate Root Categories and create Subcategories with same name as the category you are already using.
  2. Second: Go to system->Manage Stores and assign the different root categories created to different stores.
  3. Third : Add the products to the Categories under those root categories for different stores.

This way your category structure remains same and you can manage to show your products in your chosen store.

Upvotes: 1

Rounder
Rounder

Reputation: 350

There is no customization needed for this. you can admin products to specific websites / stores / views or any one product to several stores in the product admin area

Upvotes: 3

Related Questions