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.

showCartAction-Konfiguration

plugin.tx_cart {
    settings {
        showCartAction {
            showPartials {
                couponForm = true

                # if setting shippingAddressForm to false please disable all validations too
                shippingAddressForm = true

                shippingMethodForm = true
                paymentMethodForm = true
            }

            summary {
                fields {
                    cart.net = true
                    cart.taxes = true
                    discount.gross = true
                    service.gross = true
                    total.gross = true
                }
            }
        }
    }
}

settings.showCartAction.showPartials.paymentMethodForm

Property

plugin.tx_cart.settings.showCartAction.showPartials.paymentMethodForm

Data type

boolean

Description

Aktiviert/Deaktiviert die Darstellung und Auswahl der konfigurierten Bezahlmethoden im Warenkorb.

Default

true

settings.showCartAction.showPartials.shippingMethodForm

Property

plugin.tx_cart.settings.showCartAction.showPartials.shippingMethodForm

Data type

boolean

Description

Aktiviert/Deaktiviert die Darstellung und Auswahl der konfigurierten Bezahlmethoden im Warenkorb.

Default

true

settings.showCartAction.showPartials.couponForm

Property

plugin.tx_cart.settings.showCartAction.showPartials.couponForm

Data type

boolean

Description

Aktiviert/Deaktiviert die Darstellung der Gutscheine im Warenkorb. Es wird sowohl der Block für die Eingabe als auch für die Darstellung ein-/ausgeblendet.

Default

true