Marc Siegrist
Marc Siegrist
### Plugin version 0.12.0-alpha.5 ### Sylius version 1.12.10 ### What happened? When a product is added to a cart via API (POST /api/v2/shop/orders/[TOKEN]/items) a new gift card with the value...
**Sylius version affected**: 6.3.x **Description** During creation of a product, if there are problems with the filled out form and there have been product images added, the images will disappear...
**Sylius version affected**: 1.12.12 **Description** When fetching products via the product repository's **findByTaxon** method, the product only has the one matched product taxon populated in the product's "ProductTaxons" collection. This...
When importing multiple products with the same name, the slug generator generates duplicate product slugs, which causes a unique constraint violation to trigger: `SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry...
It would be nice if the import command gave a reason as to why the import of a row was skipped, instead of just silently failing and leaving the user...
### Description The following commit changed the method signature of multiple **SearchClient** methods, causing existing implementations to break when updating to algoliasearch-client-php v4.10.0 or higher: https://github.com/algolia/algoliasearch-client-php/commit/50bc69c75c379f5fb626ac014b9a340d469987b5#diff-54160c7bd8737a7321b4384faa37eda8798b45865a44cab860fb736b08a60057R2945-R2962 Since the commit adds...