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