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_cart {
    settings {
        cart {
            pid =
            isNetCart =
        }
        order {
            pid =
        }

        addToCartByAjax
    }
}

settings.cart.pid

Property

plugin.tx_cart.settings.cart.pid

Data type

string

Description

Defines the page where the cart plugin is located. This is needed to put products in the right shopping cart. If settings.addToCartByAjax isn’t set, the add to cart action will forwards the user to this page.

settings.cart.isNetCart

Property

plugin.tx_cart.settings.cart.isNetCart

Data type

boolean

Description

Defines whether the shopping cart should be treated as a net shopping cart. If the shopping cart is a net shopping cart, the price calculations are all carried out and displayed on the net prices of the products, otherwise the calculations are made with the gross prices.

settings.order.pid

Property

plugin.tx_cart.settings.order.pid

Data type

string

Description

Specifies the folder in which the orders should be stored.

settings.addToCartByAjax

Property

plugin.tx_cartproducts.settings.addToCartByAjax

Data type

int

Description

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