Hello
I have tried to upload a theme to the Merchant area of my Shopware account. After some support from Shopware, the issue is:
*The zipped folder needs the exact same name as the technical name of your app. The name of the folder was different. *
The theme is created in the Terminal with: bin/console theme:create
(I want the theme to be „… derived from the Shopware default theme“)
In the composer.json (inside custom/plugin/MyTestTheme) the value for the name is: "name": "swag/theme-skeleton"
Is this „the technical name“? What shall the name be changed to? Can I put anything I like there?
In the theme.json the value for the name is: "name": "MyTestTheme"
The folder name is MyTestTheme and therefor the zip file is MyTestTheme.zip
Hi @Max_Shop
Yes, I’m on a Mac but are already using Keka for zipping.
There is no problem installing (and using) the theme on a local installation of SW. The issue it that when I try to upload it to my Shopware Account (Manufacturer area). During the automatic code review, I get an error. And, according to SW Support, it is because of the Technical name".
Thanks @Max_Shop
I was thinking about something like this. Have search the whole Internet ( ) but can not find how to split the name - with a developer signatur. Found a few examples, but none explains „why“.
Well, I have to ask SW support for more information…