Skip to Content
0
Jan 20, 2020 at 05:02 PM

ASM - Custom Storefront 1905

485 Views

Hey Experts,

I am working with hybris 1905 local installation and trying to install asm module following these directions: help.sap/asm

My problem is that after the installation when I try to pass the argument ?asm=true in url, nothing happens.

Am I missing something?

The console commands I did were:

ant addoninstall -Daddonnames="assistedservicestorefront" -DaddonStorefront.yacceleratorstorefront="my_storefront"

ant all

ant initialize

The extensions I added to localextensions.xml are as follows:

<extension name="assistedserviceservices"/>
<extension name='assistedservicestorefront' />
<extension name='assistedservicewebservices' />
<extension name='assistedserviceyprofileaddon' />
<extension name='assistedservicecustomerinterestsaddon' />
<extension name ="assistedservicecustomerinterestsfacades"/>
<extension name='assistedservicepromotionaddon' />
<extension name="assistedservicepromotionfacades"/>
<extension name="assistedservicefacades" />