- feat: add small package
- feat: register pickup address in order when chosen
- For shopware 6.4 only.
- feat: allow setting max mailbox weight
- fix: prevent type error in DeliveryCalculatorDecorator
- fix(checkout): prevent cart getting stuck on mailbox price
- fix(checkout): switch package type nicely
- fix(labels): print a6 when requested
- For shopware 6.4 only.
- feat(checkout): allow package type choice
- fix(settings): remove superfluous settings and correct labels
- fix(checkout): show correct shipping prices
- fix(checkout): prevent changes to address that are not propagated
- Add support for Shopware 6.5
- Add label description
- Improve MyParcel order grid view
- Allow shipping international orders when mailbox is default
- Add delivery options translations in config
- Allow postal codes with trailing spaces
- To provide a better customer experience in the checkout we've reduced the number of MyParcel shipping methods in Shopware to one. This means the old shipping methods have been disabled, and should not be re-enabled again. Orders made with those shipping methods also no longer show up in the MyParcel Orders section in the administration.
- In preparation for upcoming features and enhancements, we've had to drop support for older Shopware versions. As such, the minimum required version of Shopware is now 6.4.1.
- Improved customer experience in the checkout: The available shipping options dynamically change based on the shipping address and the selected settings from your MyParcel backoffice.
- Worldwide shipments: Shipping to countries outside of Europe is now available.
- Fixed administration module not being available
- Added cut-off time option
- Improved snippets
- Added insured shipments
- Added the option to disable the date selector in checkout
- Fixed a bug that caused exceptions when first selecting another type of shipping method and then changing it to MyParcel option
- Fixed some other minor bugs
- Adding the possibility to set which fields should be used for the address
- Fixed bug in Javascript that tried to retrieve the shipping options on all pages
- Added support for pickup points for carriers that support those
- Added Shopware 6.4 compatibility
- Added api test in plugin config.
- Fixed deinstallation of plugin letting data behind
- Initial release