SAP Commerce (Hybris) features its own query language, FlexibleSearch, which has an SQL-like syntax and converts queries into SQL. In this article, I’ve shared advanced FlexibleSearch query examples to help you optimize your searches in SAP Commerce (Hybris)
hybris sap commerce
SAP Commerce (Hybris) memory StackOverflowError exception error on ant updatesystem or server start
StackOverflowError error on SAP Commerce (Hybris) local environment. How to fix StackOverflowError while ant updatesystem
Get List Of Populators of a Converter
How to print all populators of a converter? I will share a small groovy script to get list of populators of a converter.
SAP Commerce (Hybris) uses converters to changing models to data object. Data object is kind of DTO. It stores value in the memory, unlike models. Model has a proxy connection with DB, it loads data to memory when it is required. In the facade layer, a model is converted to a data object. View/Controller layer uses the data objects.
SAP Commerce (Hybris) Backoffice Report
How to create reports in SAP Commerce (Hybris) Backoffice?
Learn how to create backoffice report step by step. Learn how to customize SAP Backoffice report columns.
Hybris (SAP Commerce) MSSQL How to get database table details in HAC (Administration Console)?
How to get MSSQL table details (attributes) in Hybris Administration Console (HAC) by a basic query. If you don’t have access to DB directly, you can fetch table attributes by this way.
How to fix after login redirection issue in SAP Commerce Hybris?
Learn how to fix after login (authentication) redirection issue fix. If users are redirected to homepage, see this post how to fix.
How to add a new property to the existing DTO in Hybris?
How to extend an existing DTO in Hybris. Extend OOTB (Out Of The Box) DTO
Buy 2 or more pieces of a product, get x% discount promotion
How to create a promotion to sell more amounts of a category in a cart?
If a customer adds more than 2 amounts, he gets a 10% discount on those products.
Buy 2 products of the same category, get x% discount on those products
Scenario You want to set a discount if a user buys more than 2 different products…
How to Add a Customer Group Restriction to Navigation Node
You have some exclusive customers. You offer some special sales for these customers. They should be…