Payment

Setup

Configure it with the Constant Editor.

  • Constant Editor > [CADDY - OPTIONS - PAYMENT]

Configuration

plugin.tx_caddy_pi1.api.options.payment {
  preset = preset = {$plugin.caddy.options.payment.default}
    // 1: cash in advance (de: Vorkasse)
    // 2: invoice (de: Rechnung)
    // 3: cash on delivery (de: Nachnahme)
    // 4: cash on pick up (de: Bar bei Abholung)
    // 5: debit note (de: Lastschrift)
  options =
  options {
      // 1: cash in advance (de: Vorkasse)
    1 =
    1 {
      ...
    }
    ...
  }
}