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 Read more…
Sometimes we need to show the HTML when displaying data. This post shows how to escape HTML in Liferay Freemarker. These are some of the ways to escape HTML in Freemarker templates in Liferay. Using Liferay Util to escape HTML Read more…
Here are two ways to decompress from the terminal in Linux: Using tar to decompress from terminal Since -z is using gzip, this command is the same as: Using gunzip to decompress
This technique can be used to validate URLs that don’t have a scheme. I am using Apache Commons Validator for this.
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 Read more…
This is the command to check if an application is installed in Linux:
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 Read more…