Discount groups - customer discount on product groups from list price

235 downloads
B2B function: Defined customers receive a (product group) discount based on the list price (current sales price). Customers and product groups can be freely defined.
Monthly
€69.90* / month
Cancelable monthly
Annual
16.67% discount
€58.25 / month
€838.80* €699.00* / year

Technical Information

Category B2B extensions
Created At October 11, 2021
Last Updated July 18, 2026
Languages de_DE, en_GB
Keywords discount, Discounts, discount groups, customer discount
Technical name AcrisDiscountGroup

Highlights

  • Discounts/surcharges based on the sales price
  • Cross-product volume discounts
  • Flexible customer assignment via group, rule, or individually
  • Configure product discount via product group (discount group)
  • Central management through discount group overview

Features

  • Products can have a product group (discount group) (e.g. WG100)
  • Customers can have a customer discount group (e.g. HEK1)
  • Discounts / surcharges can be created in (almost) free customer / product combination action
  • A display of the current sales price as well as the "previous" sales price before the discount can be defined as a strike price
  • Allows the calculation of the sales price starting from the purchase price with a surcharge of x%.

Purpose / Function of the Plugin

With this plugin it is possible to set discounts (or also surcharges) for freely definable customers on freely definable products on the current sales price.
In addition, it is possible to set the previous sales price as a strike price, so that customers can see the saving immediately.

This plugin is especially useful for B2B projects where the current sales price is the "list price" and the retailer's customers are to receive various discounts on products (with product groups). Due to the various configuration options, almost all B2B relevant discounts can be mapped.



New features from version 2.1.0

  • Display discount groups in the customer account (A freely definable text can be deposited with a discount group rule.

    (This is displayed in the My account area / Account overview of this customer)
New features from version 3.2.0

  • From now on it is possible to calculate absolute surcharges or discounts multiplied by the number of items or by the number of items and their quantity. (Allows a quantity based calculation of surcharges / discounts).
New features from version 4.2.0-
  • Adds a new plugin configuration for using scale discounts in the cart across products.
  • Adds a new plugin configuration for displaying the current number of items in the same discount group from the shopping cart as a note on the product page.
  • Adds a new display name field on the discount group detail page in the Administration.

New features from version 4.4.0

  • Allows the calculation of the sales price starting from the purchase price with a surcharge of x%.


Possible definition / selection of customers:

  • Individual customer (selection from the customers created in Shopware)
  • Customer discount group (a customer discount group can be defined in the admin area under customers)
  • Rule (use of a rule previously created in Shopware by means of the Rule Builder)


Possible definition / selection of products:

  •  Individual products (selection from the products created in Shopware)
  •  Product group (discount group) (a product group (discount group) can be defined in the admin area for the products)
  •  Dynamic product group: Use of a previously created dynamic product group in Shopware.


Possible discounts / surcharges:

  •  Discount type: Absolute or percentage selectable and input of a value
  •  Discount / Surcharge: Discount or surcharge selectable


Possible options for displaying the price / strike price display in the frontend:

  • If no strike price exists, do not set a new strike price. If a strike price exists, keep it.
  • If no strike price exists, set original price as strike price. If a strike price exists, keep it.
  • Always use the original sales price of the product as the strike price, even if the product has its own strike price.
  • Always ignore original strike price.


Known restrictions / notes on use:

  • Customer discount groups:
    Only one marking per customer is possible. This means that a customer can only be in one customer discount group, not in several customer discount groups. e.g. HEK1
  • Product group (discount group) - to be defined per LANGUAGE
    Each product can only have one merchandise group (discount group) - this is to be entered per LANGUAGE used e.g. WG-DE-100
    This makes it possible to define a different merchandise group for each language and thus define different discount rules e.g. WG-EN-101
    If no merchandise category (discount group) is defined in a language, no discount will be deducted in this language.

    If the same merchandise group is to be applied in all languages, then these must be stored for each language.


API Documentation


Additional B2B extensions

The following plugins extend key functions for B2B shops in Shopware and can be used in combination.

B2B (debtors and contacts)
Enables the structured management of accounts receivable and associated contacts, including centralised maintenance of customer data.

Customized prices > Customer, product, time, rule and currency dependent
Offers customised pricing per customer or product, including tiered pricing, time periods, rules and currency.

Products rulebased enable / disable
Controls the visibility of products based on rules, customers or sales channels.

Customer Specific Product
Enables products to be displayed specifically to certain customers or customer groups.

Order matrix (rule-controlled and dynamic product groups)

Enables efficient ordering of variant products via a table-based matrix directly on the product detail page.

Private Shopping Professional
Restricts access to the shop or specific content to defined users or customer groups.

-> View all ACRIS B2B extensions



The installation of the plugin is very quick and uncomplicated.

  •  Plugin Manager via Extensions > My extensions >
  •  Upload, install and activate the plugin.
  •  The plugin has no special configurations.

After successful activation, a new menu item "Discount groups" is available under Settings > Extensions.

Frequently Asked Questions

Yes with the following Code snippet for the unit price and the total price:

{% if nestedItem.payload.acrisListPrice.unitPrice %}
	{{ nestedItem.unitPrice|currency(currencyIsoCode) }} {{ nestedItem.payload.acrisListPrice.unitPrice|currency(currencyIsoCode) }} {% if nestedItem.payload.acrisListPrice.unitPercentage %}({{ nestedItem.payload.acrisListPrice.unitPercentage }} %){% endif %}
{% else %}
	{{ nestedItem.unitPrice|currency(currencyIsoCode) }}
{% endif %}
{% if nestedItem.payload.acrisListPrice.totalPrice %}
	{{ nestedItem.totalPrice|currency(currencyIsoCode) }} {{ nestedItem.payload.acrisListPrice.totalPrice|currency(currencyIsoCode) }} {% if nestedItem.payload.acrisListPrice.totalPercentage %}({{ nestedItem.payload.acrisListPrice.totalPercentage }} %){% endif %}
{% else %}
	{{ nestedItem.totalPrice|currency(currencyIsoCode) }}
{% endif %}

Yes, this is possible.
The API documentation is available at: https://api-docs.acris.at/#38168215-1173-4a63-b87e-9081e7560c7e

acris_discount_group_product_value

acris_discount_group_customer_value

Yes, the additional fields can be inserted as normal via the customFields node for the respective entity via the API.

Version Date Compatibility Changelog
7.5.3 8 June 2026 >=6.7.0.0 <6.8.0.0
  • - Fixes a bug where scale discounts overwrote manually entered prices during admin order recalculation. The discount calculation is now skipped when Shopware has set the corresponding CartBehavior permissions.
7.5.2 28 May 2026 >=6.7.0.0 <6.8.0.0
  • - Fixes an issue with the net and gross price calculation in the price preview.
7.5.1 13 May 2026 >=6.7.0.0 <6.8.0.0
  • - Reworked price calculation in the price preview.
7.5.0 11 May 2026 >=6.7.0.0 <6.8.0.0
  • - Revised the price preview table.
7.4.3 7 May 2026 >=6.7.0.0 <6.8.0.0
  • - Optimized the price preview with active dynamic product groups.
7.4.2 6 May 2026 >=6.7.0.0 <6.8.0.0
  • - Optimized the inherited product group custom field in the product discount groups tab.
7.4.1 30 April 2026 >=6.7.0.0 <6.8.0.0
  • - Fixes a problem with the price preview in the product discount group section not displaying correctly.
7.4.0 29 April 2026 >=6.7.0.0 <6.8.0.0
  • - Added a price preview in the product discount group section.
7.3.3 3 April 2026 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with the ACRIS RRP plugin.
7.3.2 11 March 2026 >=6.7.0.0 <6.8.0.0
  • - Improves plugin compatibility.
7.3.1 10 March 2026 >=6.7.0.0 <6.8.0.0
  • - Fixes XML tag mismatch errors in the plugin configuration.
7.3.0 10 March 2026 >=6.7.0.0 <6.8.0.0
  • - New plugin configuration to recalculate the cheapest price on product update which improves sorting by price in the storefront.
  • - New plugin configuration to recalculate the cheapest price for selected sales channels.
7.2.0 10 February 2026 >=6.7.0.0 <6.8.0.0
  • - New configuration option: "Decimal places dependent on discount group rebates, Fallback: 2 (Shopware default)" for dynamic decimal place calculation.
7.1.12 14 January 2026 >=6.7.0.0 <6.8.0.0
  • - Optimizes loading of the discount groups for products.
7.1.11 21 November 2025 >=6.7.0.0 <6.8.0.0
  • - Fixes the issue on assigning an active period.
7.1.10 6 November 2025 >=6.7.0.0 <6.8.0.0
  • - Improved compatibility of tiered discounts with other plugins that load products without prices in the storefront.
7.1.9 6 November 2025 >=6.7.0.0 <6.8.0.0
  • - Correction of the calculated total price and calculated taxes when using graduated discounts.
7.1.8 29 September 2025 >=6.7.0.0 <6.8.0.0
  • - Improves plugin compatibility.
7.1.7 12 September 2025 >=6.7.0.0 <6.8.0.0
  • - Improves plugin compatibility.
7.1.6 28 August 2025 >=6.7.0.0 <6.8.0.0
  • - Snippet optimizations in the admin.
7.1.5 30 July 2025 >=6.7.0.0 < 6.8.0.0
  • - Fixed icon compatibility with other plugins.
7.1.4 11 July 2025 >=6.7.0.0 < 6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
7.1.3 3 July 2025 >=6.7.0.0 < 6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
7.1.2 30 June 2025 >=6.7.0.0 < 6.8.0.0
  • - Performance optimization: Optimization of the plugin's memory usage.
7.1.1 17 June 2025 >=6.7.0.0 < 6.8.0.0
  • - Performance improvement and correction of a possible issue in the product overview on calculating cheapest variant prices.
7.1.0 16 June 2025 >=6.7.0.0 < 6.8.0.0
  • - Performance improvement: From now on, the cheapest variant prices in the cart are no longer calculated separately.
  • - Performance improvement: It is now possible to avoid calculating the cheapest variant prices separately. This can be disabled in the plugin settings and has an impact on performance.
7.0.2 11 June 2025 >=6.7.0.0 < 6.8.0.0
  • - Optimizes assigning of the discount groups to products via dynamic product groups.
7.0.1 6 June 2025 >=6.7.0.0 < 6.8.0.0
  • - Fixes a potential issue when no custom fields are assigned to the product.
7.0.0 22 April 2025 >=6.7.0.0 < 6.8.0.0
  • - Compatibility with Shopware 6.7.
  • - Fixes an issue where list prices were displayed in the ordering process, even though they were the same as the original price.
  • - 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
6.6.2 8 June 2026 >=6.6.0.0 < 6.7.0.0
  • - Fixes a bug where scale discounts overwrote manually entered prices during admin order recalculation. The discount calculation is now skipped when Shopware has set the corresponding CartBehavior permissions.
6.6.1 26 May 2026 >=6.6.0.0 < 6.7.0.0
  • - Optimized the inherited product group custom field in the product discount groups tab for product variants.
6.6.0 29 April 2026 >=6.6.0.0 < 6.7.0.0
  • - Added a price preview in the product discount group section.
6.5.0 10 March 2026 >=6.6.0.0 < 6.7.0.0
  • - New plugin configuration to recalculate the cheapest price on product update which improves sorting by price in the storefront.
  • - New plugin configuration to recalculate the cheapest price for selected sales channels.
6.4.5 21 November 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixes the issue on assigning an active period.
6.4.4 6 November 2025 >=6.6.0.0 < 6.7.0.0
  • - Correction of the calculated total price and calculated taxes when using graduated discounts.
6.4.3 29 September 2025 >=6.6.0.0 < 6.7.0.0
  • - Improves plugin compatibility.
6.4.2 30 June 2025 >=6.6.0.0 < 6.7.0.0
  • - Performance optimization: Optimization of the plugin's memory usage.
6.4.1 17 June 2025 >=6.6.0.0 < 6.7.0.0
  • - Performance improvement and correction of a possible issue in the product overview on calculating cheapest variant prices.
6.4.0 16 June 2025 >=6.6.0.0 < 6.7.0.0
  • - Performance improvement: From now on, the cheapest variant prices in the cart are no longer calculated separately.
  • - Performance improvement: It is now possible to avoid calculating the cheapest variant prices separately. This can be disabled in the plugin settings and has an impact on performance.
6.3.24 11 June 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimizes assigning of the discount groups to products via dynamic product groups.
6.3.23 6 June 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixes a potential issue when no custom fields are assigned to the product.
6.3.22 12 May 2025 >=6.6.0.0 < 6.7.0.0
  • - Improves plugin compatibility.
6.3.21 3 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimization for time-limited discounts with "From" and "Until" dates in connection with the Shopware cache system.
6.3.20 2 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Improves plugin compatibility.
6.3.19 27 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimization for time-limited discounts in connection with the Shopware Cache System.
6.3.18 24 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved admin compatibility with Shopware 6.6.10.*
6.3.17 18 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Code optimizations.
6.3.16 18 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility of the admin view with Shopware 6.6.10.0.
6.3.15 17 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with other plugins when they only load partial data from products.
6.3.14 17 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with other plugins when they only load partial data from products.
6.3.13 18 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with the ACRIS RRP plugin.
6.3.12 3 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixes potential issues with the calculation of discounts in connection with other plugins.
6.3.11 30 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with other plugins when they only load partial data from products.
6.3.10 11 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility.
6.3.9 22 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Improves compatibility with the Shopware promotion.
6.3.8 18 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimizes displaying of the discounted price in the Storefront.
6.3.7 13 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimizes calculating of calculated prices.
6.3.6 22 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Improved testing of rounding configurations in the plugin.
6.3.5 30 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Refactored code added check if decimal places are changes, and if not to call parent class.
6.3.4 27 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed cart total price when "Increased number of decimal places in the calculation, display configured as for the currency" is used.
6.3.3 17 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed listing price bug.
6.3.2 17 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed listing price bug.
6.3.1 11 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed scale discount in the cart across products.
6.3.0 6 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Added config for "Number of decimal places for calculation and display in the cart".
6.2.0 3 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Added new configuration "Display of discount group and info text if there is no product of the corresponding discount group in the cart".
  • - Style optimisations of discount group show on detail page.
6.1.6 30 August 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixes a problem where products or customers could not be saved for directly assigned discount groups.
6.1.5 30 August 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimisation of rounding problems: From now on, the calculated price will be rounded for percentage discounts and not the discount itself.
6.1.4 29 August 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixes a possible problem where prices in the listing were calculated incorrectly.
6.1.3 26 August 2024 >=6.6.0.0 < 6.7.0.0
  • - Improved caching and small performance optimisations.
6.1.2 6 August 2024 >=6.6.0.0 < 6.7.0.0
  • - Removal of the rule condition "Article has cancellation price" from the dynamic product group because it did not work as desired.
6.1.1 24 July 2024 >=6.6.0.0 < 6.7.0.0
  • - Removed "Item has list price" rule condition and added "List price" product dynamic group condition.
6.1.0 22 July 2024 >=6.6.0.0 < 6.7.0.0
  • - Adds "Item has list price" rule condition.
6.0.11 8 July 2024 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with the ACRIS RRP plugin in the event of changes to graduated prices.
6.0.10 2 July 2024 >=6.6.0.0 < 6.7.0.0
  • - Correction so that only import / export profiles inserted by the plugin itself are updated.
6.0.9 2 July 2024 >=6.6.0.0 < 6.7.0.0
  • - Correction of the import / export profile inserted by the plugin.
6.0.8 25 June 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed a compatibility issue with other plugins.
  • - Increased compatibility about loading performance by not loading not needed data.
6.0.7 24 June 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed a bug with the calculated cheapest price in the product listing.
6.0.6 6 June 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed a bug where a 500 Error was returned when no advanced pricing was set on the product.
6.0.5 4 June 2024 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with the ACRIS Order Matrix plugin.
6.0.4 3 June 2024 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with the ACRIS UVP plugin.
6.0.3 13 May 2024 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with app scripts in the shopping cart.
6.0.2 18 April 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed calculating price error.
6.0.1 22 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimized compiled js files.
6.0.0 21 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Compatibility with Shopware 6.6.
5.8.12 8 June 2026 >=6.5.0.0 <6.6.0.0
  • - Fixes a bug where scale discounts overwrote manually entered prices during admin order recalculation. The discount calculation is now skipped when Shopware has set the corresponding CartBehavior permissions.
5.8.11 21 November 2025 >=6.5.0.0 <6.6.0.0
  • - Fixes the issue on assigning an active period.
5.8.10 29 September 2025 >=6.5.0.0 <6.6.0.0
  • - Improves plugin compatibility.
5.8.9 12 May 2025 >=6.5.0.0 <6.6.0.0
  • - Improves plugin compatibility.
5.8.8 3 April 2025 >=6.5.0.0 <6.6.0.0
  • - Optimization for time-limited discounts with "From" and "Until" dates in connection with the Shopware cache system.
5.8.7 2 April 2025 >=6.5.0.0 <6.6.0.0
  • - Improves plugin compatibility.
5.8.6 27 March 2025 >=6.5.0.0 <6.6.0.0
  • - Optimization for time-limited discounts in connection with the Shopware Cache System.
5.8.5 11 December 2024 >=6.5.0.0 <6.6.0.0
  • - Improved compatibility.
5.8.4 18 November 2024 >=6.5.0.0 <6.6.0.0
  • - Optimizes displaying of the discounted price in the Storefront.
5.8.3 30 September 2024 >=6.5.0.0 <6.6.0.0
  • - Refactored code added check if decimal places are changes, and if not to call parent class.
5.8.2 27 September 2024 >=6.5.0.0 <6.6.0.0
  • - Removed unused code.
5.8.1 27 September 2024 >=6.5.0.0 <6.6.0.0
  • - Fixed cart total price when "Increased number of decimal places in the calculation, display configured as for the currency" is used.
5.8.0 6 September 2024 >=6.5.0.0 <6.6.0.0
  • - Added config for "Number of decimal places for calculation and display in the cart".
5.7.4 30 August 2024 >=6.5.0.0 <6.6.0.0
  • - Optimisation of rounding problems: From now on, the calculated price will be rounded for percentage discounts and not the discount itself.
5.7.3 29 August 2024 >=6.5.0.0 <6.6.0.0
  • - Fixes a possible problem where prices in the listing were calculated incorrectly.
5.7.2 6 August 2024 >=6.5.0.0 <6.6.0.0
  • - Removal of the rule condition "Article has cancellation price" from the dynamic product group because it did not work as desired.
5.7.1 24 July 2024 >=6.5.0.0 <6.6.0.0
  • - Removed "Item has list price" rule condition and added "List price" product dynamic group condition.
5.7.0 22 July 2024 >=6.5.0.0 <6.6.0.0
  • - Adds "Item has list price" rule condition.
5.6.14 8 July 2024 >=6.5.0.0 <6.6.0.0
  • - Improved compatibility with the ACRIS RRP plugin in the event of changes to graduated prices.
5.6.13 2 July 2024 >=6.5.0.0 <6.6.0.0
  • - Correction so that only import / export profiles inserted by the plugin itself are updated.
5.6.12 2 July 2024 >=6.5.0.0 <6.6.0.0
  • - Correction of the import / export profile inserted by the plugin also correct for Shopware 6.5.
5.6.11 2 July 2024 >=6.5.0.0 <6.6.0.0
  • - Correction of the import / export profile inserted by the plugin.
5.6.10 24 June 2024 >=6.5.0.0 <6.6.0.0
  • - Fixed a compatibility issue with other plugins.
  • - Increased compatibility about loading performance by not loading not needed data.
5.6.9 24 June 2024 >=6.5.0.0 <6.6.0.0
  • - Fixed a bug where a 500 error was thrown after updating.
5.6.8 24 June 2024 >=6.5.0.0 <6.6.0.0
  • - Fixed a bug with the calculated cheapest price in the product listing.
5.6.7 6 June 2024 >=6.5.0.0 <6.6.0.0
  • - Fixed a bug where a 500 Error was returned when no advanced pricing was set on the product.
5.6.6 4 June 2024 >=6.5.0.0 <6.6.0.0
  • - Improved compatibility with the ACRIS Order Matrix Plugin.
5.6.5 3 June 2024 >=6.5.0.0
  • - Improved compatibility with the ACRIS UVP plugin.
5.6.4 13 May 2024 >=6.5.0.0
  • - Improved compatibility with app scripts in the shopping cart.
5.6.3 1 February 2024 >=6.5.0.0
  • - Optimizes loading of the product data from the cache.
5.6.2 24 January 2024 >=6.5.0.0
  • - Optimizes the setting of custom fields during the ordering process
5.6.1 27 November 2023 >=6.5.0.0
  • - Fixes a possible problem where discount groups assigned to customers were no longer displayed in the account area.
  • - Fixes a problem where discounts were no longer correctly taken into account if they were assigned via the additional field "Discount group".
  • - Fixed issue with unit price not displaying when discount is active.
5.6.0 23 November 2023 >=6.5.0.0
  • - Adds a plugin setting where an optimised display can be switched for a selected 5-column layout in the checkout process to optimise compatibility with other themes.
5.5.3 22 November 2023 >=6.5.0.0
  • - Improved compatibility with other themes when using the alternative display in the shopping basket for discounts.
5.5.2 16 November 2023 >=6.5.0.0
  • - Optimized Admin
5.5.1 14 November 2023 >=6.5.0.0
  • - Optimization of cache invalidation for discount groups if all products were selected as product assignment.
5.5.0 14 November 2023 >=6.5.0.0
  • - Further option for Discount group > Customer assignment (Apply to all customers (logged in or not logged in))
  • - Further option for Discount group > Customer assignment (Apply to all products)
5.4.0 7 November 2023 >=6.5.0.0
  • - Added option for custom cart table display to plugin configuration.
5.3.7 6 November 2023 >=6.5.0.0
  • - Fixes the migration issue.
5.3.6 6 November 2023 >=6.5.0.0
  • - Optimizes updating of the database tables on installing / uninstalling of the plugin.
5.3.5 27 September 2023 >=6.5.0.0
  • - Fixes possible problems when loading the discount groups in the account area.
5.3.4 25 September 2023 >=6.5.0.0
  • - Improved compatibility with the caching mechanism of Shopware 6.5.
5.3.3 7 August 2023 >=6.5.0.0
  • - Improved compatibility with Shopware >= 6.5 in the administration of the Shopware import/export module.
5.3.2 16 June 2023 >=6.5.0.0
  • - Improved storefront compatibility with other plugins.
5.3.1 9 June 2023 >=6.5.0.0
  • - Optimisation of cache invalidation for changes to discount groups.
5.3.0 6 June 2023 >=6.5.0.0
  • - Allows the discount to be calculated from the purchase price.
5.2.0 2 June 2023 >=6.5.0.0
  • - Adds a new default order confirmation with discounts from discount group mail template.
5.1.1 1 June 2023 >=6.5.0.0
  • - Optimizes calculating of the list price across products for scale discounts in the cart.
5.1.0 28 April 2023 >=6.5.0.0
  • - Adds a new plugin configuration for using scale discounts in the cart across products.
  • - Adds a new plugin configuration for displaying the current number of items in the same discount group from the shopping cart as a note on the product page.
  • - Adds a new display name field on the discount group detail page in the Administration.
  • - Optimizes loading of the scale discounts in the cart across products.
5.0.0 7 March 2023 >=6.5.0.0
  • - Compatibility with Shopware 6.5.
4.4.3 13 May 2024 >=6.4.18.0 < 6.5.0.0
  • - Improved compatibility with app scripts in the shopping cart.
4.4.2 27 September 2023 >=6.4.18.0 < 6.5.0.0
  • - Fixes possible problems when loading the discount groups in the account area.
4.4.1 9 June 2023 >=6.4.18.0 < 6.5.0.0
  • - Optimisation of cache invalidation for changes to discount groups.
4.4.0 6 June 2023 >=6.4.18.0 < 6.5.0.0
  • - Allows the discount to be calculated from the purchase price.
4.3.0 2 June 2023 >=6.4.18.0 < 6.5.0.0
  • - Adds a new default order confirmation with discounts from discount group mail template.
4.2.2 1 June 2023 >=6.4.18.0 < 6.5.0.0
  • - Optimizes calculating of the list price across products for scale discounts in the cart.
4.2.1 28 April 2023 >=6.4.18.0
  • - Optimizes loading of the scale discounts in the cart across products.
4.2.0 11 April 2023 >=6.4.18.0
  • - Adds a new plugin configuration for using scale discounts in the cart across products.
  • - Adds a new plugin configuration for displaying the current number of items in the same discount group from the shopping cart as a note on the product page.
  • - Adds a new display name field on the discount group detail page in the Administration.
4.1.0 23 February 2023 >=6.4.18.0
  • - From now on it is possible to use the list price or the RRP (from ACRIS RRP plugin) as a basis for the discount calculation.
  • - From now on, the RRP price (from ACRIS RRP plugin) can also be displayed as a list price.
4.0.2 13 February 2023 >=6.4.18.0
  • - Change of the plugin name and the manufacturer links.
4.0.1 16 January 2023 >=6.4.18.0
  • - RRP based discount calculation corrected for Shopware versions at 6.4.18.0 and above.
4.0.0 16 December 2022 >=6.4.18.0
  • - Optimized the plugin for Shopware versions at 6.4.18.0 and above.
3.4.1 13 January 2023 >=6.4.18.0
  • - Calculates discount correctly when RRP based discount is higher than product price.
3.4.0 26 November 2022 >=6.4.10.0
  • - Adds option "Prevents combination with ACRIS discount groups" at the promotion detail page inside of the conditions tab in the Administration.
3.3.0 26 November 2022 >=6.4.10.0
  • - Now the plugin supports ACRIS RRP.
3.2.2 26 November 2022 >=6.4.10.0
  • - Optimizes loading of the discount groups with dynamic product groups type of the Product assignment.
3.2.1 26 November 2022 >=6.4.10.0
  • - Fixes a problem where discount groups are not loaded correctly to the products or dynamic product groups.
3.2.0 26 November 2022 >=6.4.10.0
  • - Performance optimisation.
3.1.0 26 November 2022 >=6.4.10.0
  • - Adds internal id field for discount groups.
3.0.1 26 November 2022 >=6.4.10.0
  • - Optimizes product price calculation by discount groups.
3.0.0 26 November 2022 >=6.4.10.0
  • - Compatibility with the lowest price of the last 30 days introduced in Shopware 6.4.10.0.
  • - Allows you to enter a minimum order quantity for a discount group.
  • - Correction of the basic price calculation when discounts become active.
  • - Improvement of the discount display in product detail page and product box.
2.3.1 26 November 2022 >=6.4.0.0
  • - Optimized ACRIS CMS integration with BundleHierarchyBuilder.
2.3.0 26 November 2022 >=6.4.0.0
  • - Added config for "Discount display in product box".
  • - Added config for "Discount display in product detail page".
2.2.0 26 November 2022 >=6.4.0.0
  • - Enables better compatibility with the ACRIS B2B plugin.
  • - Performance optimisations.
2.1.3 26 November 2022 >=6.4.0.0
  • - Fixes a possible problem in the ordering process
2.1.2 26 November 2022 >=6.4.0.0
  • - Fixes a problem where discounts were not displayed in the shopping cart for graduated prices.
  • - The heading "My discounts" is only displayed in the account area if discounts are also available for the customer.
  • - Admin optimisations
2.1.1 26 November 2022 >=6.4.0.0
  • - Optimisation of the admin view for the display options in the account area.
2.1.0 26 November 2022 >=6.4.0.0
  • - Adds display option for discount groups in the account area.
  • -
2.0.2 26 November 2022 >=6.4.0.0
  • - Optimisation of the rounding of discounts for graduated prices.
2.0.1 26 November 2022 >=6.4.0.0
  • - Optimizes plugin image.
  • - Improves compatibility with Shopware >= 6.4.10.0.
  • - Optimizes plugin color in administration.
2.0.0 26 November 2022 >=6.4.0.0
  • - Adds discount groups in the shopping cart in the payload.
  • - Adds discount display in the shopping cart.
  • - Adds a plugin setting for rounding of the percentage discounts.
1.4.3 26 November 2022 >=6.4.0.0
  • - Fixes a problem with the configuration of which price should be used to determine the discount.
  • - The option "List price available on the product: use this. - If there is no list price on the product: use the original product price as the list price." is now used as the default configuration for configuring which price to use to determine the discount.
  • - Optimisation of the configuration which price should be used to determine the discount.
1.4.2 26 November 2022 >=6.4.0.0
  • - Fixes a problem where discounts with a value of 0 were not taken into account.
1.4.1 26 November 2022 >=6.4.0.0
  • - Fixes a problem where products were read from the cache with the wrong prices.
  • - Snippet optimisations in the admin.
1.4.0 26 November 2022 >=6.4.0.0
  • - Optimizes snippets for product and customer discount group fields.
1.3.0 26 November 2022 >=6.4.0.0
  • - Optimized discount group tabs at product and customer detail page in Administration.
1.2.0 26 November 2022 >=6.4.0.0
  • - Adds import / export profile for discount groups.
1.1.2 26 November 2022 >=6.4.0.0
  • - Clears cache after creating or saving of the discount group.
1.1.1 26 November 2022 >=6.4.0.0
  • - Optimization in conjunction with the plugin for custom prices
1.1.0 26 November 2022 >=6.4.0.0
  • - Optimize discount group data at listing page in Administration.
1.0.1 26 November 2022 >=6.3.4.0
  • - Fixes a problem where the reduced price of products was not transferred to the shopping cart.
1.0.0 26 November 2022 >=6.4.0.0
  • - Release
Reviews

Average rating of 5 out of 5 stars

5 reviews

5
0
0
0
0

Tut was es soll

Review with rating of 5 out of 5 stars

· 17 July 2025

Nach leichten Anlaufschwierigkeiten (Verständnisprobleme meinerseits) tut das Plugin genau das, was es soll. Also Daumen hoch. Support habe ich keinen benötigt - aber ich denke der wäre sicher auch sofort parat gewesen - daher habe ich hier auch 5 Sterne gegeben..

Feines Tool, rettet uns grad ;)

Review with rating of 5 out of 5 stars

· 26 September 2024

Macht was es soll, Rabatte über Kundengruppen, bereits in der Produktübersicht angezeigt. Tabelle für die Staffelpreise. Cooles Tool, empfehlenswert!

Super Plugin

Review with rating of 5 out of 5 stars

· 21 April 2023

Super Plugin. Support antwortet extrem schnell bei Rückfragen.

Very useful plugin, excellent support

Review with rating of 5 out of 5 stars

· 6 October 2022

The plugin is perfect for our use case where customer groups need to get a discount in an easily manageable way using rules and conditions. The support from Acris is really great, Wolfgang went out of his way to help us by making it compatible with a different plugin.

Ein Muss im B2B

Review with rating of 5 out of 5 stars

· 22 February 2022

Wer mit Kunden arbeitet welche feste Rabatt haben, ist das eine super Erweiterung. Auch Artikel welche nicht rabattfähig sind können von einem Grundrabatt ausgenommen werden.
Änderungswünsche wurden von Acris auch schnell umgesetzt.
Alles in Allem ein gutes Tool