GPSR Product Safety Regulation Professional
Technical Information
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:- Name or brand of the manufacturer
- Full postal address
- 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:
- Product type
- Warnings and safety instructions
- Important additional information
- 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:
- Product manufacturer title
- Product type title
- Title for warnings
- Title for safety instructions
- Title for important product information
- 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,
- be displayed within the product description
in a dedicated GPSR tab
or in a separate tab
Manufacturer management
Catalogues > Manufacturers
The following details, amongst others, can be entered here:
- Manufacturer’s name or brand name
- Full postal address
- Electronic contact details such as email address or website
Product Management
Catalogues > Products > Open Product
mThe following details, amongst others, can be added here:
- Product type and product identifiers
- Manufacturer information
- Alternative manufacturer
- Responsible person (EU)
- Warning notice
- Safety notice
- Important additional information
- 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 RegulationHere, 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 |
|
| 3.2.1 | 5 May 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 3.2.0 | 1 April 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 3.1.7 | 12 January 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 3.1.6 | 18 November 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.1.5 | 13 October 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.1.4 | 9 September 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.1.3 | 5 September 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.1.2 | 27 August 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.1.1 | 30 July 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.1.0 | 28 July 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.0.6 | 11 July 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.0.5 | 3 July 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.0.4 | 2 June 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.0.3 | 21 May 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.0.2 | 19 May 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.0.1 | 15 May 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 3.0.0 | 10 May 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 2.15.5 | 10 February 2026 | >=6.6.0.0 <6.7.0.0 |
|
| 2.15.4 | 13 January 2026 | >=6.6.0.0 <6.7.0.0 |
|
| 2.15.3 | 31 October 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 2.15.2 | 5 September 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 2.15.1 | 27 August 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 2.15.0 | 28 July 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 2.14.11 | 2 June 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 2.14.10 | 21 May 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 2.14.9 | 15 May 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.14.8 | 24 April 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.14.7 | 24 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.14.6 | 19 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.14.5 | 18 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.14.4 | 18 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.14.3 | 18 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.14.2 | 28 February 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.14.1 | 17 February 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.14.0 | 14 February 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.13.5 | 4 February 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.13.4 | 3 February 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.13.3 | 31 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.13.2 | 28 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.13.1 | 27 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.13.0 | 23 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.12.0 | 21 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.11.3 | 16 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.11.2 | 16 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.11.1 | 13 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.11.0 | 13 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.10.0 | 9 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.9.1 | 19 December 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.9.0 | 5 December 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.8.1 | 5 December 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.8.0 | 4 December 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.7.3 | 27 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.7.2 | 21 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.7.1 | 18 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.7.0 | 14 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.6.1 | 13 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.6.0 | 12 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.5.2 | 11 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.5.1 | 11 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.5.0 | 8 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.4.1 | 6 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.4.0 | 6 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.3.8 | 4 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.3.7 | 31 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.3.6 | 24 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.3.5 | 22 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.3.4 | 7 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.3.3 | 4 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.3.2 | 4 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.3.1 | 4 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.3.0 | 3 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.2.1 | 12 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.2.0 | 11 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.1.1 | 10 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 2.1.0 | 6 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 1.11.4 | 7 May 2026 | >=6.5.0.0 <6.6.0.0 |
|
| 1.11.3 | 7 May 2026 | >=6.5.0.0 <6.6.0.0 |
|
| 1.11.2 | 21 May 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 1.11.1 | 25 February 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 1.11.0 | 14 February 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 1.10.0 | 15 January 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 1.9.1 | 9 January 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 1.9.0 | 9 January 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 1.8.2 | 19 December 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.8.1 | 5 December 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.8.0 | 4 December 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.7.3 | 2 December 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.7.2 | 27 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.7.1 | 18 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.7.0 | 14 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.6.0 | 12 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.5.2 | 11 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.5.1 | 11 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.5.0 | 8 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.4.4 | 6 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.4.3 | 6 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.4.2 | 6 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.4.1 | 6 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.4.0 | 6 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.3.4 | 4 November 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.3.3 | 31 October 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.3.2 | 24 October 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.3.1 | 22 October 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.3.0 | 4 October 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.2.1 | 4 October 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.2.0 | 3 October 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.1.0 | 12 September 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 1.0.0 | 5 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
Login
Tolles Plugin mit zuvorkommendem Support
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!
-
Wirklich toller Service, volle Empfehlung !
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
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
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.