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