TypoScript
plugin.tx_cartbooks {
settings {
cart {
pid = {$plugin.tx_cart.settings.cart.pid}
isNetCart = {$plugin.tx_cart.settings.cart.isNetCart}
}
order {
pid = {$plugin.tx_cart.settings.order.pid}
}
format.currency < plugin.tx_cart.settings.format.currency
addToCartByAjax = {$plugin.tx_cart.settings.addToCartByAjax}
itemsPerPage = 9
}
}
Copied!
- Property
- plugin.tx_cartbooks.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.
- Property
- plugin.tx_cartbooks.settings.addToCartByAjax
- Data type
- int
- Description
- Activates the option to add books 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.
- Property
- plugin.tx_cartbooks.settings.itemsPerPage
- Data type
- int
- Description
- Defines how many records should be displayed per page in the list action.
- Default
- The default value is 20 if there is no TypoScript configuration.