Back OfficeHow-ToAdvanced

Extra Charges for Products and Deal Items

Last verified: 2026-03-06

This article may show older screenshots

The steps are still correct, but the interface may look slightly different in the latest version.

Extra Charges for Products and Deal Items

Overview

The extra charge feature allows you to add an additional fixed amount to products and attributes when they are included in deals. This is useful when certain items require a supplementary charge above their regular price when part of a deal.

Benefits

  • Add supplementary charges to specific products in deals
  • Maintain transparency with clear display of extra charges
  • Flexible pricing structure for deal items
  • Supports both products and product attributes
  • Automatically syncs with Delivery Platforms integration

How to Use

Setting Extra Charges

Management > Menu > Menu Setup

  1. For Products:

    • Navigate to the product edit form
    • Look for the Extra Charge field
    • Enter the additional amount (must be 0 or greater)
    • Save the product
  2. For Product Attributes:

    • Edit the product with attributes
    • Under each attribute, find the Extra Charge field
    • Enter the supplementary amount
    • Save the changes

[Screenshot needed]

Viewing Extra Charges

Extra charges are visible in several places:

  • Product listing: Items with extra charges show a blue label with "+[amount]"
  • Deal menus: Extra charges appear in the pricing information
  • Delivery Platform integration: Extra charges are included in the SKU format visible when selecting Preview

Delivery Platform Integration

When deals are synchronized with Delivery Platforms, products with extra charges will be formatted as:

{
  "label": "Product Name",
  "skus": [
    { "ref": "p_123" },
    { 
      "ref": "p_456",
      "extra_charge": "2.50 GBP"
    }
  ]
}

Important Notes

  1. Extra charges must be non-negative values (0 or greater)

  2. The charge is additional to any existing pricing

  3. Extra charges are displayed separately from the base price for transparency

  4. The feature works with both regular products and product attributes

Common Use Cases

  1. Premium Items in Deals

    • Add extra charges to premium items in meal deals
    • Upcharge for size upgrades in combo deals
  2. Special Ingredients

    • Apply extra charges for premium toppings or ingredients
    • Handle supplementary costs for special variations
  3. Customizations

    • Add charges for extra modifications in deals
    • Manage premium option surcharges

Best Practices

  1. Keep extra charges consistent across similar items

  2. Use clear, round numbers when possible

  3. Document the reason for extra charges internally

  4. Regularly review and update extra charges as needed

  5. Ensure charges are properly communicated to customers

Was this helpful?