Към съдържанието

Новости

2.1.0 — 2026-07-28

heading.anchorLabel

Delivery Methods config cleanup:

  • API base URL default живее в etc/config.xml (carriers/boxnow/api_url), не като PHP const; override през config:set / env.php / DB.
  • Креденшълите вече не са required за Save на секцията; валидацията е бутонът Login & Configure.

2.0.0 — 2026-07-22

heading.anchorLabel

Major release — moves onto the shared Webcode_Carrier label pipeline.

  • Requires webcode/module-carrier ^2.0.
  • Rate price reconciled with the store Shipping Prices setting via the shared adjuster (module-carrier).

Known / deferred

heading.anchorLabel
  • Multi-box shipments: each box gets its own BoxNow parcel number, but only the first parcel’s label is printed today. Per-parcel labels are marked as a TODO in LabelProvider::createLabel for a follow-up (the packages split and per-parcel tracking are already in place).
  • Proprietary/EULA copyright headers standardized across the module.
  • Uses webcode/module-base for the shared Console command.