Shopware: Breadcrumb and Main Category

I’m a developer, therefore I’m living in the code and not the admin area of Shopware. I’m starting this post with this disclaimer, because So back to topic! Breadcrumb Shopware has a breadcrumb menu, which shows you where you are inside the category tree. The interesting question is, which category is used, if the productContinue reading “Shopware: Breadcrumb and Main Category”

Libreoffice, Protection and Conditional Formats

Besides being the CEO of Winkelwagen, I’m active in one or the other association. For one of them I created a LibreOffice document to fiddle myself through the german tax system for associations which are NOT tax exempt(!). Today I optimised once again the spreadsheet. One of the things I do is protecting all theContinue reading “Libreoffice, Protection and Conditional Formats”

TIL: PHPStorm Customize toolbar

Yesterday I updated PHPStorm to the newest ERP version 2024.2. Today I wanted to debug stuff and found the “Run to cursor” hidden behind three dots: I opened an issue with jetbrains, because it is shitty to hide the button I need. Two awesome things happen: Update: Run to Cursor as a line feature ThanksContinue reading “TIL: PHPStorm Customize toolbar”

xbar and bitbucket Pull Requests

If you are like me, “out of sight, out of mind” gets a whole new dimension. Therefore I want to have an overview about all the things I need to take care of. One thing which I often forget is code review of the pull requests. While looking through this I stumbled over xbar whichContinue reading “xbar and bitbucket Pull Requests”

Shopware: Show test environment

It feels a little thiefy, but from my point of view, is this too easy, brilliant and good to not conserve it from slack. And because he doesn’t want to, here we are. Thanks Melvin for hosting with us ? Melvin Achterhuis just post this: And added a screenshot, showing the shopware administration with aContinue reading “Shopware: Show test environment”

Shopware 6: Limit the admin dashboard search

Today I learned! One can limit the entities which are searched on the admin backend – which is cool, because we are running open search (the forked elasticsearch) on the instance and if one implements a new indexer to search in it, one might forget to implement an elastic search indexer as well. In ourContinue reading “Shopware 6: Limit the admin dashboard search”