I am new to spryker, I want to add prefix to order reference number, but there is a prefix in it by default, I couldn't find where the prefix comes from. Can anyone help me on this
Asked
Active
Viewed 83 times
1 Answers
1
Prefix creation is happening here :
In core implementation, it is a concatenation with predefined uniqueIdentifierSeparator of store name and environment prefix ,which can be set in config_default.php as
$config[SalesConstants::ENVIRONMENT_PREFIX] = ''
Extending SalesConfig in project level could be a solution.

Gürkan Sevinc
- 419
- 2
- 5