Shopware 5: Empty snippet file

In DatabaseWriter.php line 75:You called write() but provided no data to be written This error occurs, when your snippet file does not contain snippets. In my case my file is living in src/Resources/snippets/plugins/backend/plugin.ini and looked like this: Which doesn’t look empty, but is ? I changed the file to this: But if you don’t needContinue reading “Shopware 5: Empty snippet file”

Why I think you can’t overwrite translations in SW6

I’m building a Shopware 6 shop and we implement a custom theme for our customer. To change the HTML structure we change templates, which is fine, but from time to time we only want to replace a translation, so I tried it. Use your own translation and “just do it” Shopware 6 has a goodContinue reading “Why I think you can’t overwrite translations in SW6”