GPSR Product Safety Regulation Professional

401 downloads
Required to implement the GPSR Product Safety Regulation: Manufacturer information, responsible person in the EU, product type, warnings and product safety on the detail page.
Monthly
€9.90* / month
Cancelable monthly
Annual
16.67% discount
€8.25 / month
€118.80* €99.00* / year
after first year €118.80* / year

Technical Information

Category Special features, Storefront
Created At August 22, 2024
Last Updated June 13, 2026
Languages de_DE, en_GB
Keywords GPSR, manufacturer, Import, Export, PDF
Technical name AcrisGpsr

Highlights

  • Display of legally required GPSR information
  • Manage GPSR information flexibly by product, manufacturer or based on rules
  • Flexible presentation of GPSR information on the product page

Features

  • Expansion of manufacturer management to include GPSR-relevant details such as manufacturer name, address and email address
  • Option to maintain details of a designated person in the EU, including name, address and email address, for the manufacturer
  • Expansion of product management to include GPSR information directly on the product, such as product type, manufacturer details, and warning and safety instructions
  • Centralised management and automatic assignment of GPSR data via dynamic product groups and Rule Builder rules
  • Option to display manufacturer information in a modal window instead of the standard manufacturer link
  • Optional ‘Report a problem’ feature for direct contact with the shop operator

Purpose of the plugin

The EU General Product Safety Regulation (GPSR) requires retailers to provide certain safety-related information directly within a product’s online listing. This includes details of the manufacturer, the responsible person in the EU, as well as warnings and safety instructions.

The GPSR Product Safety Regulation plugin extends Shopware with the necessary functions to easily manage this information and display it in the shop in compliance with the law.

Flexible management of GPSR information
The required GPSR details can be maintained in various places within the shop. Information can be stored directly with the product, with the manufacturer, or centrally via dynamic product groups and Rule Builder rules. This allows GPSR data to be maintained either individually for each product or managed centrally for several products at once. The information is displayed automatically based on a priority logic. Central rule definitions are considered first, followed by product-specific details and, finally, manufacturer information. 

Advanced Manufacturer Management

The plugin extends the manufacturer management in Shopware with additional fields for GPSR-relevant details. Retailers can enter the following information there, amongst other things:
  1. Name or brand of the manufacturer
  2. Full postal address
  3. Electronic contact details such as email address or website

If the manufacturer is based outside the EU, a responsible person within the European Union may also be designated. This information is automatically displayed on the relevant product pages, provided that no more specific information has been defined at product level.

Advanced product management
In addition to manufacturer details, product-specific safety information can also be maintained. This includes, in particular:

  1. Product type
  2. Warnings and safety instructions
  3. Important additional information
  4. Supporting documents such as PDF files or images

Display in the shop
The display of GPSR information on the product detail page can be flexibly configured. The content can, for example, be displayed in a dedicated GPSR tab, in a separate tab or within the product description.

Installation

  • Open the Plugin Manager via Settings > System > Plugins
  • Upload, install and activate the plugin

Plugin configuration

Extensions > My Extensions > GPSR Product Safety Regulation

GPSR Texts and Headings
You can use the GPSR snippets to customise headings and labels for display in the shop. These include, for example:

  1. Product manufacturer title
  2. Product type title
  3. Title for warnings
  4. Title for safety instructions
  5. Title for important product information
  6. Title for uploaded documents

Display settings
The display of GPSR information in the shop can be flexibly customised. Various display options can be defined for manufacturer and product information.

The information can, for example,

  1. be displayed within the product description
  2. in a dedicated GPSR tab

  3. or in a separate tab

Manufacturer management

Catalogues > Manufacturers
The following details, amongst others, can be entered here:

  1. Manufacturer’s name or brand name
  2. Full postal address
  3. Electronic contact details such as email address or website
If the manufacturer is based outside the EU, a responsible person within the European Union can also be specified.

Product Management

Catalogues > Products > Open Product
mThe following details, amongst others, can be added here:

  1. Product type and product identifiers
  2. Manufacturer information
  3. Alternative manufacturer
  4. Responsible person (EU)
  5. Warning notice
  6. Safety notice
  7. Important additional information
  8. Documents such as safety information or operating instructions

This information takes precedence over GPSR details provided by the manufacturer.

Central Management

Settings > Extensions > My Extensions > GPSR Product Safety Regulation
Here, central rules can be defined to automatically assign GPSR details – e.g. by manufacturer or product category. This method allows for efficient and consistent maintenance and has the highest priority

Note: After creating or modifying GPSR entries, the Shopware cache must be cleared so that the changes are visible in the frontend.

Videos

Frequently Asked Questions

The plugin saves the GPSR information on the additional fields on the product. Here is an example call of the Sync API on the product:

{
    "key": "write",
    "action": "upsert",
    "entity": "product",
    "payload": [
        {
            "id": "2a88d9b59d474c7e869d8071649be43c",
            "customFields": {
                "acris_gpsr_product_type": "Product type and product identifiers",
                "acris_gpsr_product_manufacturer": "Manufacturer information",
                "acris_gpsr_product_contact": "Responsible person (EU)",
                "acris_gpsr_product_hint_warning": "Warning note",
                "acris_gpsr_product_hint_safety": "Safety note",
                "acris_gpsr_product_hint_information": "Important information"
            },
            "acrisGpsrDownloads": [
                {
                    "mediaId": "0198552916a47a52a355375995611bdb",
                    "gpsrType": "warning_note"
                },
                {
                    "mediaId": "0198552916a47a52a355375995611bdb",
                    "gpsrType": "security_note"
                },
                {
                    "mediaId": "0198552916a47a52a355375995611bdb",
                    "gpsrType": "important_info"
                }
            ]
        }
    ]
}
The documents are contained in the `acrisGpsrDownloads` node. The 3 types of documents are "warning_note," "security_note," and "important_info." The media files must already be uploaded to the shopware media system at the time of the call, and the UUID must be known.

Version Date Compatibility Changelog
3.3.0 6 May 2026 >=6.7.0.0 <6.8.0.0
  • - Dynamic product group fields in the admin are no longer required.
  • - If no dynamic product group is assigned, the GPSR entry applies to all products.
  • - Updated help text for dynamic product group fields in all languages.
3.2.1 5 May 2026 >=6.7.0.0 <6.8.0.0
  • - Fixed missing PHP import, null dereference, and type hint issues.
  • - Fixed missing rel attributes on external links and WYSIWYG sanitization.
  • - Added Slovenian (sl-SI) and Slovak (sk-SK) translations.
3.2.0 1 April 2026 >=6.7.0.0 <6.8.0.0
  • - Added new plugin configuration to change the priority of loading GPSR information.
3.1.7 12 January 2026 >=6.7.0.0 <6.8.0.0
  • - Code optimizations.
3.1.6 18 November 2025 >=6.7.0.0 <6.8.0.0
  • - Optimized admin.
3.1.5 13 October 2025 >=6.7.0.0 <6.8.0.0
  • - A bug in the "Link behavior of the brand" select field has been fixed.
3.1.4 9 September 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
3.1.3 5 September 2025 >=6.7.0.0 <6.8.0.0
  • - Improved dropdown styling.
  • - Code optimizations.
3.1.2 27 August 2025 >=6.7.0.0 <6.8.0.0
  • - Adds versionId for manufacturer association.
3.1.1 30 July 2025 >=6.7.0.0 <6.8.0.0
  • - Fixed icon compatibility with other plugins.
3.1.0 28 July 2025 >=6.7.0.0 <6.8.0.0
  • - Add possiblity to show alternative manufacturer in product view.
3.0.6 11 July 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
3.0.5 3 July 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
3.0.4 2 June 2025 >=6.7.0.0 <6.8.0.0
  • - Optimization of the fallback mechanism when custom fields on the product are filled with empty text.
3.0.3 21 May 2025 >=6.7.0.0 <6.8.0.0
  • - Deprecated hash class has been removed.
3.0.2 19 May 2025 >=6.7.0.0 <6.8.0.0
  • - Optimised caching functionality.
3.0.1 15 May 2025 >=6.7.0.0 <6.8.0.0
  • - GPSR information is now also loaded for Shopware product exports for additional sales channels and is available in the product data under product.extensions.acrisGpsr.
3.0.0 10 May 2025 >=6.7.0.0 <6.8.0.0
  • - Compatibility with Shopware 6.7.
  • - Support for the following languages: de-DE, en-GB, nl-NL, fr-FR, es-ES, fi-FI, nn-NO, sv-SE, cs-CZ, pt-PT, tr-TR, da-DK, it-IT, pl-PL, bs-BA
2.15.5 10 February 2026 >=6.6.0.0 <6.7.0.0
  • - Fixed an issue that the product properties were not loaded.
2.15.4 13 January 2026 >=6.6.0.0 <6.7.0.0
  • - FIxes an issue with updating SEO URLs on products.
2.15.3 31 October 2025 >=6.6.0.0 <6.7.0.0
  • - Improves plugin compatibility.
2.15.2 5 September 2025 >=6.6.0.0 <6.7.0.0
  • - Improved dropdown styling.
2.15.1 27 August 2025 >=6.6.0.0 <6.7.0.0
  • - Adds versionId for manufacturer association.
2.15.0 28 July 2025 >=6.6.0.0 <6.7.0.0
  • - Add possiblity to show alternative manufacturer in product view.
2.14.11 2 June 2025 >=6.6.0.0 <6.7.0.0
  • - Optimization of the fallback mechanism when custom fields on the product are filled with empty text.
2.14.10 21 May 2025 >=6.6.0.0 <6.7.0.0
  • - Deprecated hash class has been removed.
2.14.9 15 May 2025 >=6.6.0.0 < 6.7.0.0
  • - GPSR information is now also loaded for Shopware product exports for additional sales channels and is available in the product data under product.extensions.acrisGpsr.
2.14.8 24 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Code optimizations.
2.14.7 24 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with ACRIS Manufacturer plugin.
2.14.6 19 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Code optimizations.
2.14.5 18 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Code optimizations.
2.14.4 18 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility of the admin view with Shopware 6.6.10.0.
2.14.3 18 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixed an issue where data wasn't properly removed when uninstalling the plugin.
2.14.2 28 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixes an issue with not being able to uninstall the plugin.
2.14.1 17 February 2025 >=6.6.0.0 < 6.7.0.0
  • - JTL WaWi compatibility improved.
2.14.0 14 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Improves plugin compatibility.
  • - Adds new custom fields for ERP.
  • - Adds new plugin configuration for using the GPSR data imported by ERP.
2.13.5 4 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixes broken info text display in the plugin configuration.
2.13.4 3 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixed an inheritance issue with the product tab title in admin.
2.13.3 31 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Added default values for config.
2.13.2 28 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Bugfix fixed product tab title in admin.
2.13.1 27 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Bugfix fixed product tab title in admin.
2.13.0 23 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Added configuration for set and show/hide GPSR Product Type;Product Warning Note,Product Safety Note,Product Important infomration.
2.12.0 21 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Added configuration for display gpsr information at product in admin.
2.11.3 16 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixed the inheritance of GPSR fields on the admin product detail page.
2.11.2 16 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Bugfix fixed SEO url change.
2.11.1 13 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Adds validation for the manufacturer Shopware link field of the "ACRIS GPSR: Manufacturer" import / export profile.
2.11.0 13 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Adds new "ACRIS GPSR: Manufacturer" import / export profile.
2.10.0 9 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Added telephone link and email link.
2.9.1 19 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Bugfix fixed product GPSR fileds inheritance.
2.9.0 5 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Adds new "ACRIS GPSR: Product" import / export profile.
2.8.1 5 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Bugfix fixed missing column error
  • - Bugfix fixed tab error
2.8.0 4 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Added configuration to show document as list.
  • - Added configuration to show and set document title.
2.7.3 27 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Bugfix removed unnecessary columns.
2.7.2 21 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Bugfix fixed edit close title for a file in admin.
  • - Bugfix fixed compatibility with AcrisProductDownload.
2.7.1 18 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Bugfix fixed to show tab when content is empty for notes/warning.
2.7.0 14 November 2024 >=6.6.0.0 < 6.7.0.0
  • - It is now possible to import a manufacturer.
2.6.1 13 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Added check if custom filed exits during install.
2.6.0 12 November 2024 >=6.6.0.0 < 6.7.0.0
  • - It is possible now to add a file name which should be shown on the frontend.
2.5.2 11 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimization of the modal window integration.
2.5.1 11 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Linked files are no longer downloaded immediately in the storefront, but are opened in a new tab.
  • - For linked files, the file name is now displayed in the storefront without an additional parameter.
  • - The GPSR document upload in the admin has been removed from the manufacturer again.
  • - Fixes an issue where the responsible person could not be opened in the GPSR module in the admin.
2.5.0 8 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Added option to upload documents for GPSR information.
2.4.1 6 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed hiding GPSR information in mobile views.
  • - A heading is now displayed for the product type.
2.4.0 6 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Allows GPSR information specified on the manufacturer or product to be hidden via the plugin settings.
  • - Fixes a problem where tabs were displayed twice if the display was configured in a separate GPSR tab.
  • - Allows you to configure the display position of the GPSR tab.
2.3.8 4 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed offcanvas GPSR content not scrollable on mobile viewports.
2.3.7 31 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with plugins on product pages does not allow a preselected variant.
  • - Fixes a problem when opening variants in the administration.
2.3.6 24 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixes a problem when loading GPSR information for products and manufacturers from the shop default language as fallback if no content was specified for the respective language.
2.3.5 22 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixes a possible problem when loading the GPSR information from the manufacturer in Admin.
2.3.4 7 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed issue when creating new manufacturer in administration.
2.3.3 4 October 2024 >=6.6.0.0 < 6.7.0.0
  • - New options for configuring GPRS information in tabs
2.3.2 4 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Improved tab content layout in Storefront.
2.3.1 4 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed manufacturer data not saving in administration.
2.3.0 3 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Added display settings for GPSR loaded from manufacturers and products in plugin configuration.
2.2.1 12 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixes a possible problem if custom fields are not filled
  • - Layout of the warning/safety instructions is adopted in the GPSR tab
  • - Twig blocks have been added
2.2.0 11 September 2024 >=6.6.0.0 < 6.7.0.0
  • - New setting to display the GPSR information (manufacturer, responsible person, warning/safety notes) all in one tab
2.1.1 10 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Code optimizations in the administration and in the storefront
  • - Caching has been implemented
2.1.0 6 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Manufacturer link behavior has been implemented
  • - Optimization of the administration
1.11.4 7 May 2026 >=6.5.0.0 <6.6.0.0
  • - Bugfix: Fixed disabled purchase price field in administration.
1.11.3 7 May 2026 >=6.5.0.0 <6.6.0.0
  • - Bugfix: Fixed JS error in product detail GPSR view.
1.11.2 21 May 2025 >=6.5.0.0 <6.6.0.0
  • - Bugfix fixed product tab title in admin.
1.11.1 25 February 2025 >=6.5.0.0 <6.6.0.0
  • - Bugfix fixed SEO url change
1.11.0 14 February 2025 >=6.5.0.0 <6.6.0.0
  • - Improves plugin compatibility.
  • - Adds new custom fields for ERP.
  • - Adds new plugin configuration for using the GPSR data imported by ERP.
1.10.0 15 January 2025 >=6.5.0.0 <6.6.0.0
  • - Added configuration for display gpsr information at product in admin.
1.9.1 9 January 2025 >=6.5.0.0 <6.6.0.0
  • - Bugfix fixed gpsr manufacturer url link.
1.9.0 9 January 2025 >=6.5.0.0 <6.6.0.0
  • - Added telephone link and email link.
1.8.2 19 December 2024 >=6.5.0.0 <6.6.0.0
  • - Bugfix fixed product GPSR fileds inheritance.
1.8.1 5 December 2024 >=6.5.0.0 <6.6.0.0
  • - Bugfix fixed missing column error
  • - Bugfix fixed tab error
1.8.0 4 December 2024 >=6.5.0.0 <6.6.0.0
  • - Added configuration to show document as list.
  • - Added configuration to show and set document title.
1.7.3 2 December 2024 >=6.5.0.0 <6.6.0.0
  • - Bugfix fixed edit close title for a file in admin.
  • - Bugfix fixed compatibility with AcrisProductDownload.
1.7.2 27 November 2024 >=6.5.0.0 <6.6.0.0
  • - Bugfix removed unnecessary columns.
1.7.1 18 November 2024 >=6.5.0.0 <6.6.0.0
  • - Bugfix fixed to show tab when content is empty for notes/warning.
1.7.0 14 November 2024 >=6.5.0.0 <6.6.0.0
  • - It is now possible to import a manufacturer.
1.6.0 12 November 2024 >=6.5.0.0 <6.6.0.0
  • - It is possible now to add a file name which should be shown on the frontend.
1.5.2 11 November 2024 >=6.5.0.0 <6.6.0.0
  • - Optimization of the modal window integration.
1.5.1 11 November 2024 >=6.5.0.0 <6.6.0.0
  • - Linked files are no longer downloaded immediately in the storefront, but are opened in a new tab.
  • - For linked files, the file name is now displayed in the storefront without an additional parameter.
  • - The GPSR document upload in the admin has been removed from the manufacturer again.
1.5.0 8 November 2024 >=6.5.0.0 <6.6.0.0
  • - Added option to upload documents for GPSR information.
1.4.4 6 November 2024 >=6.5.0.0 <6.6.0.0
  • - Fixed hiding GPSR information in mobile views.
  • - A heading is now displayed for the product type.
1.4.3 6 November 2024 >=6.5.0.0 <6.6.0.0
  • - Fixes a possible problem of a double tab display.
1.4.2 6 November 2024 >=6.5.0.0 <6.6.0.0
  • - Fixes a problem where the first tab was not labelled as active.
  • - Allows GPSR information specified on the manufacturer or product to be hidden via the plugin settings.
1.4.1 6 November 2024 >=6.5.0.0 <6.6.0.0
  • - Fixes a problem with the display of duplicate tabs when ‘Own tab’ was selected for the content display.
1.4.0 6 November 2024 >=6.5.0.0 <6.6.0.0
  • - Fixes a problem where tabs were displayed twice if the display was configured in a separate GPSR tab.
  • - Allows you to configure the display position of the GPSR tab.
1.3.4 4 November 2024 >=6.5.0.0 <6.6.0.0
  • - Fixed offcanvas GPSR content not scrollable on mobile viewports.
1.3.3 31 October 2024 >=6.5.0.0 <6.6.0.0
  • - Improved compatibility with plugins on product pages does not allow a preselected variant.
  • - Fixes a problem when opening variants in the administration.
1.3.2 24 October 2024 >=6.5.0.0 <6.6.0.0
  • - Fixes a problem when loading GPSR information for products and manufacturers from the shop default language as fallback if no content was specified for the respective language.
1.3.1 22 October 2024 >=6.5.0.0 <6.6.0.0
  • - Fixes a possible problem when loading the GPSR information from the manufacturer in Admin.
1.3.0 4 October 2024 >=6.5.0.0 <6.6.0.0
  • - New options for configuring GPRS information in tabs.
1.2.1 4 October 2024 >=6.5.0.0 <6.6.0.0
  • - Improved tab content layout in Storefront.
  • - Fixed manufacturer data not saving in administration.
1.2.0 3 October 2024 >=6.5.0.0 <6.6.0.0
  • - Added display settings for GPSR loaded from manufacturers and products in plugin configuration.
1.1.0 12 September 2024 >=6.5.0.0 <6.6.0.0
  • - Compatibility with Shopware 6.5.
1.0.0 5 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Release
Bewertungen

Average rating of 5 out of 5 stars

11 reviews

11
0
0
0
0

Tolles Plugin mit zuvorkommendem Support

Review with rating of 5 out of 5 stars

· 28 May 2026

Mithilfe dieses Plugins konnten wir die GPSR-Vorgaben relativ unkompliziert bei all unseren Artikeln nachpflegen. Dafür wurde das Plugin sogar zweimal überarbeitet, damit es optimal zu unserem Use Case passt.

Nochmals vielen lieben Dank dafür!
Wir können das Plugin definitiv weiterempfehlen.

Macht exakt, was es soll. Blitzartiger Support. Einfach klasse!

Review with rating of 5 out of 5 stars

· 24 June 2025

-

Wirklich toller Service, volle Empfehlung !

Review with rating of 5 out of 5 stars

· 15 May 2025

Vielen Dank für euren super Service und die Erweiterung der Funktionalität. Wir haben mit euch zusammen den aufwand der GPSR nachkommen ERHEBLICH verringern können. Meine volle Empfehlung !

Einfach genial

Review with rating of 5 out of 5 stars

· 28 February 2025

Unterstützt dynamische Produktgruppen und dadurch wird es genial flexibel und spart unheimlich viel Administrationsarbeit, nicht nur beim ersten Implementieren, sondern gerade auch beim späteren Hinzufügen oder Ändern von Produktinformationen. 100% empfehlenswert.

Top-Support, reagiert sogar kurzfristig auf Feature-Vorschläge für JTL-Wawi

Review with rating of 5 out of 5 stars

· 17 February 2025

Wir haben das Plugin bereits länger im Einsatz und sind nun restlos glücklich. Acris hat die Unterstützung der durch JTL-Wawi und JTL-Connector übermittelten Hersteller-Daten integriert. Dadurch können die GPSR Hersteller Daten jetzt in der JTL-Wawi verwaltet werden und werden durch dieses Plugin im Shopware angezeigt.