Insurance

Setup

Enable or disable it with the Constant Editor.

  • Constant Editor > [CADDY - OPTIONS - INSURANCE]

Configuration

plugin.tx_caddy_pi1.api.options {
    // preset, options
  recyclingfee =
  recyclingfee {
    preset = {$plugin.caddy.options.recyclingfee.1.enabled}
      // 1: transport insurance
    options =
    options {
      1 {
        enabled = {$plugin.caddy.options.recyclingfee.1.enabled}
        title = TEXT
        title {
          data = LLL:EXT:caddy/Resources/Private/Language/Plugins/pi1/locallang.xlf:feeperitem
        }
        extra = each
        extra {
          1 {
            extra = 0.15
          }
        }
        tax = {$plugin.caddy.options.recyclingfee.1.taxrate}
      }
    }
  }
}