DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Format Konfiguration

Um die Templates etwas einfacher zu gestalten, können über TypoScript die Formatangaben für die Preisausgabe konfiguriert werden. Diese TypoScript-Angaben werden dann im <cart:format.currency>-ViewHelper verwendet.

plugin.tx_cart {
    settings {
        format {
            currency {
                currencySign       = &euro;
                decimalSeparator   = ,
                thousandsSeparator = .
                prependCurrency    = false
                separateCurrency   = true
                decimals           = 2
            }
        }
    }
}