krabo / isotope-packaging-slip-dhl-bundle

Isotope 包装单。

1.0.30 2024-04-17 15:00 UTC

README

Contao Isotope 包装单 DHL Bundle。

这增加了为包装单自动创建 DHL 货运的可能性。

需求

配置选项

以下配置可以根据您的需求进行调整,并添加到您的 config.yml 文件中。

isotope_packaging_slip_dhl:
  # API Key - Required
  key: '...'
  # Your user ID - Required
  user_id: '...'
  # Your company and address details. 
  # Required.
  shipper_company_name: 'My Company'
  shipper_street: 'Street'
  shipper_housenumber: '1'
  shipper_postal_code: '1234 AA'
  shipper_city: 'Amsterdam'
  shipper_country_code: 'NL'
  # If you want to display a google maps during the parcel selection
  # then you need provide a google maps api key. This is optional.
  google_maps_api_key: '...'
  # Not needed - your HS code for custom
  hscode: '...'

贡献

欢迎对此包做出贡献。请以合并请求的形式提交您的贡献。

许可

此扩展根据 AGPL-3.0 许可。

另请参阅