Skip to content
On this page

Checkout

On of the core operating entities of Shopware is Checkout. It manages the cart, order and payment functions.

Shopware's checkout gives various options for modifying custom cart items, custom data or error handling. You can also change the look of the checkout.

Changing the checkout behavior

Using App Scripts you modify and extend the internal logic of the checkout:

You can also extend it via plugins

Changing the look

The appearance of the checkout can be changed in multiple ways

With template extensions, you can extend or override the checkout look of our default storefront.

However, keep in mind that template extension will only be available for merchants that use our default storefront. Some merchants build their project upon Custom Frontends will not be able to benefit from your extension.