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.

Main Configuration

plugin.tx_cartevents {
    settings {
        format.currency < plugin.tx_cart.settings.format.currency

        addToCartByAjax = {$plugin.tx_cart.settings.addToCartByAjax}
    }
}

settings.format.currency

Property

plugin.tx_cartevents.settings.format.currency

Data type

array

Description

Configures how prices should be formated in frontend. The ExtcodeCartViewHelpersFormatCurrencyViewHelper use this global setting.

Default

The TypoScript template copy the setting from settings of the cart extension.

settings.addToCartByAjax

Property

plugin.tx_cartevents.settings.addToCartByAjax

Data type

int

Description

Activates the option to add events via AJAX action. There is no forwarding to the shopping cart page. The response can used to display messages or update the MiniCart-Plugin.

Default

The TypoScript template use the setting defined by the constant of the cart extension.