What are the plugin configuration settings In every application, including Shopware 6 plugins, you work with variables. They are the backbone of your program and you get them in various ways – from POST and
Recently, while browsing the Shopware 6 official forum, I have encountered an interesting thread. One of the fellow developers was struggling with a task to change the default behavior of Shopware 6, so that if
There are many situations, when you might need to access the values, sent by POST or GET method to your Shopware store, for example when you send them from a javascript plugin. And although you
In this article, we will take a look at importing the images to products. In Shopware 6, the images are stored in a library, that is called simply “Media” and then assigned to the individual
In a previous article on how to assign categories to the products in Shopware 6, we have learned, how we can assign one or more categories to a product. But what if we need to
In Shopware 6, you can assign as many categories, as you want, to any product, independently of the category level. This is apparent in the Administration, but what if you need to assign the categories
This article is a continuation of my previous article Preventing events from triggering again (and again, and again..). Recently, I have found out, that the solution described there does not work in some cases. So
So you have created this awesome plugin, that you are so proud of. But for it to be perfect, you need to do some processes, when the plugin is being installed and activated. No problem,
I am not sure, if this article should be in the Shopware 6 basics or Tips, tricks and how to’s, because quite frankly, it is both. I consider the practices, that I will talk about,
So you have encountered an error on your Shopware 6 store and you are not sure, if it is caused by your plugin, a third party plugin or if it is caused by something else.