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.

  1. 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
  2. In the BSS section, set CalendarType to the necessary value, for example:

    components:
      bss:
        conf:
          arguments:
            CalendarType: Persian
  3. 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