SyliusPickupPointPlugin icon indicating copy to clipboard operation
SyliusPickupPointPlugin copied to clipboard

Results 12 SyliusPickupPointPlugin issues
Sort by recently updated
recently updated
newest added

Selected pickup point was not shown on admin order show and on shop checkout complete. Before: ![Screenshot from 2022-09-13 15-44-46](https://user-images.githubusercontent.com/3462880/189918448-bc02b52a-a3e3-42e9-9f42-f1d90510fcf4.png) ![Screenshot from 2022-09-13 15-47-29](https://user-images.githubusercontent.com/3462880/189918483-b9be4fb0-c851-4b98-a8fa-c69b5ca1d84c.png) After: ![Screenshot from 2022-09-13 15-44-05](https://user-images.githubusercontent.com/3462880/189918517-8fd3d85b-a71d-4270-8d04-3f90f0ed70b4.png) ![Screenshot...

Updates the requirements on [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) 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...

dependencies

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

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...