Search code examples
sap-commerce-cloud

Creating Multiple storefronts in Hybris


Hybris Version used: 6.5

Current Scenario We have an implementation that has the following implemented

  1. SAP to Hybris connector (datahub) (manage customers, products, prices, stock levels)

  2. One storefront ( product, carts)

  3. Integration with payment system

Everything works fine .

The questions:

  1. Ability to create multiple new storefronts (apart from the main one) on the fly => event based storefronts that stay online for a pre-defined period and then shut down(based on some rule/trigger)
  2. Reuse the SAP to Hybris connector from above(to manage products, prices, stock levels etc).
  3. Reuse the integration with payment system from above.
  4. The main storefront operates as usual

Is this functionality supported in Hybris? If yes, how is it achieved? What needs to be done? Any suggestions?


Solution

  • You can create multiple CMSSite without development, details are in this answer.
    If there are static context/url exist in design or code, you need to make changes on code. For example payment callback url.
    If you plan to split products by site, maybe you need changes on datahub for using separate product catalog.