
Is there a documentation regarding the Shopware 6 Themes, like a Getting Started guide?
Looking for something similar to the Shopware 5 Themes docs: https://developers.shopware.com/designers-guide/theme-startup-guide/
Maybe I'm missing something, but the closest I could find is the Storefront component: https://docs.shopware.com/en/shopware-platform-dev-en/internals/storefront
However the Theming bullet point is not yet linking to anything.
Is the Theming engine not yet finalized? Will it actually be available in mid-July when the Shopware 6.0 Early Access edition is released?
1 Answer
-
Patrick Stahl ModeratorComments: 499 Received thanks: 212 Member since: August 2011
Thanked by 1dev_ht - Accepted Answer
Answers
Hey @dev_ht,

the Theme system is not yet fully implemented and therefore there's no guide available yet.
It is expected to be finished by the middle or end of july and a guide will follow up shortly then.
Kind regards,
Patrick Stahl
Take a look: https://docs.shopware.com/en/shopware-platform-dev-en/internals/plugins/plugin-themes?category=shopware-platform-dev-en/internals/plugins
Thanks
I have already checked that link but with that, one can only make Js, CSS and some other changes.
But I want to be able to extend and change the default Twig Shopware Storefront template in my theme as it was explained in the Shopware 5 Getting Started templating tutorial.
@Sigala
You can find some details on how to change/extend the templates in Shopware 6 over here:
https://docs.shopware.com/en/shopware-platform-dev-en/getting-started/indepth-guide-bundle/storefront?category=shopware-platform-dev-en/getting-started/indepth-guide-bundle#editing-the-detail-template
When could we get a guid and a documentation for the Theme System?
Hey @badiiboukalane,

what exactly are you missing?
I'll just append some links to tutorials and guides about the Shopware 6 theme system:
- Storefront Themes
- Storefront Plugins
- HowTo: Adding custom data to the Storefront
- HowTo: Writing your own Storefront javascript plugin
- HowTo: Extending an existing javascript plugin
- HowTo: Extending a Storefront Twig Block
- HowTo: Using custom CSS and JS in the Storefront
If there's still something missing, feel free to message me about it, so we can actually add everything that's still missing.
Kind regards
Patrick
Hi,
it just took me 1 hour to find this out... consider adding this step to the docs:
After running
you have to run
Otherwise the plugin can't be activated