Table of Contents

Order contexts

An order context is a configuration which allows you to set up several shopping carts on the same website, e.g. if you want both a Daily and a Weekly cart.

To create an order context:

  1. Click New order context
  2. Provide a name
  3. (Optional) limit it to a specific shop

The general idea with order contexts is that you can add an OrderContext parameter to cart commands to create a specific context cart. You can then set an instance of the shopping cart app to show the contents of that particular context cart.

Note

From a functional point of view, order contexts have more or less been replaced by cart management cart commands, where you can also create named carts and add products to them before checking out.

To top