sec / third-parties-js
Manage 3rd Party JS
Package info
github.com/stefan-eik-christiansen/SecThirdPartiesJs
Type:shopware-platform-plugin
pkg:composer/sec/third-parties-js
1.0.5
2026-07-26 14:35 UTC
Requires
- shopware/core: ~6.6.0
README
Easily include Javascript from third parties in your Shopware storefront. You decide where each is rendered ... homepage, categories ... just where it is required and wanted.
Behaviour
- Find the plugin's settings in Settings / My Extensions.
- Add new script by script tag ( e.g. GA4 ) or in vanilla js.
- Define the loading by defer, async or synchronously.
- Optionally, allow the script to render only after cookie consent.
Requirements
Shopware 6.6.10 or newer within the 6.6 release line.
Installation
bin/console plugin:refresh bin/console plugin:install --activate SecThirdPartiesJs bin/console cache:clear bin/build-administration.sh
License
MIT