Enabling Persian Calendar
By default, Gregorian calendar is used in BSS.
To enable Persian calendar:
Important: When Persian calendar is used, all dates are recalculated respectively. The calendar control
in the BSS UI displays Persian dates. However, you must customize month names manually.
-
On a machine with the kubectl environment and access to the CloudBlue Commerce Kubernetes cluster, open your current config.yaml for editing:
vim config.yaml
-
In the BSS section, set CalendarType to the necessary value, for example:
components: bss: conf: arguments: CalendarType: Persian -
Apply the changes:
Warning: If you do not want other components to be automatically updated to the latest version, passing --component is mandatory.
setup-product.sh config.yaml --component bss