Skip to main content
This page contains all actions executed during the ordering process in the shop.
Here you will find the associated messages and email templates used when adding, removing or updating items as well as when completing an order or during guest registration.

Overview of actions

The actions listed here are grouped thematically to provide a clear overview of the associated error messages and email templates. Actions that thematically belong to a different area can be found in the corresponding sections of this documentation or in the alphabetical overview of actions.

Excerpt of the basic actions structure

Action overview

actions.basketItem* - Basket line item

actions.basketItemAdd - Add basket line item

The basketItemAdd action controls the error messages when adding an item to the basket.

Example configuration

Parameter overview

actions.basketItemDelete - Delete basket line item

The basketItemDelete action controls the error messages when removing an item from the basket.

Example configuration

Parameter overview

actions.basketItemUpdate - Change basket line item

The basketItemUpdate action controls the error messages when changing a basket line item.

Example configuration

Parameter overview

actions.checkout* - Checkout

actions.checkoutAccountTypeSelect - Select account type

Controls the selection between guest order, existing customer and new customer to start the order in the checkout.

Example configuration

Parameter overview

actions.checkoutBillAddressSelect - Select billing address

The checkoutBillAddressSelect action controls the error messages when selecting the billing address in the checkout.

Example configuration

Parameter overview

actions.checkoutConfirm - Complete order

The checkoutConfirm action controls error messages and emails for order completion.

Example configuration

Parameter overview

actions.checkoutPaymentUpdate - Change payment method

The checkoutPaymentUpdate action controls the error messages when changing the payment method in the checkout.

Example configuration

Parameter overview

actions.checkoutPseudoCCSelect - Select credit card

The checkoutPseudoCCSelect action controls the error messages when selecting a saved credit card in the checkout.

Example configuration

Parameter overview

actions.checkoutSetFreeFields - Free-text fields in the checkout

The checkoutSetFreeFields action controls the error messages for the check of free-text fields in the checkout.

Example configuration actions.checkoutSetFreeFields

Parameter overview

actions.checkoutSetGuestEmail - Guest order

The checkoutSetGuestEmail action controls the error messages when entering the email address for a guest order.

Example configuration

Parameter overview

actions.checkoutShippingAddressSelect - Select shipping address

The checkoutShippingAddressSelect action controls the error messages when selecting the shipping address in the checkout.

Example configuration

Parameter overview

actions.checkoutShippingMethodUpdate - Select / change shipping method

The checkoutShippingMethodUpdate action controls the error messages when changing the shipping method in the checkout.

Example configuration

Parameter overview

actions.guestRegister - Registration after a guest order

The guestRegister action controls the error messages and emails when creating a full customer account from a guest order.

Example configuration

Parameter overview

actions.directOrder - Direct order

The directOrder action controls the error messages for direct orders by item number.

Example configuration

Parameter overview

actions.voucher* - Voucher

actions.voucherAdd - Redeem / add voucher

The voucherAdd action controls the error messages when adding a voucher to the basket.

Example configuration

Parameter overview

actions.voucherDelete - Delete voucher

The voucherDelete action controls the error messages when removing a voucher from the basket.

Example configuration

Parameter overview

actions.inventoryReserve - Reservation in the basket

The inventoryReserve action controls the error messages when reserving inventory for basket line items.

Example configuration

Parameter overview