Badge Pro - Product Badges & Highlights

348 downloads
The plugin provides the possibility to configure and display badges for products in the storefront. The badges appear on the overview page as well as on the details page.
Monthly
€19.90* / month
Cancelable monthly
Annual
16.67% discount
€16.58 / month
€238.80* €199.00* / year

Technical Information

Category Detail Page, Storefront
Created At March 4, 2021
Last Updated July 18, 2026
Languages de_DE, en_GB
Keywords Badges, badge, product badges, product badge
Technical name AcrisProductBadges

Highlights

  • Individual product badges for category and product detail pages
  • Flexible design with text, graphics or a combination of both
  • Control of display via dynamic product groups or rules

Features

  • Display product badges on category, experience, and product detail pages
  • Customise badges individually – with text, symbol, or image
  • Texts can be formatted directly in the HTML editor (colours, font sizes, icons, etc.)
  • Multiple positions selectable in the listing and on the product detail page
  • Prioritisation and time-controlled display of badges
  • Display control via dynamic product groups or Rule Builder rules
  • Combination of text and image badges possible
  • Central management of all badges in the admin area

Features

With this plugin it is possible to easily customize and place the highlights of a product. For this purpose, there is a separate administration overview in the Shopware administration area. It is possible to automatically assign highlights to multiple products based on rules (dynamic product groups). In addition, it is possible to control the display by using rules via Rule Builder. If several highlights are displayed for one product, the order can be controlled by prioritization. The administration overview shows whether a highlight is displayed actively or time-controlled. The display offers different placement options (left/right, top/bottom) on the product overview page and on the product detail page. The highlights (badges) can be displayed differently using HEX color codes. The displayed highlight texts can be formatted using HTML editor and also include graphics.


Using the plugin

Please first create a rule in RuleBuilder

In the Settings -> Shop-> RuleBuilder -> Create rule

Here. sets a rule that you will later assign to the product badges when they should be displayed.


Next, create a dynamic product group

In the catagloge -> Dynamic product group-> Create product group

Here. a dynamic product group will be created, which you will assign later in the product badges


After creating a product badge

In the section Settings -> Plugins -> Product Badges-> Add


Configuration / Setting Options

Basic Settings

Internal Name: For a unique recognition, is only used internally and is also only visible there

Active: Active or not active

Active from: Here a start date, from when the product badges should appear, can be specified

Active until: An end date until when the product badges should appear can be specified here

Priority: Your own defined priority can be assigned - if there are multiple product badges, they will be ranked according to prioritization


Design

Front: here you can choose between text, graphic (left) and text or graphic

badge text:an individual text which appears in the badge can be defined here

badge text color: for this text, a color can be defined using HEX code, RGB or via alpha

SVG Icon: if a graphic was selected for the foreground during design, the medium can be uploaded here

Background: for the background of the badge can be chosen between a color and shape selection or a graphic upload

SVG Background From: if a graphic is to be used as background, it can be uploaded here

Background Color: an individual color, which should appear as background at the product highlight, can be defined here

Background Shape: here you can choose between a round and rectangular shape, which the product highlight should have


Placement

Product Box in Item Listing: Here you can select if the product highlight should be displayed on the right/left top or right/left bottom, on the overview page

Product detail page: Here you can select if the product highlight should be displayed on the right/left top or right/left bottom, be displayed on the product detail page. should


Display condition

Rules: refer to a rule created by the Rule Builder, under which conditions the badges should be displayed. The product badge will be displayed in the store if one of the assigned rules is active.

Dynamic product group: Here you can select a dynamic product group where the badges should be displayed. The product highlight will be displayed in the storefront if one of the assigned dynamic product groups is active.


Why do I need product badges ?

This kind of product highlight can be used for many purposes. It can be used to mark manufacturers, special features or sales products easily. Through the individual design of text, graphics or the combination of text and graphics, a variety of possibilities are open. Especially the prioritization and individual placement promotes the interaction of multiple badges. Through the rule-based application with dynamic product groups, these highlights can also be assigned very specifically. In addition, further display rules can be defined by using rules via Rule Builder.


Position changes of the Badges via CSS possible

  • .acris-product-badges-right-bottom {bottom: -30px;}
  • .acris-product-badges-left-bottom {bottom: -30px;}

The installation of the plugin is very fast and straightforward.

  • Call Plugin Manager via Settings > System > Plugins
  • Upload, install and activate the plugin.
  • After that, the plugin can be configured indviduell.

Frequently Asked Questions

Yes, it is possible with the following code:

{% if product.calculatedPrices and product.calculatedPrices|length != 0 %}{% set calculatedBadgePrice = product.calculatedPrices.first %}{% else %}{% set calculatedBadgePrice = product.calculatedPrice %}{% endif %}{% if calculatedBadgePrice.listPrice.percentage %}{{ calculatedBadgePrice.listPrice.percentage}}%{% else %}{{ price.listPrice.percentage}}%{% endif %}
The percentage value can also be rounded with Twig's "round" function:
{% if product.calculatedPrices and product.calculatedPrices|length != 0 %}{% set calculatedBadgePrice = product.calculatedPrices.first %}{% else %}{% set calculatedBadgePrice = product.calculatedPrice %}{% endif %}{% if calculatedBadgePrice.listPrice.percentage %}{{ calculatedBadgePrice.listPrice.percentage|round }}%{% else %}{{ price.listPrice.percentage|round }}%{% endif %}

Yes. Example:

{{ product.translated.customFields.custom_field_1 }}
However, please make sure that you create a dynamic product group where you only select the products that have actually filled in the additional field. This is possible in the dynamic product groups and should not be a problem.

Yes, it is possible with the following code:

{% if product.calculatedPrices and product.calculatedPrices|length != 0 %}{% set calculatedBadgePrice = product.calculatedPrices.first %}{% else %}{% set calculatedBadgePrice = product.calculatedPrice %}{% endif %}{% if calculatedBadgePrice.listPrice.discount %}{{ calculatedBadgePrice.listPrice.discount|currency }}{% elseif price.listPrice.discount %}{{ price.listPrice.discount|currency }}{% endif %}

Version Date Compatibility Changelog
6.6.0 8 July 2026 >=6.7.0.0 <6.8.0.0
  • - Added option to hide the replaced default badge completely in the storefront.
6.5.2 9 June 2026 >=6.7.0.0 <6.8.0.0
  • - Fixes wrong badge height when it's set to smaller than default.
6.5.1 8 June 2026 >=6.7.0.0 <6.8.0.0
  • - Added missing badge height setting in the plugin configuration.
6.5.0 8 June 2026 >=6.7.0.0 <6.8.0.0
  • - Added new badge height settings for product box and listing display.
6.4.0 28 May 2026 >=6.7.0.0 <6.8.0.0
  • - Updated help texts for rules and dynamic product groups fields in badge detail view.
6.3.7 22 April 2026 >=6.7.0.0 <6.8.0.0
  • - Fixes badge tooltip text editor notice.
  • - Fixes Storefront error when using tooltips.
6.3.6 16 April 2026 >=6.7.0.0 <6.8.0.0
  • - Improves plugin compatibility.
6.3.5 15 April 2026 >=6.7.0.0 <6.8.0.0
  • - Improved admin.
6.3.4 24 March 2026 >=6.7.0.0 <6.8.0.0
  • - Improved the display of the product badges for images.
6.3.3 18 March 2026 >=6.7.0.0 <6.8.0.0
  • - Improved the display of the product badges in the storefront.
6.3.2 18 March 2026 >=6.7.0.0 <6.8.0.0
  • - Improved datetime display in the badge listing to match Shopware order overview format.
6.3.1 22 January 2026 >=6.7.0.0 <6.8.0.0
  • - Code optimizations.
6.3.0 13 January 2026 >=6.7.0.0 <6.8.0.0
  • - Added new settings for the height and width of graphic badges.
6.2.2 18 December 2025 >=6.7.0.0 <6.8.0.0
  • - Fixed badge class name syntax error in HTML.
6.2.1 16 December 2025 >=6.7.0.0 <6.8.0.0
  • - Fixed badge font size styling overriding issue on product detail page.
6.2.0 7 November 2025 >=6.7.0.0 <6.8.0.0
  • - The "Sale" badge is no longer automatically removed as soon as a badge associated with a discount promotion is active and no other discount promotion applies.
6.1.6 9 October 2025 >=6.7.0.0 <6.8.0.0
  • - Optimized compatibility with the ACRIS Theme Plugin.
6.1.5 15 September 2025 >=6.7.0.0 <6.8.0.0
  • - Improved compatibility with the ACRIS Theme Plugin.
6.1.4 30 July 2025 >=6.7.0.0 <6.8.0.0
  • - Fixed icon compatibility with other plugins.
6.1.3 11 July 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
6.1.2 3 July 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
6.1.1 2 June 2025 >=6.7.0.0 <6.8.0.0
  • - Optimized caching.
6.1.0 27 May 2025 >=6.7.0.0 <6.8.0.0
  • - Allows restricting the display of product badges to specific viewport sizes.
6.0.0 20 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
5.6.2 9 June 2026 >=6.6.0.0 <6.7.0.0
  • - Fixes wrong badge height when it's set to smaller than default.
5.6.1 8 June 2026 >=6.6.0.0 <6.7.0.0
  • - Optimised administration snippets.
5.6.0 8 June 2026 >=6.6.0.0 <6.7.0.0
  • - Added new badge height settings for product box and listing display.
5.5.0 13 January 2026 >=6.6.0.0 <6.7.0.0
  • - Added new settings for the height and width of graphic badges.
5.4.2 2 June 2025 >=6.6.0.0 <6.7.0.0
  • - Optimized caching.
5.4.1 30 May 2025 >=6.6.0.0 <6.7.0.0
  • - Fixes the missing badge background color in the storefront.
5.4.0 27 May 2025 >=6.6.0.0 < 6.7.0.0
  • - Allows restricting the display of product badges to specific viewport sizes.
5.3.4 25 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved admin compatibility with Shopware 6.6.10.*
5.3.3 13 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improves plugin compatibility with Shopware 6.6.10.* versions.
5.3.2 29 January 2025 >=6.6.0.0 <6.7.0.0
  • - W3C conformity improved.
5.3.1 16 December 2024 >=6.6.0.0 <6.7.0.0
  • - Inverted logic of rendering the product badges via twig condition.
5.3.0 11 December 2024 >=6.6.0.0 <6.7.0.0
  • - Render the product badges via twig condition.
5.2.7 3 December 2024 >=6.6.0.0 <6.7.0.0
  • - Optimized badge display on product detail page.
5.2.6 29 November 2024 >=6.6.0.0 <6.7.0.0
  • - Correction of missing texts in Admin.
5.2.5 20 November 2024 >=6.6.0.0 <6.7.0.0
  • - Fixed a bug when adding a promotion for badge in admin.
5.2.4 25 October 2024 >=6.6.0.0 <6.7.0.0
  • - Adds the product badges to the Store API.
5.2.3 20 September 2024 >=6.6.0.0 <6.7.0.0
  • - Fixing issue with a cache when from and/or unit date is used
5.2.2 17 September 2024 >=6.6.0.0 <6.7.0.0
  • - Bugfix fixed bug on listing and product page when badge text or tooltip text is empty.
5.2.1 17 September 2024 >=6.6.0.0 <6.7.0.0
  • - Bugfix fixed bug on listing and product page when badge text or tooltip text is empty.
5.2.0 25 July 2024 >=6.6.0.0 <6.7.0.0
  • - A new setting has been added to the background shape of the badges.
5.1.3 11 July 2024 >=6.6.0.0 <6.7.0.0
  • - Additional price and description variables have been added to the variable selection for badges
5.1.2 11 July 2024 >=6.6.0.0 <6.7.0.0
  • - Optimised badges whn SVG icons are used.
5.1.1 3 July 2024 >=6.6.0.0 <6.7.0.0
  • - Improved compatibility with various themes when displaying badges on product pages.
5.1.0 2 July 2024 >=6.6.0.0 <6.7.0.0
  • - Inserts an additional CSS class for easier customised styling via CSS of individual badges.
5.0.3 25 June 2024 >=6.6.0.0 <6.7.0.0
  • - Increased loading speed compatibility by not loading unnecessary data.
5.0.2 13 June 2024 >=6.6.0.0 <6.7.0.0
  • - Fixes a problem where a background colour was displayed for the badge, even if "No background" was explicitly selected.
5.0.1 12 June 2024 >=6.6.0.0 <6.7.0.0
  • - Fixes a problem where badges were not displayed when standard badges were selected, even if the display condition was set to "Dynamic product groups and rules".
5.0.0 19 March 2024 >=6.6.0.0
  • - Compatibility with Shopware 6.6.
4.2.6 29 January 2025 >=6.5.0.0 < 6.6.0.0
  • - W3C conformity improved.
4.2.5 25 October 2024 >=6.5.0.0 < 6.6.0.0
  • - Adds the product badges to the Store API.
4.2.4 20 September 2024 >=6.5.0.0 < 6.6.0.0
  • - Fixing issue with a cache wehen from and/or unit date is used
4.2.3 11 July 2024 >=6.5.0.0 < 6.6.0.0
  • - Additional price and description variables have been added to the variable selection for badges
4.2.2 11 July 2024 >=6.5.0.0 < 6.6.0.0
  • - Optimised badges whn SVG icons are used.
4.2.1 3 July 2024 >=6.5.0.0 < 6.6.0.0
  • - Improved compatibility with various themes when displaying badges on product pages.
4.2.0 2 July 2024 >=6.5.0.0 < 6.6.0.0
  • - Inserts an additional CSS class for easier customised styling via CSS of individual badges.
4.1.20 24 June 2024 >=6.5.0.0 < 6.6.0.0
  • - Increased compatibility about loading performance by not loading not needed data.
4.1.19 13 June 2024 >=6.5.0.0
  • - Optimisation when selecting "No background" for badges.
4.1.18 13 June 2024 >=6.5.0.0
  • - Fixes a problem where a background colour was displayed for the badge, even if "No background" was explicitly selected.
4.1.17 12 June 2024 >=6.5.0.0
  • - Fixes a problem where badges were not displayed when standard badges were selected, even if the display condition was set to "Dynamic product groups and rules".
4.1.16 31 December 2023 >=6.5.0.0
  • - Fixed issue with badge styling configuration not working on detail pages.
4.1.15 20 December 2023 >=6.5.0.0
  • - Fixes a problem where additionally defined badges were no longer displayed.
  • - Optimisation of the display and control of product badges.
4.1.14 19 December 2023 >=6.5.0.0
  • - Removed empty html div containers when no badges are assigned to a product.
4.1.13 11 December 2023 >=6.5.0.0
  • - Optimizes the display in product boxes
4.1.12 13 November 2023 >=6.5.0.0
  • - The help text for the priority is now displayed correctly in the Admin.
4.1.11 13 November 2023 >=6.5.0.0
  • - Added priority help text
4.1.10 30 October 2023 >=6.5.0.0
  • - Increases compatibility with the ACRIS Search plugin
  • - Optimizes the layout settings of the badges on the product details page when a CMS layout is assigned
  • - Badges can be displayed square if the rounding setting is configured with 0
4.1.9 30 October 2023 >=6.5.0.0
  • - Erhöht die Kompatibilität mit dem ACRIS Rabatte & Aktionen Plugin
4.1.8 24 October 2023 >=6.5.0.0
  • - Positioning and default positioning values of badges on the product detail page has been optimized
4.1.7 20 October 2023 >=6.5.0.0
  • - Fixes a problem where HTML content of badges was no longer displayed correctly.
4.1.6 18 October 2023 >=6.5.0.0
  • - If the badge content is empty, the badge will not be displayed anymore. This can happen when twig code or variables are used inside the badge text.
4.1.5 29 September 2023 >=6.5.0.0
  • - Improved compatibility with the caching mechanism of Shopware 6.5 in terms of rule mapping.
4.1.4 25 September 2023 >=6.5.0.0
  • - Improves loading of Twig variables for badges & tooltips
4.1.3 18 September 2023 >=6.5.0.0
  • - Improved compatibility with the Shopware CMS plugin
4.1.2 29 August 2023 >=6.5.0.0
  • - Allows you to use twig variables for tooltip.
4.1.1 28 August 2023 >=6.5.0.0
  • - Optimised product badge default background colors.
4.1.0 27 August 2023 >=6.5.0.0
  • - Allows you to edit badge font size.
  • - Added badge tooltip configuration.
4.0.6 22 August 2023 >=6.5.0.0
  • - Improved compatibility with other plugins.
4.0.5 25 July 2023 >=6.5.0.0
  • - Fixes a problem when the height of the badges was specified smaller than 20px in the plugin settings.
4.0.4 17 July 2023 >=6.5.0.0
  • - Improved product listing loading performance.
  • - Improved badge product variable configuration.
4.0.3 7 July 2023 >=6.5.0.0
  • - Optimised badge display if we use product properties variable
4.0.2 16 June 2023 >=6.5.0.0
  • - Improved storefront compatibility with other plugins.
4.0.1 23 May 2023 >=6.5.0.0
  • - Behebt ein Problem beim Laden der Badges auf der Produktdetailseite
4.0.0 21 April 2023 >=6.5.0.0
  • - Compatibility with Shopware 6.5.
3.2.9 3 July 2024 >=6.4.4.0 < 6.5.0.0
  • - Improved compatibility with various themes when displaying badges on product pages.
3.2.8 14 December 2023 >=6.4.4.0 < 6.5.0.0
  • - Fixed badge height setting not working on product detail pages.
3.2.7 13 December 2023 >=6.4.4.0 < 6.5.0.0
  • - Optimised badges whn SVG icons are used.
3.2.6 11 December 2023 >=6.4.4.0 < 6.5.0.0
  • - Optimizes the display in product boxes
3.2.5 30 October 2023 >=6.4.4.0 < 6.5.0.0
  • - Increased compatibility with the ACRIS Promotion plugin
3.2.4 22 August 2023 >=6.4.4.0 < 6.5.0.0
  • - Improved compatibility with other plugins.
3.2.3 23 May 2023 >=6.4.4.0 < 6.5.0.0
  • - Fixes a problem loading badges on the product detail page
3.2.2 6 April 2023 >=6.4.4.0
  • - Improves plugin compatibility.
3.2.1 10 February 2023 >=6.4.4.0
  • - Change of the plugin name and the manufacturer links.
3.2.0 3 February 2023 >=6.4.4.0
  • - Height of badges can be adjusted in the plugin configuration
  • - Rounding of the badges can be adjusted
3.1.1 29 November 2022 >=6.4.4.0
  • - Improves plugin compatibility
3.1.0 26 November 2022 >=6.4.4.0
  • - Added badge positioning option for product detail to plugin configuration.
3.0.5 26 November 2022 >=6.4.4.0
  • - Optimizes plugin compatibility.
3.0.4 26 November 2022 >=6.4.4.0
  • - Improves performance on loading of the product badges in the Storefront.
3.0.3 26 November 2022 >=6.4.4.0
  • - Fixes error when duplicating rules
3.0.2 26 November 2022 >=6.4.4.0
  • - Fixes error when loading product badges
3.0.1 26 November 2022 >=6.4.4.0
  • - Optimizes loading of product badge data
3.0.0 26 November 2022 >=6.4.4.0
  • - Performance optimisation.
2.3.0 26 November 2022 >=6.4.0.0
  • - The position of the badges can now be better controlled via the plugin configuration.
2.2.5 26 November 2022 >=6.4.0.0
  • - Improved plugin compatibility.
2.2.4 26 November 2022 >=6.4.0.0
  • - Optimizes saving of the product badges in the Administration.
2.2.3 26 November 2022 >=6.4.0.0
  • - Compatibility improved with ACRIS Productbox Plugin.
2.2.2 26 November 2022 >=6.4.0.0
  • - Fixes a problem where badges were not displayed on product detail pages when using a shopping experience layout.
2.2.1 26 November 2022 >=6.4.0.0
  • - Improves compatibility with Shopware >= 6.4.10.0.
  • - Optimizes plugin color in administration.
2.2.0 26 November 2022 >=6.4.0.0
  • - Adds possibility to insert variables to the badge text and displays value of the assigned variables at Storefront.
2.1.0 26 November 2022 >=6.4.0.0
  • - Optimizes the loading of the badges.
  • - Adds possibility to replace default badges.
2.0.2 26 November 2022 >=6.4.0.0
  • - Optimizes loading of the CMS elements.
2.0.1 26 November 2022 >=6.4.0.0
  • - Fixes problem on removing of the products with association.
2.0.0 26 November 2022 >=6.4.0.0
  • - Compatibility improved with SW 6.4.x.x.
1.3.5 26 November 2022 >=6.3.0.0
  • - Displays product badges at Cms pages.
1.3.4 26 November 2022 >=6.3.0.0
  • - Optimisation in connection with various themes and different product boxes
1.3.3 26 November 2022 >=6.3.0.0
  • - Performance optimisations
1.3.2 26 November 2022 >=6.3.0.0
  • - Fixes an issue where badges are not loaded in product search results.
  • - Fix several issues change default values
  • - Improve compatibility with "ACRIS Promotion" plugin.
1.3.1 26 November 2022 >=6.3.0.0
  • - Fixed badge display on product detail page.
1.3.0 26 November 2022 >=6.3.0.0
  • - Added Shopware default badges to badge listing.
  • - Allows you do customize Shopware default badges.
1.2.1 26 November 2022 >=6.3.0.0
  • - Replace the default badge with custom badges, adjusted badges for multiple promotions.
1.2.0 26 November 2022 >=6.3.0.0
  • - Add promotions as display condition for displaying badges at storefront.
1.1.1 26 November 2022 >=6.3.0.0
  • - Fixes a problem with the differentiation between the display positions between product detail page and product box.
1.1.0 26 November 2022 >=6.3.0.0
  • - Adds the option to not use a background for product badges
1.0.2 26 November 2022 >=6.3.0.0
  • - Optimisation and bug fixes of the storefront display in connection with the display of graphics
1.0.1 26 November 2022 >=6.3.0.0
  • - Adds the display of badges on the product detail page.
  • - Allows you to enter HTML code as badge text.
1.0.0 26 November 2022 >=6.3.0.0
  • - Release.
Reviews

Average rating of 5 out of 5 stars

5 reviews

5
0
0
0
0

Hier wurde an alles gedacht!

Review with rating of 5 out of 5 stars

· 13 August 2024

Hervorragend durchdachte Erweiterung, die keine Wünsche offen lässt. So wünscht man sich das, als Shop-Betreiber. Wir nutzen die Erweiterung, um Zertifizierungen und Zulassungen mittels Grafiken darzustellen.

Unglaublich nützlich und sauber umgesetzt

Review with rating of 5 out of 5 stars

· 7 April 2023

Wie der Titel schon sagt, wirklich gut durchdacht und druch die individualisierbaren Einstellungen sehr mächtig! Insbesondere die Flexibilität mit dem Rule Builder und den Anzeigeoptionen ist wirklich clever.

Ich hatte ein paar Sondernanpassungen die nötig waren und diese wurden super schnell und perfekt umgesetzt!

Nur zu empfehlen!

Great plugin with many features

Review with rating of 5 out of 5 stars

· 3 February 2023

A great plugin with many features. We had some suggestions to further improve flexibility, which was deemed usefull and quickly implemented!

Sehr gutes Plugin & schneller Support

Review with rating of 5 out of 5 stars

· 16 November 2022

Viele tolle Funktionen & sehr schneller Produktsupport, wir hatten ein Problem mit zu vielen DB Abfragen bei mit dem Plugin, dies wurde sehr schnell gelöst und ein Update freigeschalten. Sehr zu empfehlen!

1a Modul mit 1a Support

Review with rating of 5 out of 5 stars

· 11 October 2022

Wo soll ich anfangen.. Das Modul bietet mit der Art wie die Auswahl der Badges aufgebaut ist eine extreme vielfalt an Möglichkeiten. Wir haben die verschiedenen Badge Module verglichen und kamen zum Schluss, dass nur dieses in Frage kommt.
Zu Beginn gab es ein paar Probleme, die aber im Zusammenhang mit der Kompatibilität zu unserem Theme lagen. Nicht nur, dass der Fehler schnell gefunden wurde.. Es wurde gleich der passende Quellcode mit Anleitung zum einbinden an korrekter Stelle geliefert. Perfekt, wie auch bei den anderen ACRIS Erweiterungen. Danke!