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
Normally, we use repositories in Shopware 6 to read and write data from or to the database. In 99% of cases, this is the best way to do it. However, as I know from experience,
What are custom fields in Shopware 6? Custom fields are a Shopware 6 feature, that allows us to extend various entities like customers, products or categories, very easily. And by extending I mean storing and
What are the repositories in Shopware 6? To put it very simply: repositories = database tables in Shopware 6. Of course it is not that simple, but for the most part, it is the truth.