Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Contents

Meals like Medium Whopper® Meal (Burger + Medium Fries + Drink) or Large Whopper® Meal (Burger + Big Fries + Big Drink) are defined by Combos and Combo Slots within Sanity. The term combo is also often used interchangeably with meals.

Oracle

Marrara, Jean to add combo guide for Oracle.

Sanity

Combo content configurations will be the same as any other POS except for the PLU Mapping (Vendor Configs), for those please refer to the Combo page.

The operator only needs to configure the PLU and size for the combo, which will be the same for both service modes.

The operator will not need to do combo-level configurations in Sanity for Definition Sequence and Price Sequence fields. Just for your information, Sanity will use:

  • Different pricing sequences to distinguish between service modes (e.g. Whopper is priceSeq 1, vs Whopper Delivery which is priceSeq 2).

  • Definition sequence kept constant to a value of 1.

Example for a large combo:

Service mode

Example PLU

definitionSequence (applied automatically)

priceSequence (applied automatically)

Size

In-restaurant

1234

1

1

Large

Delivery

1234

1

2

Large

In your brand and country Sanity environment, you will see the Service Mode Groups (In-restaurant and Delivery) and POS used. For each Service Mode Group (In-restaurant and Delivery), you will need to configure the correct PLU. Oracle - In-Restaurant and Oracle - Delivery dropdown needs to be expanded for Oracle PLU Mapping for each service mode respectively:

image-20241126-161648.png

sizeBasedPlu PLU type will be used for each combo with pricing where:

  • PLU: The PLU for the general combo.

  • Size: The size of the combo (e.g. Large).

  • Different combo sizes ('large', 'medium', 'small') will share the same PLU.

image-20241126-161911.png

Considering also the comboslots (side 1 and side 2), the overall combo PLU structure in Sanity will be as follows:

Combo structure

Combo PLU

Main Item PLU

Comboslot PLU

Comboslot item PLU

The combo document is structured as follow:

  • Main item

    • Item (Hamburger).

  • Options

    • Sides comboslot

      • Fries

      • Onion rings

    • Drinks comboslot

      • Fanta

      • Coca-Cola

The combo document uses a sizeBasedPLU.

The main item in the combo is an item document, which uses a separate constant PLU because it’s an item. Guide on items: Oracle Config - Items

Comboslots documents contain references to the comboslot items. In the combo, these documents use the Ignore PLU as they’re not needed by the POS.

  • Large sides

    image-20240909-223338.png
  • Large drinks

    image-20240909-223406.png

As mentioned, comboslots have a list of available comboslot items linked.

Since these are items, they will have their own Constant PLU.

  • E.g. large fries with its own constant PLU.

    image-20240909-224144.png

  • No labels