Recycling Fee

Setup

Enable or disable it with the Constant Editor.

  • Constant Editor > [CADDY - OPTIONS - RECYCLING FEE]

Configuration

plugin.tx_caddy_pi1.api.options.insurance {
  preset = {$plugin.caddy.options.insurance.1.enabled}
    // 1: transport insurance
  options =
  options {
    1 {
      enabled = {$plugin.caddy.options.insurance.1.enabled}
      title = TEXT
      title {
        data = LLL:EXT:caddy/Resources/Private/Language/Plugins/pi1/locallang.xlf:transportinsurance
      }
      extra = by_price
      extra {
        1 {
          value = 0
          extra = 4.50
        }
        2 {
          value = 2500
          extra = 18.00
        }
        3 {
          value = 25000
          extra = 99.99
        }
      }
      tax = {$plugin.caddy.options.insurance.1.taxrate}
    }
  }
}