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 Configuration
Marrara, Jean to add combo guide for Oracle.
Sanity Configuration
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 ispriceSeq
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:
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.
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:
| 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.
| As mentioned, comboslots have a list of available comboslot items linked. Since these are items, they will have their own Constant PLU.
|