URL Format
{products} parameter is a comma-separated list of items, where each item follows the format:
Example
To add 2 units of productBURGER01 and 1 unit of product FRIES01:
Modifiers
A product can carry a modifier selection in parentheses, immediately after its quantity. Modifiers are separated by semicolons:
If the same modifier PLU exists in more than one modifier group on the product, it resolves to the first group that carries it, in the order the groups appear on the product.
Example
To add 2 burgers with cheese (×1) and bacon (×1):How It Works
- The customer opens the URL.
- The store loads the menu as usual.
- Each PLU in the URL is matched against available products.
- Valid items are added to the basket with the specified quantities.
- The customer is redirected to the menu page with the basket pre-populated and can proceed to checkout.
Validation Rules
Each item in the URL is validated individually. Items that fail validation are skipped, and the remaining valid items are still added to the basket. The customer will see a notification listing any items that could not be added.Modifier groups with default selections are applied automatically when the URL does not mention that group.