Explore the importance of UUIDs in Shopware 6. Learn how to generate and work with UUIDs efficiently. Enhance data integrity and system scalability.
In this article, we will create a sample plugin for Shopware 6, that will serve as a groundwork for us to use, whenever we need to create a new plugin. First, we will create a
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,
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.