Skip to main content

Documentation Index

Fetch the complete documentation index at: https://86d.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

The tipping module surfaces a tip step at checkout: preset percentages (10, 15, 20) or a custom amount. The tip is added to the order total and recorded as a separate line item for accounting. Source: modules/tipping · npm: @86d-app/tipping

Installation

86d module add tipping

Configuration

tipping({
  presets: "10,15,20",      // percentages
  allowCustom: "true",
});

Components

  • <TipSelector />, embedded in the checkout payment step.