.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../../../../Includes.txt .. _administrators_setup_caddy_calculating_extracosts_insurance: Insurance ========= Setup ----- Enable or disable it with the Constant Editor. * Constant Editor > [CADDY - OPTIONS - INSURANCE] Configuration ------------- .. code:: php 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} } } } } Details about Calculating ------------------------- * :ref:`Administrators > Setup > Caddy > Calculating `