Wolfgang Kremingerblog.kreminger.dev·Sep 18, 2023Unlocking Shopware 6 Secrets: Master Building Administration Plugin Assets Without Wrecking the Core!We are often phased with situations, where we actually have a hard time to figure out why certain things are suddenly broken just by running a simple command which is intended to be used to create for eg static build files. So was I while talking wit...Discuss·395 readsshopware6
Joschininja-army.hashnode.dev·Jul 16, 2023AI Demo Data Generator in ActionI saw this AI Demo Data Generator Plugin from Christian Dangl for Shopware 6 and I wanted to see it in action. There are a couple of reasons why you could need some real products even in a demo shop. So let's have a look at it! How to get started? Ch...Discuss·164 readsOpen Source
Joschininja-army.hashnode.dev·Jul 13, 2023How to add Font Awesome to your Shopware 6 Theme locallyShopware comes with a good amount of icons. You also can add custom icons to your Shopware theme. This is possible but what if we just want to add the Font Awesome Icons? Do we really need more icons? Take a look at all the icons that come with your ...Discuss·74 readsWeMakeDevs
Joschininja-army.hashnode.dev·Jun 8, 2023Shopware CMS-Guide - BugfixBy chance, I came across a post in the forum that mentioned a bug in Shopware 6.5. This post mentioned the guides about the CMS-Block and the CMS-Elements I wrote a while ago. To keep it short, there is no bug in Shopware 6.5 - There was a bug in my ...Discuss·347 readsShopware 6 CMS - Creating Shopping Experiences Elementsshopware6
Joschininja-army.hashnode.dev·May 31, 2023Shopware Community Dev Day 2023There was a Shopware Community Day this year again! I already was part of the Community Day last year, but this year Shopware had a different approach. There was a day for developers and one for merchants. Let's take a look at the dev day! Shopware C...Discuss·58 readsshopware6
Joschininja-army.hashnode.dev·Apr 3, 2023Extending CMS FAQ - Shopware 6In our Shopware CMS-Bundle we created the base of a single FAQ-Element last time. Now we want to add styling to it and do the front end. Maybe you already saw a couple of FAQs and they looked like this: or like this: Let's extend our element so we ...Discuss·163 readsshopware6
Joschininja-army.hashnode.dev·Mar 20, 2023CMS Single FAQ - Shopware 6We already took a look at how to create a CMS-Block. After that, we also looked into creating a CMS-Element. Then we started our CMS-Base Bundle. It's time to add the second element to it. The first element was a simple button and now we want to stic...Discuss·405 readsShopware 6 CMS - Creating Shopping Experiences Elementsshopware6
Joschininja-army.hashnode.dev·Mar 13, 2023Shopware 6 - CMS Base ElementsLet's create a CMS-Bundle for Shopware 6! We will create more and more basic elements for the bundle. We already started a CMS-Element with basic functionality and we also created our block category. Let's now add those two together and add a bit mor...Discuss·306 readsShopware 6 CMS - Creating Shopping Experiences Elementsshopware6
Joschininja-army.hashnode.dev·Mar 4, 2023Format on Save - How to debug errors you didn't makeFormat on save is one of your most liked features on VSCode? It's pretty cool you just hit save and all the formatting is done for you. You can write your code, however, the f*ck you want and VSCode is doing everything for you. It's amazing but only ...DiscussDebuggingFeb
Joschininja-army.hashnode.dev·Feb 28, 2023How to use snippet in Plugin Config - Shopware 6If you create a plugin or an app you want to use it in multiple languages right? Maybe you remember our app to change the copyright. Let's adjust the configuration so it works with English and german. You can find the whole code on GitHub. The Docs T...Discuss·267 readsshopware6