cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Storefront Specific Implementation

sumit1234
Explorer
0 Likes
408

Given that I have 2 storefronts - both b2b & b2c (each created separately through modulegen and now integrated together) in a single tenant. How do I create a storefront specific implementation - such as a facade or a populator without affecting or executing into another storefront?

Accepted Solutions (0)

Answers (1)

Answers (1)

crescenzorega
Active Participant

Hi,

if you have two storefront extensions you can modify the controller classes and invoke your own custom implementations.
  • B2B Controller Class -> B2BFacade
  • B2C Controller Class -> B2CFacade

BR,

Crescenzo