SCsapcommercejobs

Tag

b2b

Top 10 SAP Spartacus Problems (And Why Companies Are Moving Away)

sap spartacus

Top 10 SAP Spartacus Problems (And Why Companies Are Moving Away)

SAP Spartacus (now known as SAP Composable Storefront) has been a go-to frontend framework for many SAP Commerce implementations. But after working with Spartacus for years—and observing real-world projects—it’s clear that many companies are hitting serious limitations. In fact, a growing number of enterprises are now exploring modern composable frontends like Alokai to overcome these challenges. Let’s break down the top 10 SAP Spartacus problems that are driving this shift.

AvBy Avinash Jadhav3 min read
Why Your Quick Order Changes Don’t Persist in SAP Commerce (local.properties vs hAC Explained)

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.

AvBy Avinash Jadhav2 min read
How to Configure Quick Order in SAP Commerce Cloud (Step-by-Step Guide)

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.

AvBy Avinash Jadhav2 min read
How to Reset Order Number Sequence in SAP Commerce Using Groovy Script

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.

AvBy Avinash Jadhav2 min read
Multi-Site Order Code Generation in SAP Commerce (US vs IN Real Example)

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.

AvBy Avinash Jadhav2 min read
How to Customize Order Number Format in SAP Commerce (Digits, Prefix, Alphanumeric)

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.

AvBy Avinash Jadhav2 min read
How Order Code Generation Works in SAP Commerce Cloud (Step-by-Step Guide)

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.

AvBy Avinash Jadhav3 min read