SyliusTierpricePlugin icon indicating copy to clipboard operation
SyliusTierpricePlugin copied to clipboard

A plugin for Sylius that implements tier pricing

Results 6 SyliusTierpricePlugin issues
Sort by recently updated
recently updated
newest added

I discovered an issue when i tried saving an empty row. I expected it to have the same behaviour as ```delete_empty``` would have, but instead the plugin tried to save...

![1](https://github.com/Brille24/SyliusTierpricePlugin/assets/39049059/19564e9d-904d-4e45-abce-801a73213ada) ![2](https://github.com/Brille24/SyliusTierpricePlugin/assets/39049059/0f2501d7-fabb-4811-be01-7c479e53bb39) Tested on latest Sylius version

Order price recalculator do not set original price on order item

Recieving **bin/console doctrine:schema:update --force** ` [OK] Nothing to update - your database is already in sync with the current entity metadata.` On base installation (all caches cleared). Tested on both...

In order to reproduce (in Admin UI) the problem I'm facing, make sure you have an existing product with only one tier price for one customer group. ![price](https://user-images.githubusercontent.com/6184412/78080709-7194ad80-73b7-11ea-8e0b-c1bc6fe45e0a.PNG) Delete the...

bug