RRP (Recommended Retail Price) / MSRP (Manufacturer's Suggested Retail Price) / Listprice

< 100 downloads
Rule-controlled display of an RRP / MSRP (recommended retail price or manufacturer's suggested retail price) on the product detail page or product overview 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 B2B extensions
Created At May 16, 2023
Last Updated June 8, 2026
Languages de_DE, en_GB
Keywords Price, rrp, Listprice, UPV, MSRP
Technical name AcrisRrp

Highlights

  • New MSRP fields for gross/net – also for variants & tier prices
  • Flexible gross/net display controllable via RuleBuilder
  • MSRP display on product detail and/or listing pages

Features

  • Maintenance of RRP on the product by means of additional RRP gross / RRP net
  • RRP gross / RRP net can be maintained either dependent on each other (standard) or independently of each other
  • RRP ad management with many useful configurations
  • Rule-controlled display of RRP possible (e.g. only for certain customers or customer groups, RRP display gross or net possible)
  • Multilingualism possible (German and English is included)
  • Can also be controlled differently in the sales channels through the RuleBuilder rules.

Purpose of the plugin (German UVP / Englisch RRP or MSRP)

The purpose of the plugin is to display the suggested retail price (RRP). To make this possible, two new fields have been added to the product: RRP Gross and RRP Net. The display of the RRP can be flexibly controlled. For this purpose, we have developed an extensive administration. In the administration Shopware Rulebuilder rules can be used to control the display of the RRP.  (e.g. customer group = retailer or specific customers or similar) In addition, it can be selected whether the RRP should be displayed gross or net. The display can be done in the product boxes as well as on the product detail page.If multiple rules apply, the prioritization of the RRP rules can be used for precise control.


Price fields at the product: RRP gross & RRP net

After installing the plugin, two new price fields are available at the product: RRP Gross as well as RRP Net.
These fields are also available with the extended prices, with graduated prices or also with variants. So that these can be used for display, - these must be filled where the need exists. There is no inheritance of the RRP from the parent article to variants, likewise there is no inheritance of the RRP with graduated prices - if the RRP is to come there to the announcement, the appropriate RRP fields must be filled. There is also the possibility to store different RRP gross and RRP net - for this the automatic link (as usual in Shopware) must be removed, otherwise the RRP is always calculated from the RRP gross price.


Management to display the RRP - Controlled.

The plugin allows the flexible display / control of the RRP prices. For example, it is possible to display a RRP for end customers "gross" and for dealers "net". The control is done by a separate RRP management, this can be found under Settings > Extensions > RRP in the Shopware admin area.

The rules can be created in Shopware with the RuleBuilder, please note that create rules here, which are useful. (e.g. Customer group = XYZ, Customer = 12345, etc. Shopping cart dependent rules are not recommended).


Use of the plugin

  • Fill RRP prices on the product
  • Creation of a RuleBuilder rule (all customers, customer group dealer etc.)
  • Management of the UVP display under: Settings > Extensions > UVP


The following functions are available for RRP management:

Shopwarea Admin: Settings > Extensions > RRP

Basic settings

  • Internal name: is used for the display in the RRP administration, in order to make a fast orientation possible with several rules
  • Active: if active, then this RRP display rule is applied
  • Priority: the higher the number, the higher the weighting. If multiple EIA rules are applied, then the one with the highest priority is used.
  • Assigned rules (Optional) : Active if one of the assigned rules applies (OR operation). If no rule is assigned, this is considered always active.   


Display General

  • Gross / Net Display of RRP: Always show RRP gross | Always show RRP net | Auto (depending on active customer group).

    If "Auto" is selected, then depending on the user, the settings of the customer group (assigned gross / net) will be applied.

Display product box

  • Display active: if active, then the RRP will be displayed on the overview pages.
  • Text before RRP (gross / net): the preassigned text can be changed or deleted here.
  • Text after RRP (gross / net): the predefined text can be changed or deleted here.


Display product detail page

  • Display active: if active, the RRP is displayed on the product detail page.
  • Text before RRP (gross / net): the default text can be changed or deleted here.
  • Text after RRP (gross / net): the predefined text can be changed or deleted here.
  • Install plugin as usual in Shopware.
  • After that, 2 new fields "RRP gross" and "RRP net" are available for the products.
  • The control is done by RRP display rules in the admin area: Settings > Extensions > RRP


Frequently Asked Questions

Example: POST http://localhost/api/_action/sync

[
  {
    "key": "write",
    "action": "upsert",
    "entity": "product",
    "payload": [
      {
        "id": "c7bca22753c84d08b6178a50052b4146",
        "price": [
          {
            "extensions": [],
            "currencyId": "b7d2554b0ce847cd82f3ac9bd1c0dfca",
            "net": 16.79,
            "gross": 19.99,
            "linked": true,
            "listPrice": null,
            "percentage": null,
            "regulationPrice": null,
            "rrpPrice": {
              "gross": 120,
              "currencyId": "b7d2554b0ce847cd82f3ac9bd1c0dfca",
              "linked": true,
              "net": 100
            }
          }
        ]
      }
    ]
  }
]

The RRP can be inserted in product exports as follows (in the example, the gross RRP is inserted):

{% set price = product.calculatedPrice %}
{%- if product.calculatedPrices.count > 0 -%}
    {% set price = product.calculatedPrices.last %}
{%- endif -%}
{%- if price.extensions.acris_rrp_price_price_struct is defined and price.extensions.acris_rrp_price_price_struct.getRrpPricePrice() and price.extensions.acris_rrp_price_price_struct.getRrpPricePrice().gross > 0 -%}{{ price.extensions.acris_rrp_price_price_struct.getRrpPricePrice().gross }}{%- endif -%}

Version Date Compatibility Changelog
5.2.1 1 June 2026 >=6.7.0.0 < 6.8.0.0
  • - Improved plugin compatibility.
5.2.0 5 May 2026 >=6.7.0.0 < 6.8.0.0
  • - Added fallback rule option for instead of RRP display.
  • - Set default values for fallback price and RRP representation on new rule creation.
5.1.0 5 May 2026 >=6.7.0.0 < 6.8.0.0
  • - Added insteadOfRrp gross and net price fields to the product and display in the storefront.
5.0.4 2 March 2026 >=6.7.0.0 < 6.8.0.0
  • - Improved saving of the RRP price in the admin.
5.0.3 30 July 2025 >=6.7.0.0 < 6.8.0.0
  • - Fixed icon compatibility with other plugins.
5.0.2 11 July 2025 >=6.7.0.0 < 6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
5.0.1 3 July 2025 >=6.7.0.0 < 6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
5.0.0 15 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
4.3.15 1 June 2026 >=6.6.0.0 <6.7.0.0
  • - Improved plugin compatibility.
4.3.14 2 March 2026 >=6.6.0.0 <6.7.0.0
  • - Improved saving of the RRP price in the admin.
4.3.13 15 May 2025 >=6.6.0.0 <6.7.0.0
  • - Optimized admin.
4.3.12 26 March 2025 >=6.6.0.0 <6.7.0.0
  • - Optimizes displaying of RRP price for product with advanced prices.
4.3.11 25 March 2025 >=6.6.0.0 <6.7.0.0
  • - Improved admin compatibility with Shopware 6.6.10.*
4.3.10 19 March 2025 >=6.6.0.0 <6.7.0.0
  • - Code optimizations.
4.3.9 18 March 2025 >=6.6.0.0 <6.7.0.0
  • - Improved compatibility of the admin view with Shopware 6.6.10.0.
4.3.8 12 March 2025 >=6.6.0.0 <6.7.0.0
  • - Improves plugin compatibility.
4.3.7 19 February 2025 >=6.6.0.0 <6.7.0.0
  • - Fixes potential issues when loading products without an assigned price.
4.3.6 18 February 2025 >=6.6.0.0 <6.7.0.0
  • - Code and logic optimizations.
  • - Fixes issues where the RRP was not displayed correctly.
4.3.5 17 February 2025 >=6.6.0.0 <6.7.0.0
  • - Fixed a problem in which the gross RRP was not displayed if the net RRP was the same as the sales price shown.
4.3.4 28 January 2025 >=6.6.0.0 <6.7.0.0
  • - Bugfix fixed admin change price.
4.3.3 14 January 2025 >=6.6.0.0 <6.7.0.0
  • - Improves rrp price import of the product price and advanced prices.
4.3.2 14 January 2025 >=6.6.0.0 <6.7.0.0
  • - Optimizes import of the rrp price.
4.3.1 7 November 2024 >=6.6.0.0 <6.7.0.0
  • - Compatibility optimization with older Shopware 6.6.x versions.
4.3.0 21 October 2024 >=6.6.0.0 <6.7.0.0
  • - Populating rrp gross or net price automatically if it is missing or is zero under csv file from rrp gross/net price
4.2.3 11 September 2024 >=6.6.0.0 <6.7.0.0
  • - Fixed rrp price brutto netto in admin
4.2.2 8 July 2024 >=6.6.0.0 <6.7.0.0
  • - Optimizing code by calling parent if rrp does not exists in twig
4.2.1 3 June 2024 >=6.6.0.0 <6.7.0.0
  • - Fixes a problem in connection with the cache when the UVP display was restricted via rules.
4.2.0 31 May 2024 >=6.6.0.0 <6.7.0.0
  • - Added a fallback: basic data RRP or list price from current price or list price from basic data or price from basic data.
  • - Fixes a problem where the RRP was displayed twice.
4.1.0 31 May 2024 >=6.6.0.0 <6.7.0.0
  • - Added rrpPrice to import and export.
4.0.0 19 March 2024 >=6.6.0.0
  • - Compatibility with Shopware 6.6.
3.4.8 1 June 2026 >=6.5.0.0 < 6.6.0.0
  • - Improved plugin compatibility.
3.4.7 26 March 2025 >=6.5.0.0 < 6.6.0.0
  • - Optimizes displaying of RRP price for product with advanced prices.
3.4.6 12 March 2025 >=6.5.0.0 < 6.6.0.0
  • - Improves plugin compatibility.
3.4.5 19 February 2025 >=6.5.0.0 < 6.6.0.0
  • - Fixes potential issues when loading products without an assigned price.
3.4.4 18 February 2025 >=6.5.0.0 < 6.6.0.0
  • - Code and logic optimizations.
  • - Fixes issues where the RRP was not displayed correctly.
3.4.3 17 February 2025 >=6.5.0.0 < 6.6.0.0
  • - Fixed a problem in which the gross RRP was not displayed if the net RRP was the same as the sales price shown.
3.4.2 8 July 2024 >=6.5.0.0 < 6.6.0.0
  • - Optimizing code by calling parent if rrp does not exists in twig
3.4.1 3 June 2024 >=6.5.0.0 < 6.6.0.0
  • - Fixes a problem in connection with the cache when the UVP display was restricted via rules.
3.4.0 31 May 2024 >=6.5.0.0 < 6.6.0.0
  • - Added a fallback: basic data RRP or list price from current price or list price from basic data or price from basic data.
  • - Fixes a problem where the RRP was displayed twice.
3.3.0 31 May 2024 >=6.5.0.0 < 6.6.0.0
  • - Added rrpPrice to import and export.
3.2.1 9 November 2023 >=6.5.0.0
  • - Fixes a problem if only 1 scale price with an RRP is stored in the extended prices.
3.2.0 13 October 2023 >=6.5.0.0
  • - Correction of the installation for various standard shop languages.
  • - Optimized the rules for RRP price.
  • - Added a configurable fallback price if no RRP is found.
  • - Added ability to show the highest RRP when advanced prices are displayed.
  • - Optimized snippets.
3.1.3 29 September 2023 >=6.5.0.0
  • - Improved compatibility with the caching mechanism of Shopware 6.5 in terms of rule mapping.
3.1.2 28 August 2023 >=6.5.0.0
  • - Fixes problems related to caching.
3.1.1 28 August 2023 >=6.5.0.0
  • - Fixes a possible issue where the RRP is not displayed when using extended prices.
  • - Inserts additional CSS classes for the displayed RRP.
3.1.0 9 August 2023 >=6.5.0.0
  • - Fixes a display problem when rules were assigned
3.0.3 13 July 2023 >=6.5.0.0
  • - Fixes a possible problem if the product has no price entered or has a price of 0.
3.0.2 16 June 2023 >=6.5.0.0
  • - Improved storefront compatibility with other plugins.
3.0.1 31 May 2023 >=6.5.0.0
  • - Correction of the installation for various standard shop languages.
3.0.0 13 March 2023 >=6.5.0.0
  • - Compatibility with Shopware 6.5.
2.2.5 28 August 2023 >=6.4.4.0
  • - Fixes problems related to caching.
2.2.4 28 August 2023 >=6.4.4.0
  • - Fixes a possible issue where the RRP is not displayed when using extended prices.
2.2.3 13 July 2023 >=6.4.4.0
  • - Fixes a possible problem if the UVP does not contain a value or is 0.
2.2.2 31 May 2023 >=6.4.4.0
  • - Correction of the installation for various standard shop languages.
2.2.1 22 March 2023 >=6.4.4.0
  • - Optimized the rules for RRP price.
2.2.0 20 March 2023 >=6.4.4.0
  • - Added a configurable fallback price if no RRP is found.
  • - Added ability to show the highest RRP when advanced prices are displayed.
  • - Optimized snippets.
2.1.1 13 March 2023 >=6.4.4.0
  • - Optimized the price extensions.
  • - Optimized the compatibility with AcrisDiscountGroup.
  • - Optimized Administration and Storefront representations.
2.1.0 27 February 2023 >=6.4.4.0
  • - Implemented a new config to hide the rrp price when it is lower than the unit price.
  • - Updated Storefront to show the advanced prices correctly.
  • - Improved variant and price inheritance ability in the Administration.
  • - Improved price dependent pricing for rrp.
  • - Optimized Administration snippets.
2.0.0 23 February 2023 >=6.4.4.0
  • - Removed the possibility of calculating the discount on the basis of the RRP.
  • - Improved plugin compatibility.
1.0.8 9 February 2023 >=6.4.4.0
  • - Change of the plugin name and the manufacturer links.
1.0.7 7 February 2023 >=6.4.4.0
  • - Optimized support for Shopware versions < 6.4.16.0
1.0.6 29 November 2022 >=6.4.4.0
  • - Optimized services and migrations.
1.0.5 28 November 2022 >=6.4.4.0
  • - Optimized discounts which are based on RRP price.
1.0.4 26 November 2022 >=6.4.4.0
  • - Snippet and Administration optimizations.
1.0.2 26 November 2022 >=6.4.4.0
  • - Optimized snippets.
  • - The example RRP Rule is now activated by default with translations.
  • - ACRIS Promotion and ACRIS DiscountGroup integration.
1.0.1 26 November 2022 >=6.4.0.0
  • - Moved the RRP Price data to extensions.
  • - Moved the discount logic to Cart Processor.
  • - Added example RRP Price Rule on activation if there are no entries.
  • - Performance optimizations.
  • - Optimized Administration and Storefront representations.
1.0.0 26 November 2022 >=6.4.0.0
  • - Release
Bewertungen

Average rating of 5 out of 5 stars

2 reviews

2
0
0
0
0

Das Plugin bietet alle gewünschten Funktionen, eine intuitive Oberfläche, verständliche Dokumentation und tollen Support. Absolut empfehlenswert!

Review with rating of 5 out of 5 stars

· 4 June 2024

-

Hilfreich und schnell eingerichtet

Review with rating of 5 out of 5 stars

· 14 August 2023

Ein tolles kleines Helferlein mit einer unschätzbar wichtigen Funktion. Da wir auf unserer Seite sowohl Brutto-, Netto- und Großhandelspreise für bestimmte Kundengruppen anzeigen lassen wollen, war es wichtig ein Plugin zu finden, dass es nur unter der Anwendung bestimmter Regeln erlaubt, Bruttokunden diese zu zeigen. Und genau das macht dieses Plugin. Zu Beginn gab es kleinere Probleme bei der Einrichtung, die Support umgehend für uns gelöst hat. Top! Weiter so und vielen Dank.