Hybris 6.5
My project got an existing B2B storefront (say, sf1) and I created one more B2B storefront (say, sf2) from sf1, by adding
'meta key="modulegen-name" ...' to sf1's extensioninfo.xml.
I made necessary changes for the new storefront and could access successfully on the browser. The only problem is, Assisted Service Module (ASM) appears all the time on the top. I would like to show ASM only with query string URL access like ' ?asm=true' .
Is there any way to disable ASM and show it only on '?asm=true' URL access.
The existing storefront doesn't have ASM appearing and it shows only on '?asm=true' URL.
I'm new to Hybris and any help is appreciated.