sec/third-parties-js

Manage 3rd Party JS

Maintainers

Package info

github.com/stefan-eik-christiansen/SecThirdPartiesJs

Type:shopware-platform-plugin

pkg:composer/sec/third-parties-js

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.5 2026-07-26 14:35 UTC

This package is auto-updated.

Last update: 2026-07-26 14:37:45 UTC


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