Shipping

Setup

Configure it with the Constant Editor.

  • Constant Editor > [CADDY - OPTIONS - SHIPPING]

Configuration

plugin.tx_caddy_pi1.api.options.shipping {
    // default method
  preset = {$plugin.caddy.options.shipping.default}
    // mail, mailexpress
  options =
  options {
      // mail: enabled, title, extra, tax
    1 =
    1 {
      ...
    }
    ...
  }
}