I just had a nice call with Bruno, one of our developers. He added a small snippet in one of our plugins: I told him, he can omit the salesChannelId, because Shopware takes the current, if no is passed. He disagreed, so I dig down – and he is right! Deep down in the callContinue reading “Shopware: Configuration does NOT default to current sales channel!”
Tag Archives: config
Shopware: Caching on dev
Time to share the pain of today. We are running on ddev. Which is an awesome piece of technology, with an awesome person behind it: Randy Fay. Something is weird For a while I had a weird feeling, that something is odd. It was hard to debug some of our projects, but I didn’t findContinue reading “Shopware: Caching on dev”
Shopware 6: Default layout or why are nearly(!?) all categories 404-ing!?!
Did I tell you about this awesome, huge migration we just did? Sorry – still happy about it. But a little story during the migration, we copied the whole staging database to the production system, everything worked fine, then we migrated the data and a few things got fucked up and unfortunately we don’t knowContinue reading “Shopware 6: Default layout or why are nearly(!?) all categories 404-ing!?!”
Shopware 6: Get a configuration value in administration
How to get a configuration value on the backend? “Don’t call it backend!!!” Make an API call. And how do you do that? With a service!
MessengerPass::getServiceClass() must be of the type string, null returned
You are implement a scheduled task in Shopware 6 and get a weird error message? Then you maybe copied the classnames of your TaskHandler and/or Task with a \ prefix. This is wrong: This is correct: The difference? The id: I hope this helps someone 🙂
Shopware 6: Best Practice Configuration
Configuration Disable admin message consumer Disable auto update by shopware Send emails via queue More tweaks can be found in the shopware documentation To be continued…
Disable Auto Update for Shopware 6
You don’t want, that your shop owner updates Shopware? Shyim has you! And for easier copying, written down for you