Found 3 Articles for SAP Hybris

Turnoff redirect to mobile pages in SAP Hybris

Srinivas Gorla
Updated on 16-Dec-2019 08:44:44

54 Views

To start with, first, you need to turn off the cookies on a mobile device. Next is to run the following command to the “project.properties” file of your storefront extension. Example# disabling the mobiles redirects:# uiexperience.level.supported.b2ctelco=DESKTOP uiexperience.level.supported=DESKTOPWhen this function is used, it communicates to SAP Hybris system that only DESKTOP based support is required.

Finding code where admin user is created in SAP Hybris

Sai Subramanyam
Updated on 30-Jul-2019 22:30:20

85 Views

There is a method addUserRights at below path in which it is done.hybris/bin/platform/bootstrap/bin → ybootstrap.jar → DMLRecordFactory

What are SAP Hybris based E-Commerce platform and spring configuration?

radhakrishna
Updated on 30-Jul-2019 22:30:20

208 Views

SAP Hybris spring configuration is done using XML. You can check below link for more details:https://help.hybris.com/6.3.0/hcd/8c63621986691014a7e0a18695d7d410.html

1
Advertisements