Lorenzo Ruozzi

Results 33 issues of Lorenzo Ruozzi

| Q | A | |-----------------|--------------------------------------------------------------| | Branch? | master | | Bug fix? | no | | New feature? | no | | BC breaks? | no | |...

Shop
API

PHPStan provides different rule levels: https://phpstan.org/user-guide/rule-levels. Each of these levels increases the strictness of code checks. Actually, [Sylius uses the level 1](https://github.com/Sylius/Sylius/blob/9b4b186f69ecce9cb6acefecc0f82eee72016e7c/phpstan.neon.dist#L5). This is a good starting point but for...

DX
Maintenance

This plugin does not support PHP 8.0. https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/51a2b1edc280bfcfa6f206a98a38163a6500cd4a/composer.json#L8

The AddProductsToCartHandler will try to add to the cart all items, even if they are not selected. This will cause an error flash message because the quantities of not selected...

The AddProductsToCartHandler checks only if the variant is in stock, but this is not always sufficient. For this purpose, Sylius gives a service the AvailabilityCheckerInterface. This should be used in...

Hi @stefandoorn! IMHO using the LocaleContext in a CLI context is not always a good choice. It will pick the locale code from the default _locale_ parameter. Our use case...

By the v1.8 of Sylius, the SyliusAdminBundle routes prefix can be modified thanks to the use of an environment variable (https://github.com/Sylius/SyliusAdminBundle/commit/eb93fc1c570a2c4642860eb439e6e2c22781dc33). However, this is possible as long as you don't...

| Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.12 | | Bug fix? | no | | New feature? | no | | BC breaks? | no | |...

Maintenance
Admin
API
Docker

**Sylius version affected**: 1.12 **Description** The error is due to the concurrency generated by some payment systems which uses both E2E request and S2S request to send payment details. See...