Manage JavaScript and CSS/SCSS snippets per sales channel and page—right from the Shopware admin.
Managing custom frontend scripts in Shopware can be a challenge—especially when you want to avoid editing theme files directly. That’s why I created the JavaScript and CSS Injector for Shopware 6, a plugin that gives you full control over your code snippets directly from the admin interface. No more theme overrides or plugin clutter—just clean, centralized management.
composer require swcommerce/javascript-css-injector
bin/console plugin:refresh
bin/console plugin:install -a SwCommerceJavascriptCSSInjector
This plugin is ideal for developers, marketers, and merchants who need flexibility in customizing the storefront without relying on theme deployments or risking frontend regressions. Whether you're adding tracking scripts, promotional banners, or styling tweaks, this tool makes it fast, safe, and scalable.
It can also fully replace a slow-loading GTM setup by directly injecting the same code in a much faster, more controlled way—perfect for improving Core Web Vitals and keeping performance under control.
Start injecting smarter—no theme overrides required.
🔗 View source code on GitHub: sw-commerce/javascript-css-injector