Max

Results 20 issues of Max

### 1. Why is this change necessary? Currently there are a duplicated constants, and when developing I was unsure which ones to use. ### 2. What does this change do,...

Area: Services & Settings

### PHP Version 8.3 ### Shopware Version 6.4 -> 6.5 ### Plugin Version main ### Actual behaviour ```diff +use Namespace\Of\TheFile\Shopware\Core\Checkout\Cart\AbstractCartPersister; -class CartPersister implements CartPersisterInterface +class CartPersister extends AbstractCartPersister { -...

### Please describe the feature you would like to see implemented. The Shopware setup is shared between the two Docker image flavours and should always be the same. So we...

### 1. Why is this change necessary? Currently when one is enabling the "Configure filterable product properties" in the product listing element, and only enable a few filters: ![image](https://github.com/shopware/shopware/assets/6317761/35dce860-fd11-488d-b594-01e00a736f89) And...

Area: Inventory Management

While implementing https://github.com/b0o/zfzf/pull/8 I noticed that when I am on `main` (I used v0.2.0 previously), the content of `$LBUFFER` is not considered anymore. So when I have: `❯ less `...

### 1. Why is this change necessary? Currently it is not possible to select a variant on the product detail page ### 2. What does this change do, exactly? Add...

Area: Inventory Management

### 1. Why is this change necessary? Currently when one removes the first product from the wishlist, all icons which are defined in the box, are removed as well: ![image](https://github.com/shopware/shopware/assets/6317761/5f731e13-0c54-4c90-83eb-8a0ab5e07f30)...

Area: Storefront

### 1. Why is this change necessary? Currently a case insensitive validation of the VAT IDs is used. According to the German Wikipedia this is not correct: > Umsatzsteuer-Identifikationsnummern beginnen...

Area: Checkout & Fulfilment

### 1. Why is this change necessary? https://forum.shopware.com/t/admin-loescht-aus-preis-punkt-komma-waehrend-der-eingabe/98446 If this is accepted in this way, I will also look into the tests of the deprecated number field component. ### 2....

Area: Administration

### 1. Why is this change necessary? While working on the tests for https://github.com/shopware/shopware/pull/3677 I noticed that the `admin:unit:watch` command was running into many errors. This was due to the...

Area: Administration