Huy Trươngfor<?php HuyTruong ?>huytdq94.hashnode.net·Jun 6, 2022Flow Builder - How to create a flow with migrationLet's say you're building a plugin and, want to support flow builder by creating some default flows which would appear on the flow list after installing your plugin. Inserting your custom flow by migration is the only way to do it, let's assume I nee...Discuss·4 likes·104 readsmigration
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·Aug 24, 2022Open - Authentic - Visionary - ShopwareWhich company or start-up inspires you the most and why? That's a good question and I had to think about it a lot! At the beginning I was thinking about the big tech companies like Tesla, Apple, Google, Microsoft and so on. Then I was thinking of to...Discuss·137 reads4articles4weeks
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·Sep 9, 2022Shopware 6: CMS-Elements hidden optionsFirst of all, a big thanks to Shopware for providing us with a documentation! It's very hard to keep the documentation up to date, especially when the product is always evolving. I think they are doing a pretty good job! You think the documentation i...Discuss·234 readsShopware 6 CMS - Creating Shopping Experiences Elements4articles4weeks
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·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·27 readsshopware6
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·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·93 readsShopware 6 CMS - Creating Shopping Experiences Elementsshopware6
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·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 ...Discuss·34 readsDebuggingFeb
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·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·97 readsshopware6
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·Feb 13, 2023The best community is blue 💙 - ShopwareI already wrote a post about how I fell in love with Shopware. For me, Shopware has still the best events, the most lovely people and the best community. This year will not be different! Open Source Shopware is open source and that's one of the reaso...Discuss·87 readsshopware
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·Feb 10, 2023How to Override Shopware 6 CMS-Blocks defaultConfig: A Step-by-Step GuideShopware 6 is a powerful and open-source e-commerce platform that provides businesses with a variety of tools and features to build and manage their online store. One of these features is the CMS-Blocks functionality, which allows you to add custom c...Discuss·201 readsShopware 6 CMS - Creating Shopping Experiences Elementsshopware6
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·Jan 4, 2023Shopware 6 - Writing a simple appIf you want to create a Shopware 6 Shop you have two options: Host the shop your self Shopware 6 Cloud Hosting Now if you have a cloud shop you actually only can use Shopware Apps. Today we will build a small frontend Shopware 6 App. We will build...Discuss·63 readsshopware6
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·Jan 2, 2023Creating a block category in Shopware 6Creating CMS-Elements and CMS-Blocks in Shopware is very useful. We can do custom designs and adjust the Shopware Core to our needs. If we create a bunch of elements it gets confusing very fast. That's when creating your own block categories can help...Discuss·154 readsShopware 6 CMS - Creating Shopping Experiences Elementsshopware6
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·Dec 30, 2022Dev Retro 2022 - How I fell in love with ShopwareIn this blog post, I want to share my developer journey in 2022 with you. This year happened a lot. I went to my first developer event. I found new friends and had a lot of fun. The learnings I had this year also were huge. Let's take a look at it! T...Discuss·27 reads#DevRetro2022
JoschiforNinja Army (Joschi)ninja-army.hashnode.net·Nov 12, 2022Shopware Custom Fields - Plugin vs. AppYou can do a lot with custom fields in shopware right? Custom fields are pretty easy to use and allow us to do many things. There are actually at least 3 ways to create custom fields: Custom Fields via Plugin Custom Fields via App Custom Fields via ...Discuss·119 readsshopware