Hybris
How to auto sign-in users in Hybris
This is the code snippet for auto sign-in users in SAP Hybris: This is all for showing the snippet for how to auto sign-in users in Hybris. To view all of our Hybris posts, click here.
This is the code snippet for auto sign-in users in SAP Hybris: This is all for showing the snippet for how to auto sign-in users in Hybris. To view all of our Hybris posts, click here.
In this post, we will be customizing Hybris Backoffice. we will make the search result widget for B2B Customer into a multi-select. Recently, I was required to add the ability in Backoffice to send out registration emails to B2BCustomers who are disabled. To do this, I thought of making the Read more…
Sometimes HMC/Backoffice is buggy when searching for Duplicate Identifiers. This is a handy flexible query to find duplicate CMSItems in Hybris: For the CatalogVersion, use the respective CatalogVersion PK
We will be extending the ProductFacade to create our own facade to add a method to the ProductFacade. And also because we are extending the Product Facade, we will not be needing to create a populator, we can just the OOTB populator. Creating the DAO Define the Bean Inside <my>core-spring.xml, create Read more…
Actions are special components provided by the Backoffice Framework that you can use inside your widgets. They are used to trigger an action, depending on the state of widget model property. As we will see in our example that out action button is enabled when a certain property is true Read more…