SyliusPickupPointPlugin
SyliusPickupPointPlugin copied to clipboard
Selected pickup point was not shown on admin order show and on shop checkout complete. Before:   After:   to permit the latest version. Release notes Sourced from psalm/plugin-phpunit's releases. Add Psalm 6 support, drop Psalm 4 support This release adds support for Psalm...
This issue is detailed here as well : https://github.com/Setono/SyliusPickupPointPlugin/pull/50#issuecomment-851886998 The following piece of code fixes that, but I think it should be in the main asset too. ``` document.addEventListener('DOMContentLoaded', ()...
Fixes https://github.com/Setono/SyliusPickupPointPlugin/issues/76 This functionality is only used when a user goes the shipping page then goes to some other page and ends up on the shipping page again. I reckon...
Removing the concept of 'local' pickup points, i.e. pickup points saved in the database for times when pickup point webservices are down
Related issue: #83
Add support for Bpost and PostNL.
Message\Handler\LoadPickupPointsHandler are only updates and creates pickup points, but not deleting old ones which was not in the findAllPickupPoints() result. Are you interested in a fix?
Hi, While integrating the plugin together with the providers added in https://github.com/Setono/SyliusPickupPointPlugin/pull/63, we encountered some issues with the caching mechanism: 1. Enabling the cache completely breaks the provider because in...
The problem occurs in https://github.com/Setono/GlsWebserviceBundle and/or https://github.com/Setono/gls-webservice-php-sdk but the right course of action to solve problem is unclear. If the GLS provider is registered (and their webpage is down), resolution...