Tag
sap commerce cloud
sap commerce cloud
Why Your Quick Order Changes Don’t Persist in SAP Commerce (local.properties vs hAC Explained)
A common issue developers face in SAP Commerce Cloud is: 👉 “I changed the Quick Order configuration, but it resets after restart!” If you’ve experienced this, you’re not alone. The root cause lies in how SAP Commerce handles configuration through hAC vs local.properties. In this article, we’ll break it down clearly and show how to fix it permanently.
sap commerce cloud
How to Configure Quick Order in SAP Commerce Cloud (Step-by-Step Guide)
Quick Order in SAP Commerce Cloud is a configuration-driven feature that allows developers to control UI behavior without changing code. In this guide, you’ll learn how to configure Quick Order using properties, where to update them, and how to make changes permanent.
sap commerce cloud
How to Reset Order Number Sequence in SAP Commerce Using Groovy Script
During development, testing, or data correction in SAP Commerce Cloud, you may need to reset or update the order number sequence. Instead of changing code or database entries manually, SAP Commerce provides a powerful way to do this using Groovy scripting in hAC. In this article, we’ll walk through how to safely reset order numbers using NumberSeriesManager.
sap commerce cloud
Multi-Site Order Code Generation in SAP Commerce (US vs IN Real Example)
In real-world SAP Commerce Cloud projects, businesses often run multiple websites (multi-site setup) and require different order number formats per region. For example, US orders may start with “U” while India orders start with “I”. In this article, we’ll implement a practical solution for multi-site order code generation.
sap commerce cloud
How to Customize Order Number Format in SAP Commerce (Digits, Prefix, Alphanumeric)
In SAP Commerce Cloud, order numbers are not fixed—they are fully configurable. Businesses often require specific formats like prefixes, longer codes, or alphanumeric values. In this guide, you’ll learn how to customize order number format using configuration properties and simple extensions.
sap commerce cloud
How Order Code Generation Works in SAP Commerce Cloud (Step-by-Step Guide)
Order numbers (order codes) are a critical part of any eCommerce system. In SAP Commerce Cloud (formerly SAP Hybris), order code generation is highly configurable, scalable, and extensible. Whether you’re a developer debugging an issue or implementing custom business logic, understanding how order codes are generated will give you a strong edge. In this guide, we’ll break down the complete flow of order code generation in SAP Commerce Cloud, along with configuration, internal working, and customization points.