Price on request Pro - B2B price request + price display after login

275 downloads
Essential in B2B - show prices only after activation or after a login. Price on request Show form / buttons rule-controlled for dynamic product groups.
Monthly
€29.90* / month
Cancelable monthly
Annual
16.67% discount
€24.92 / month
€358.80* €299.00* / year

Technical Information

Category B2B extensions
Created At May 19, 2022
Last Updated August 12, 2026
Languages de_DE, en_GB
Keywords Price on Request, hide price, price after login
Technical name AcrisPriceOnRequest

Highlights

  • Hide product prices selectively
  • Direct quote request via integrated enquiry form
  • Enquiry basket for enquiries involving multiple products
  • Set individual prices and graduated prices directly in the admin area
  • Separate area for enquiry baskets in the customer account

Features

  • Prices only visible after login or activation
  • Rule-based control with Rule Builder
  • Enquiry forms for individual products or enquiry baskets for multiple products
  • Central management of all enquiries in the admin area
  • Enquiry form individually customisable via experience worlds
  • Quotes with definable validity dates
  • Overview of all enquiry baskets in the customer account
  • Direct transfer of accepted requests to the shopping basket

Purpose of the plugin

In the standard Shopware version, product prices and purchase buttons can only be controlled to a limited extent. However, for many B2B and special B2C use cases, it is necessary to hide prices and enable individual quote requests.
This plugin was developed to meet precisely these requirements. It replaces the classic purchase process with a structured enquiry and quotation process and offers the following functions:

Hiding product prices
Product prices can be hidden for the entire shop or specifically for certain products or product groups. Alternatively, prices can only be displayed after successful login. Control is via dynamic product groups and rule definitions, so that it can be precisely specified when and for whom prices are visible. Instead of the standard shopping cart button, a ‘Request price’ button can be displayed. This deactivates direct purchase and instead directs customers to the quotation request. Depending on the application, other variants such as login buttons or information texts can also be displayed.

Direct quote request via an integrated enquiry form
Customers can use the integrated enquiry form to request a quote for a product directly. The form can be customised via the experience worlds, e.g. with your own fields, labels and multilingual texts. For logged-in customers, existing customer data is automatically pre-filled.

Bundle multiple products in one price
In addition to individual enquiries, the plugin also supports enquiry shopping baskets. This allows multiple products to be combined in a single price enquiry. The shop operator can set individual prices for each product, define graduated prices and set a validity date for the quote. Accepted quotes can be transferred directly to the shopping basket by the customer and ordered.


Google Tag Manager and Google Analytics

Overview

When a price request is sent, a “generate_lead” event will be pushed to the dataLayer.

Top-Level Fields

  • event – Required: Yes. Description: Always generate_lead.
  • lead_source – Required: Yes. Description: price_on_request_form or price_on_request_cart.
  • lead_type – Required: Yes. Description: Same value as lead_source.
  • request_context – Required: Only for form. Description: product_detail_page or product_box.
  • form_name – Required: Optional. Description: Only if the HTML <form name="..."> exists.
  • items – Required: Yes. Description: Array of requested items.

Item Fields

  • item_id – Required: Yes. Description: Product SKU / number.
  • item_name – Required: Yes. Description: Product name.
  • item_url – Required: Yes. Description: Full product URL.
  • quantity – Required: Yes. Description: Requested quantity.

Allowed Values for lead_source / lead_type

  • Normal form: price_on_request_form
  • Request cart: price_on_request_cart

Example – Normal Price Request Form

window.dataLayer.push({
event: "generate_lead",
lead_source: "price_on_request_form",
lead_type: "price_on_request_form",
request_context: "product_detail_page",
form_name: "priceRequestForm",
items: [
{
item_id: "SKU_12345",
item_name: "Product name",
item_url: "https://www.domain.at/produkt-url",
quantity: 4
}
]
});

Example – Request Cart

window.dataLayer.push({
event: "generate_lead",
lead_source: "price_on_request_cart",
lead_type: "price_on_request_cart",
items: [
{
item_id: "SKU_98765",
item_name: "Another product",
item_url: "https://www.domain.at/produkt-url-2",
quantity: 2
}
]
});

Note: For request cart events, request_context is not sent.

Installation

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

Plugin configuration

Extensions > My Extensions > Custom Input Fields in Storefront > Configure

Enquiry form settings

  • Pre-fill customer data
    Determines whether the enquiry form is automatically filled in with existing customer data.
  • Replies to ‘Email addresses for forms’
    Determines whether the email address provided by the customer is used as the ‘reply to’ address in the enquiry email or not

Variants from prices

  • Starting prices for variants
    Controls the display of starting prices in product overviews.

Create price on request rules

Settings > Extensions > Price on request > Price on request forms > Add

Basic settings

  • Internal name
    Name for the overview in the admin
  • Active
    Activate or deactivate rule
  • Priority
    Higher number = higher priority for multiple rules

Display conditions

  • Dynamic product group
    Rule only applies to these products
  • Additional rule builder rules
    Rule only applies if one of the selected conditions is met (OR link)

Price display

  • Price display
    Controls whether the price is displayed or hidden.
  • Delivery information
    Determines whether delivery information should continue to be displayed.
  • Price display for bots
    Here you can define whether search engines are allowed to see prices (important for SEO).

Display configuration

Here you can specify what is displayed instead of the standard ‘Buy’ button.

  • Standard shopping cart button
  • Standard shopping cart button and info text
  • Enquiry form
  • Enquiry form and shopping cart button
  • Enquiry form and info text
  • Login required
  • Login button and enquiry form
  • Login button and info text
  • Info text
  • Enquiry shopping cart
  • Standard shopping cart button and enquiry shopping cart

Enquiry shopping baskets

Settings > Extensions > Price on enquiry > Enquiry shopping baskets

The enquiry basket area displays all price enquiries in which several products have been bundled together in a single enquiry.
Here, the shop operator can:

  • View all enquiry baskets
  • Check the status of the enquiry (open, accepted, rejected)
  • Set individual prices and graduated prices per product
  • Define a validity date for offers
  • Accept or reject enquiries

Price enquiries received

Settings > Extensions > Price on request > Price enquiries received

All enquiries made via the enquiry form for individual products are displayed under price enquiries received.

Here, the shop operator can:

  • View individual product enquiries
  • Check the form data filled in by the customer
  • View product information and the current price
  • Set the status to ‘Customer notified’
  • Control further communication via email or Flow Builder.

Shopping-Experiences: Enquiry form

Contents > Shopping Experiences > Price on request > Duplicate ACRIS Standard Price on request form

Fields
Here, form fields can be edited, deleted or added.

Basic settings

  • Recipient addresses
    Email addresses for sending the enquiry
  • Web service URL
    Optional sending of form data to a web service.
  • HTML <form> name attribute
    Technical name of the form in the HTML code.
  • Hide form title
    Hides the form heading in the front end.
  • Title
    Defines the visible form title.
  • Button text
    Label of the submit button.
  • Button postion
    Position of the button in the form.
  • Text after successful submission
    Message after successful submission of the request.

Videos

Frequently Asked Questions

Yes, please make a copy of the provided experience, then the form fields and recipients can be customized.

This can be implemented via two "Price on request" configurations:

  1. Block for customers who are not logged in: Shopping basket button -> Login
  2. Block for logged-in customers without approval: shopping basket button -> info text (‘No order without approval’) AND assign rule with condition ‘Customer group is not from retailer’

Version Date Compatibility Changelog
7.15.3 4 August 2026 >=6.7.0.0 <6.8.0.0
  • - Fixed a JavaScript error that prevented the price request modal from opening on Shopware versions below 6.7.12
7.15.2 28 July 2026 >=6.7.0.0 <6.8.0.0
  • - Fixes a case where the config for having a valid customer specific price was not being considered if not also a dynamic product group was selected.
7.15.1 23 July 2026 >=6.7.0.0 <6.8.0.0
  • - Fixed the price request flow aborting on Shopware 6.7.12 so the confirmation emails are sent again.
7.15.0 20 July 2026 >=6.7.0.0 <6.8.0.0
  • - New display condition for the AcrisCustomerPrice plugin: show a price on request depending on whether the logged-in customer has a valid customer-specific price.
  • - The new customer price option is combined via OR with the dynamic product groups and is only shown when the AcrisCustomerPrice plugin is active.
7.14.0 6 July 2026 >=6.7.0.0 <6.8.0.0
  • - Guests now see the data protection checkbox when sending a request cart, if it is required in the settings.
  • - Added server-side validation for the guest data protection consent.
  • - Fixing plugin installation issue after a previous uninstall.
7.13.0 3 July 2026 >=6.7.0.0 <6.8.0.0
  • - The form builder fields are now responsive: separate field sizes for desktop, tablet and mobile.
  • - Fields now default to 100% width on mobile (viewports xs and sm).
  • - The tablet field size can now inherit the desktop size.
7.12.0 24 June 2026 >=6.7.0.0 <6.8.0.0
  • - It is now possible to allow customers who are not logged in to use request carts.
  • - It is now possible to convert wishlists to request carts / request forms.
  • - Request carts can now be created in the admin.
  • - The email templates for the request cart have been updated, unless they were modified. If they were modified, a new email template will be created, which must be assigned to the Flow Builder in order to be used.
  • - Improved uninstallation process.
7.11.3 18 June 2026 >=6.7.0.0 <6.8.0.0
  • - Vendor dependencies have been removed, as they are already included in Shopware 6.7.
7.11.2 8 June 2026 >=6.7.0.0 <6.8.0.0
  • - Code optimizations to improve the extensibility of the price on request form.
7.11.1 28 May 2026 >=6.7.0.0 <6.8.0.0
  • - Optimized the price display for bundles when the "Price on request" rule is enabled only for the box view.
7.11.0 26 May 2026 >=6.7.0.0 <6.8.0.0
  • - New select options now get unique auto-generated values (new_option_1, new_option_2, etc.).
  • - Added warning notification when duplicate option values are detected.
7.10.6 7 May 2026 >=6.7.0.0 <6.8.0.0
  • - Fix: Request form button now renders correctly when cartFunctionality is returned as a plain string instead of an object with .value property (Shopware 6.7 compatibility).
7.10.5 30 April 2026 >=6.7.0.0 <6.8.0.0
  • - Fix: Resolved circular reference error when activating plugin alongside SwagB2bPlatform.
7.10.4 8 April 2026 >=6.7.0.0 <6.8.0.0
  • - The size of the CAPTCHA for the request form has been adjusted.
7.10.3 1 April 2026 >=6.7.0.0 <6.8.0.0
  • - Improved price calculation.
7.10.2 17 March 2026 >=6.7.0.0 <6.8.0.0
  • - Admin optimization.
  • - Storefront optimization.
7.10.1 17 March 2026 >=6.7.0.0 <6.8.0.0
  • - Fixed an issue that products were added multiple times to the shopping cart.
7.10.0 16 March 2026 >=6.7.0.0 <6.8.0.0
  • - A new recipient option has been added for the "Send email" action of the "ACRIS Price on request / Send" trigger.
7.9.6 16 March 2026 >=6.7.0.0 <6.8.0.0
  • - Fixed compatibility conflict with third-party plugins that also override the AddToCart functionality (e.g. area calculation plugins). The AddToCart override has been replaced with a dedicated standalone plugin registration that only targets request cart buttons, completely eliminating interference with other plugins on the product detail page.
7.9.5 11 March 2026 >=6.7.0.0 <6.8.0.0
  • - Optimised request form prefill handling in storefront.
7.9.4 10 March 2026 >=6.7.0.0 <6.8.0.0
  • - Fixed and issue where the additional information texts were not displayed correctly.
7.9.3 4 March 2026 >=6.7.0.0 <6.8.0.0
  • - Optimized input fields for additional information texts.
7.9.2 4 March 2026 >=6.7.0.0 <6.8.0.0
  • - Optimized visibility of the additional information texts in the product listing and detail page.
7.9.1 4 March 2026 >=6.7.0.0 <6.8.0.0
  • - Fixed an issue where the display settings for the "Add to Cart" button were not loading correctly.
7.9.0 3 March 2026 >=6.7.0.0 <6.8.0.0
  • - Added field help text setting for price on request form fields in shopping experience.
7.8.0 3 March 2026 >=6.7.0.0 <6.8.0.0
  • - New input fields have been added that allow additional information texts to be displayed on the detail page as well as in the product box before and after the selected display settings.
7.7.0 2 March 2026 >=6.7.0.0 <6.8.0.0
  • - Added google analytics for request cart and request form.
7.6.0 2 March 2026 >=6.7.0.0 <6.8.0.0
  • - It is now possible to add multiple products to the request form. Can be changed in the plugin configuration.
  • - Improved product display in the admin.
  • - Fixed an issue when switching from request cart to a request form that the prices were still displayed.
  • - Updated request form mail template if it has not been changed. If it was changed, a new mail template will be created and must be assigned to the flow builder to be used.
7.5.4 25 February 2026 >=6.7.0.0 <6.8.0.0
  • - Improved search bar in admin.
7.5.3 23 February 2026 >=6.7.0.0 <6.8.0.0
  • - Improves plugin compatibility.
7.5.2 21 January 2026 >=6.7.0.0 <6.8.0.0
  • - Better compatibility with other plugins.
7.5.1 19 January 2026 >=6.7.0.0 <6.8.0.0
  • - Optimized storefront.
  • - Optimized admin.
  • - Fixed an issue that the quantity was not displayed correctly inside a request cart.
7.5.0 14 January 2026 >=6.7.0.0 <6.8.0.0
  • - Added price display for bots (e.g. Google Bot).
7.4.3 8 January 2026 >=6.7.0.0 <6.8.0.0
  • - Improved storefront.
  • - Code optimization.
7.4.2 18 December 2025 >=6.7.0.0 <6.8.0.0
  • - Improved the price display when a request form was sent.
7.4.1 12 December 2025 >=6.7.0.0 <6.8.0.0
  • - Fixed an issue with the price calculation.
  • - Fixed an issue that products were not added in the correct request cart if there are multiple request carts available.
7.4.0 11 December 2025 >=6.7.0.0 <6.8.0.0
  • - It is now possible to request a price for specific products with the new request cart system.
7.3.0 28 September 2025 >=6.7.0.0 <6.8.0.0
  • - Added file upload field type to request form in shopping experience.
  • - Added attachment to the sent email if a file was uploaded in the request form.
  • - Added file display in the received request detail page in administration.
7.2.4 26 September 2025 >=6.7.0.0 <6.8.0.0
  • - Translation error in admin fixed.
7.2.3 18 September 2025 >=6.7.0.0 <6.8.0.0
  • - Improves plugin compatibility.
7.2.2 9 September 2025 >=6.7.0.0 <6.8.0.0
  • - Improves loading of the price on requests.
7.2.0 5 September 2025 >=6.7.0.0 <6.8.0.0
  • - Added new field type "Number" with support for minimum and maximum value.
  • - Introduced character limitations (min/max) for all applicable text input fields.
  • - Default value for new fields is now "Text field" instead of "Salutation".
  • - Field label (title) is now shown in the header if filled in.
  • - Updated and corrected labels, placeholders, and help texts.
  • - Added datefield.
  • - Added Validationfeedbackmessages to formfields.
  • - Added admin validation for "HTML <form> name attribute".
7.1.6 30 July 2025 >=6.7.0.0 <6.8.0.0
  • - Fixed icon compatibility with other plugins.
7.1.5 30 July 2025 >=6.7.0.0 <6.8.0.0
  • - Fixes an issue where products that are blocked for certain rules or the default customer group are removed from the cart upon login.
7.1.4 11 July 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
7.1.3 9 July 2025 >=6.7.0.0 <6.8.0.0
  • - Fixes an issue where the cart was no longer available if the customer had not logged in for more than 24 hours.
7.1.2 3 July 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
7.1.1 25 June 2025 >=6.7.0.0 <6.8.0.0
  • - Fixes info text not displaying in the element configuration in the shopping experience.
7.1.0 25 June 2025 >=6.7.0.0 <6.8.0.0
  • - Added info text for display field type to the form fields.
  • - Added spacing bottom settings for form fields.
7.0.1 4 June 2025 >=6.7.0.0 <6.8.0.0
  • - Fixed an issue where the price on request button was displayed twice.
7.0.0 19 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
6.9.3 28 May 2026 >=6.6.0.0 <6.7.0.0
  • - Optimized the price display for bundles when the "Price on request" rule is enabled only for the box view.
6.9.2 1 April 2026 >=6.6.0.0 <6.7.0.0
  • - Improved price calculation.
6.9.1 17 March 2026 >=6.6.0.0 <6.7.0.0
  • - Fixed an issue that products were added multiple times to the shopping cart.
6.9.0 16 March 2026 >=6.6.0.0 <6.7.0.0
  • - A new recipient option has been added for the "Send email" action of the "ACRIS Price on request / Send" trigger.
6.8.6 11 March 2026 >=6.6.0.0 <6.7.0.0
  • - Optimised request form prefill handling in storefront.
6.8.5 10 March 2026 >=6.6.0.0 <6.7.0.0
  • - Fixed and issue where the additional information texts were not displayed correctly.
6.8.4 10 March 2026 >=6.6.0.0 <6.7.0.0
  • - Fixed and issue where the additional information texts were not displayed correctly.
6.8.3 4 March 2026 >=6.6.0.0 <6.7.0.0
  • - Optimized input fields for additional information texts.
6.8.2 4 March 2026 >=6.6.0.0 <6.7.0.0
  • - Optimized visibility of the additional information texts in the product listing and detail page.
6.8.1 4 March 2026 >=6.6.0.0 <6.7.0.0
  • - Fixed an issue where the display settings for the "Add to Cart" button were not loading correctly.
6.8.0 2 March 2026 >=6.6.0.0 <6.7.0.0
  • - New input fields have been added that allow additional information texts to be displayed on the detail page as well as in the product box before and after the selected display settings.
6.7.0 24 February 2026 >=6.6.0.0 <6.7.0.0
  • - Added google analytics for request cart and request form.
6.6.1 19 January 2026 >=6.6.0.0 <6.7.0.0
  • - Optimized storefront.
  • - Optimized admin.
  • - Fixed an issue that the quantity was not displayed correctly inside a request cart.
6.6.0 14 January 2026 >=6.6.0.0 <6.7.0.0
  • - Added price display for bots (e.g. Google Bot).
6.5.5 7 January 2026 >=6.6.0.0 <6.7.0.0
  • - Improved plugin compatibility with older shopware versions.
  • - Improved storefront.
  • - Code optimization.
6.5.4 18 December 2025 >=6.6.0.0 <6.7.0.0
  • - Improved the price display when a request form was sent.
6.5.3 17 December 2025 >=6.6.0.0 <6.7.0.0
  • - Improved plugin compatibility with older shopware versions.
6.5.2 16 December 2025 >=6.6.0.0 <6.7.0.0
  • - Improved plugin compatibility with older shopware versions.
6.5.1 12 December 2025 >=6.6.0.0 <6.7.0.0
  • - Fixed an issue with the price calculation.
  • - Fixed an issue that products were not added in the correct request cart if there are multiple request carts available.
6.5.0 9 December 2025 >=6.6.0.0 <6.7.0.0
  • - It is now possible to request a price for specific products with the new request cart system.
6.4.3 29 September 2025 >=6.6.0.0 <6.7.0.0
  • - Fixes possible issue with Price on request flow event.
6.4.2 26 September 2025 >=6.6.0.0 <6.7.0.0
  • - Translation error in admin fixed.
6.4.1 26 September 2025 >=6.6.0.0 <6.7.0.0
  • - Optimised file upload details in the administration received request detail page.
6.4.0 26 September 2025 >=6.6.0.0 <6.7.0.0
  • - Added file upload field type to request form in shopping experience.
  • - Added attachment to the sent email if a file was uploaded in the request form.
  • - Added file display in the received request detail page in administration.
6.3.4 18 September 2025 >=6.6.0.0 <6.7.0.0
  • - Improves plugin compatibility.
6.3.3 9 September 2025 >=6.6.0.0 <6.7.0.0
  • - Improves loading of the price on requests.
6.3.2 9 September 2025 >=6.6.0.0 <6.7.0.0
  • - Compatibility with the AcrisBundleProduct plug-in has been improved.
6.3.1 9 July 2025 >=6.6.0.0 <6.7.0.0
  • - Fixes an issue where the cart was no longer available if the customer had not logged in for more than 24 hours.
6.3.0 25 June 2025 >=6.6.0.0 <6.7.0.0
  • - Added info text for display field type to the form fields.
  • - Added spacing bottom settings for form fields.
6.2.2 4 June 2025 >=6.6.0.0 <6.7.0.0
  • - Fixed an issue where the price on request button was displayed twice.
6.2.1 5 May 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimized plugin compatibility with AcrisWishlist.
6.2.0 30 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Added plugin compatibility with AcrisWishlist.
6.1.5 29 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with other plugins.
6.1.4 24 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixed plugin compatibility with shopware 6.6.10.*
6.1.3 7 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimization of the included form builder email templates.
6.1.2 25 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Compatibility with the Acris Configurator plug-in has been established.
6.1.1 18 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixed price on request displaying for all products when using dynamic product groups conditions.
6.1.0 11 March 2025 >=6.6.10.0 < 6.7.0.0
  • - Added position options for request form button.
6.0.1 4 March 2025 >=6.6.10.0 < 6.7.0.0
  • - Improved compatibility with ACRIS Order Matrix Plugin.
6.0.0 25 February 2025 >=6.6.10.0 < 6.7.0.0
  • - Improves plugin compatibility with Shopware 6.6.10.* versions.
5.3.4 18 September 2025 >=6.6.0.0 <6.7.0.0
  • - Improves plugin compatibility.
5.3.3 9 September 2025 >=6.6.0.0 <6.7.0.0
  • - Improves loading of the price on requests.
5.3.2 29 April 2025 >=6.6.0.0 <6.7.0.0
  • - Improved compatibility with other plugins.
5.3.1 18 March 2025 >=6.6.0.0 <6.7.0.0
  • - Fixed price on request displaying for all products when using dynamic product groups conditions.
5.3.0 10 March 2025 >=6.6.0.0 <6.7.0.0
  • - Added position options for request form button.
5.2.10 4 March 2025 >=6.6.0.0 <6.7.0.0
  • - Improved compatibility with ACRIS Order Matrix Plugin.
5.2.9 4 March 2025 >=6.6.0.0 <6.7.0.0
  • - Fixed a problem where “Price on request” forms were not loaded correctly.
5.2.8 21 February 2025 >=6.6.0.0 <6.7.0.0
  • - Optimizes loading of price on request forms.
5.2.7 19 February 2025 >=6.6.0.0 <6.7.0.0
  • - Improves loading of the price requests.
5.2.6 21 January 2025 >=6.6.0.0 <6.7.0.0
  • - Improved compatibility with the ACRIS Cross Sellings plugin in the list view for the cross selling position "Above the Product Price".
5.2.5 21 January 2025 >=6.6.0.0 <6.7.0.0
  • - Fixes a potential issue during the plugin update.
5.2.4 21 January 2025 >=6.6.0.0 <6.7.0.0
  • - Improved compatibility with the ACRIS Cross Sellings plugin in the list view for the cross selling position "Above the Product Price".
5.2.3 19 December 2024 >=6.6.0.0 <6.7.0.0
  • - Optimised Webservice execution in Flow builder.
5.2.2 18 December 2024 >=6.6.0.0 <6.7.0.0
  • - Fixes unknown action error when using Webservice in Flow builder.
5.2.1 6 December 2024 >=6.6.0.0 <6.7.0.0
  • - Fixes cart being cleared after an automatic inactivity logout (Shopware Default = 1 Day).
5.1.6 13 November 2024 >=6.6.0.0 <6.7.0.0
  • - Optimization of the check for starting prices for variants in product overviews.
  • - Performance optimization: From now on, the check for starting prices for variants for products in the shopping cart and on product pages when searching for the best matching variant will no longer be performed.
5.1.5 13 September 2024 >=6.6.0.0 <6.7.0.0
  • - Added input types to form fields to prevent wrong data sent.
5.1.4 12 September 2024 >=6.6.0.0 <6.7.0.0
  • - Fixed country name not displaying correctly in the in multi-language email template.
5.1.3 14 August 2024 >=6.6.0.0 <6.7.0.0
  • - Fixes a problem where the login button was still visible after a login.
5.1.2 12 August 2024 >=6.6.0.0 <6.7.0.0
  • - From now on, form values of forms will be cached and filled in correctly after loading the page.
5.1.1 6 August 2024 >=6.6.0.0 <6.7.0.0
  • - Includes rules in the check of the cheapest price of variants.
5.1.0 5 August 2024 >=6.6.0.0 <6.7.0.0
  • - Allows you to check variants in product overviews and set the correct cheapest prices.
5.0.8 1 August 2024 >=6.6.0.0 <6.7.0.0
  • - Improved compatibility with ACRIS Cross Selling plugin.
5.0.7 17 July 2024 >=6.6.0.0 <6.7.0.0
  • - Improved display of the product page button.
5.0.6 16 July 2024 >=6.6.0.0 <6.7.0.0
  • - Improved compatibility with ACRIS Cross Selling plugin.
5.0.5 7 June 2024 >=6.6.0.0 <6.7.0.0
  • - A bug in the shopping experience layouts list display has been fixed.
5.0.4 8 May 2024 >=6.6.0.0 <6.7.0.0
  • - The administration page “Received requests” no longer works, this has been fixed.
5.0.3 7 May 2024 >=6.6.0.0 <6.7.0.0
  • - Optimised price visibility on the wishlist page.
5.0.2 6 May 2024 >=6.6.0.0 <6.7.0.0
  • - The configuration page in the shopping experience for “Price on request”, which is a blank white page, has been corrected.
5.0.1 25 March 2024 >=6.6.0.0
  • - Updated Pipeline file
5.0.0 18 March 2024 >=6.6.0.0
  • - Compatibility with Shopware 6.6.
4.7.0 21 November 2024 >=6.5.4.0 <6.6.0.0
  • - Added a new configuration in the flow builder to select whether the form should be sent to the email address from the submitted form itself.
4.6.7 28 May 2026 >=6.5.4.0 <6.6.0.0
  • - Optimized the price display for bundles when the "Price on request" rule is enabled only for the box view.
  • - Compatibility with the AcrisBundleProduct plug-in has been improved.
4.6.6 13 November 2024 >=6.5.4.0 <6.6.0.0
  • - Optimization of the check for starting prices for variants in product overviews.
4.6.5 13 September 2024 >=6.5.4.0 <6.6.0.0
  • - Added input types to form fields to prevent wrong data sent.
4.6.4 12 September 2024 >=6.5.4.0 <6.6.0.0
  • - Fixed country name not displaying correctly in the in multi-language email template.
4.6.3 19 August 2024 >=6.5.4.0 <6.6.0.0
  • - Optimised price visibility on the wishlist page.
4.6.2 14 August 2024 >=6.5.4.0 <6.6.0.0
  • - Fixes a problem where the login button was still visible after a login.
4.6.1 12 August 2024 >=6.5.4.0 <6.6.0.0
  • - From now on, form values of forms will be cached and filled in correctly after loading the page.
4.6.0 6 August 2024 >=6.5.4.0
  • - Allows you to check variants in product overviews and set the correct cheapest prices.
4.5.3 7 May 2024 >=6.5.4.0 <6.6.0.0
  • - Optimised price visibility on the wishlist page.
4.5.2 19 March 2024 >=6.5.4.0
  • - Optimised caching after customer login.
4.5.1 5 March 2024 >=6.5.4.0
  • - Data privacy checkbox on form now follows shopware config (Settings->Log-in & sign-up->Data protection information must be accepted via a checkbox )
4.5.0 14 February 2024 >=6.5.4.0
  • - Compatibility with the AcrisBundleProduct plug-in has been established
4.4.2 25 January 2024 >=6.5.4.0
  • - Fixed Single select values not showing in the e-mail.
4.4.1 11 January 2024 >=6.5.4.0
  • - Optimised element configuration initialisation in Shopping experience.
  • - Optimised form fields display in Storefront.
4.4.0 11 January 2024 >=6.5.4.0
  • - Added option to display form fields in separate rows.
4.3.1 10 January 2024 >=6.5.4.0
  • - First and Lastname were taken from the form and added with the email as reply addresses in the e-mail sent.
4.3.0 5 January 2024 >=6.5.4.0
  • - E-mail addresses were taken from the form and inserted as reply addresses in the e-mail sent.
4.2.3 23 November 2023 >=6.5.4.0
  • - Optimised single and multi select data structure for webservices.
4.2.2 18 November 2023 >=6.5.4.0
  • - Performance optimisations.
4.2.1 6 November 2023 >=6.5.4.0
  • - Allows you to insert more than 255 characters in the info text.
4.2.0 3 November 2023 >=6.5.4.0
  • - The TWIG code module can now be used in the info text for the price on request.
4.1.3 2 November 2023 >=6.5.4.0
  • - Optimised meta data in page header.
4.1.2 24 October 2023 >=6.5.4.0
  • - Fixed problem with product data not displaying in received requests list.
4.1.1 23 October 2023 >=6.5.4.0
  • - Fixed error text issue in request price modals.
4.1.0 18 October 2023 >=6.5.4.0
  • - Added hidden form field type.
  • - Optimised form data structure.
  • - Allows you to prefill non customer field types with value or GET-Parameter.
  • - Optimised meta data structure on product detail page.
4.0.1 11 October 2023 >=6.5.4.0
  • - Optimizes the display on the product detail page
4.0.0 9 October 2023 >=6.5.4.0
  • - Optimized plugin hierarchy for Shopware >= 6.5.4.x
3.3.3 28 May 2026 >=6.5.0.0 <6.5.4.0
  • - Optimized the price display for bundles when the "Price on request" rule is enabled only for the box view.
3.3.2 9 September 2025 >=6.5.0.0 <6.5.4.0
  • - Compatibility with the AcrisBundleProduct plug-in has been improved.
3.3.1 25 February 2025 >=6.5.0.0 <6.5.4.0
  • - Compatibility with the Acris Configurator plug-in has been established.
3.3.0 14 February 2024 >=6.5.0.0
  • - Compatibility with the AcrisBundleProduct plug-in has been established
3.2.0 11 January 2024 >=6.5.0.0
  • - Added option to display form fields in separate rows.
3.1.2 18 November 2023 >=6.5.0.0
  • - Performance optimisations.
3.1.1 6 November 2023 >=6.5.0.0
  • - Allows you to insert more than 255 characters in the info text.
3.1.0 3 November 2023 >=6.5.0.0
  • - The TWIG code module can now be used in the info text for the price on request.
3.0.14 25 September 2023 >=6.5.0.0
  • - Improved compatibility with the caching mechanism of Shopware 6.5. Attention: After the update, all rules stored in the price on request rules must be removed again and then reassigned.
3.0.13 30 August 2023 >=6.5.0.0
  • - Show price request functionality if we don't allow add to cart in listing.
3.0.12 29 August 2023 >=6.5.0.0
  • - Optimised compatibility with ACRIS Price Switch plugin.
3.0.11 21 August 2023 >=6.5.0.0
  • - Added additional classes for request button and info texts in storefront.
3.0.10 11 August 2023 >=6.5.0.0
  • - Added custom classes to request info texts in storefront.
3.0.9 7 August 2023 >=6.5.0.0
  • - Optimisation of plugin compatibility for the price display in the storefront.
3.0.8 3 August 2023 >=6.5.0.0
  • - Optimised plugin compatibility.
3.0.7 18 July 2023 >=6.5.0.0
  • - Optimised plugin compatibility.
  • - Improved product box display in storefront.
3.0.6 14 July 2023 >=6.5.0.0
  • - Product box view optimized.
3.0.5 19 June 2023 >=6.5.0.0
  • - Improved storefront compatibility with other plugins.
3.0.4 17 May 2023 >=6.5.0.0
  • - Fixed product box price visible on search pages.
3.0.3 12 May 2023 >=6.5.0.0
  • - Added request functionality below the product details button in the listing.
3.0.2 8 May 2023 >=6.5.0.0
  • - Fixes a possible problem when uninstalling the plugin.
3.0.1 5 May 2023 >=6.5.0.0
  • - Fixed error on installing the plugin.
3.0.0 3 May 2023 >=6.5.0.0
  • - Compatibility with Shopware 6.5.
2.7.8 7 May 2024 >=6.4.12.0 <6.5.0.0
  • - Optimised price visibility on the wishlist page.
2.7.7 23 November 2023 >=6.4.12.0
  • - Optimised single and multi select data structure for webservices.
2.7.6 18 November 2023 >=6.4.12.0
  • - Performance optimisations.
2.7.5 2 November 2023 >=6.4.12.0
  • - Optimised meta data in page header.
2.7.4 23 October 2023 >=6.4.12.0
  • - Fixed error text issue in request price modals.
2.7.3 18 October 2023 >=6.4.12.0
  • - Fixed missing template in shopping experience.
2.7.2 18 October 2023 >=6.4.12.0
  • - Optimised form name attribute for prefill and hidden form fields.
2.7.1 18 October 2023 >=6.4.12.0
  • - Optimised meta data loading on product detail page.
2.7.0 18 October 2023 >=6.4.12.0
  • - Added hidden form field type for shopping experience element.
  • - Improved webservice data structure.
  • - Optimised form fields prefill configuration.
2.6.12 11 August 2023 >=6.4.12.0
  • - Added custom classes to request info texts in storefront.
2.6.11 8 August 2023 >=6.4.12.0
  • - Optimisation of plugin compatibility for the price display in the storefront.
2.6.10 14 July 2023 >=6.4.12.0
  • - Product box view optimized.
2.6.9 17 May 2023 >=6.4.12.0
  • - Fixed product box price visible on search pages.
2.6.8 11 May 2023 >=6.4.12.0
  • - Added request functionality below the product details button in the listing.
2.6.7 8 May 2023 >=6.4.12.0
  • - Fixes a possible problem when uninstalling the plugin.
2.6.6 17 April 2023 >=6.4.12.0
  • - Fixed price display bug.
2.6.5 30 March 2023 >=6.4.12.0
  • - Fixes a problem with the display of sales units
2.6.4 23 March 2023 >=6.4.12.0
  • - Fixes a problem when displaying the scale prices
2.6.3 23 March 2023 >=6.4.12.0
  • - Fixes an error when hiding prices on the product detail page
  • - Fixes a display error of the postal code in the mail template
2.6.2 21 March 2023 >=6.4.12.0
  • - Optimised request functionality for shopware standard product layout.
2.6.1 21 February 2023 >=6.4.12.0
  • - Optimized Sales Channel Type criteria.
  • - Optimizes plugin compatibility.
2.6.0 14 February 2023 >=6.4.12.0
  • - Text option added to price display.
  • - Added info text position.
  • - Fixed price display bug.
2.5.6 10 February 2023 >=6.4.12.0
  • - Change of the plugin name and the manufacturer links.
2.5.5 10 February 2023 >=6.4.12.0
  • - Fixed bug on uninstalling the plugin
2.5.4 1 February 2023 >=6.4.12.0
  • - Plugin compatibility improved.
2.5.3 1 February 2023 >=6.4.12.0
  • - Optimised compatibility with ACRIS Quantity Requirement Calculator.
2.5.2 23 January 2023 >=6.4.12.0
  • - Optimised compatibility with ACRIS Search plugin.
2.5.1 20 January 2023 >=6.4.12.0
  • - Updated minimum version required for Shopware.
2.5.0 18 January 2023 >=6.4.11.0
  • - Optimizes loading of the price on requests.
2.4.6 16 January 2023 >=6.4.11.0
  • - Optimised product delivery information display compatibility.
2.4.5 5 January 2023 >=6.4.11.0
  • - Fixed error on plugin update.
2.4.4 4 January 2023 >=6.4.11.0
  • - Corrected VAT form field snippet in Storefront.
2.4.3 22 December 2022 >=6.4.11.0
  • - Fixed delivery information display.
2.4.2 22 December 2022 >=6.4.11.0
  • - Optimizes plugin compatibility.
2.4.1 7 December 2022 >=6.4.11.0
  • - Allows you to prefill or use a placeholder for the comment form field.
2.4.0 5 December 2022 >=6.4.11.0
  • - Added option to individually assign request form configuration for product box, detail or both.
2.3.0 26 November 2022 >=6.4.11.0
  • - Added new options "Default cart button and info text" and "Login button and info text" to Add to cart display settings.
2.2.5 26 November 2022 >=6.4.11.0
  • - Fixed error in Storefront template.
2.2.4 26 November 2022 >=6.4.11.0
  • - Optimizes request form functionality if it is sent from a standard shop page in Storefront.
2.2.3 26 November 2022 >=6.4.11.0
  • - Optimizes displaying of the info text in the Storefront.
2.2.2 26 November 2022 >=6.4.11.0
  • - Optimised plugin compatibility.
2.2.1 26 November 2022 >=6.4.11.0
  • - Allows you to show or hide product delivery information in price request configuration.
2.2.0 26 November 2022 >=6.4.11.0
  • - Allows you to sort options for request form single and multi select field type.
  • - Added checkbox field type to request form in shopping experience.
  • - Optimised price on request email template.
2.1.0 26 November 2022 >=6.4.11.0
  • - Allows you to set sizes for every form field.
2.0.3 26 November 2022 >=6.4.11.0
  • - Fixes an issue where the Shopware Captcha was ignored.
2.0.2 26 November 2022 >=6.4.11.0
  • - Correction of the default language when inserting the email templates.
2.0.1 26 November 2022 >=6.4.11.0
  • - Set the default language of price on request e-mail to German.
2.0.0 26 November 2022 >=6.4.11.0
  • - Optimised plugin compatibility.
1.10.3 26 November 2022 >=6.4.6.0
  • - Correction of the default language when inserting the email templates.
1.10.2 26 November 2022 >=6.4.6.0
  • - Correction of the default language when inserting the email templates.
1.10.1 26 November 2022 >=6.4.6.0
  • - Set the default language of price on request e-mail to German.
1.10.0 26 November 2022 >=6.4.6.0
  • - Updated shopware version requirements.
1.9.12 26 November 2022 >=6.4.6.0
  • - Optimised modal title display.
1.9.11 26 November 2022 >=6.4.6.0
  • - Fixed issue displaying the price advanced pricing when the plugin is deactivated.
1.9.10 26 November 2022 >=6.4.6.0
  • - Fixed issue when loading the received request detail page in administration.
1.9.9 26 November 2022 >=6.4.6.0
  • - Optimised loading of default cms layout in administration.
1.9.8 26 November 2022 >=6.4.6.0
  • - Optimised loading of snippets.
1.9.7 26 November 2022 >=6.4.6.0
  • - Fixed issue with some price related content still displaying in storefront.
  • - Fixed issue when duplicating a request form configuration in administration.
1.9.6 26 November 2022 >=6.4.6.0
  • - Allows you to hide or show request form title.
1.9.5 26 November 2022 >=6.4.6.0
  • - Request price modal functionality improved.
1.9.4 26 November 2022 >=6.4.6.0
  • - Optimised request notified functionality.
1.9.3 26 November 2022 >=6.4.6.0
  • - Added possibility to hide label for request form fields
  • - Optimised received request information page
1.9.2 26 November 2022 >=6.4.6.0
  • - Improved user .experience in Administration
1.9.1 26 November 2022 >=6.4.6.0
  • - Optimised plugin compatibility for price display.
1.9.0 26 November 2022 >=6.4.6.0
  • - Added new status functionality for received price requests.
  • - Added new default Shopping experience layout on activation of the plugin.
1.8.4 26 November 2022 >=6.4.6.0
  • - Optimizes loading of the countries in the Cms price on request form.
1.8.3 26 November 2022 >=6.4.6.0
  • - Adjustment of the e-mail templates - correction of missing data for postcode and VAT ID.
1.8.2 26 November 2022 >=6.4.6.0
  • - Fixed issue with Comment form field not displaying labels in Storefront.
1.8.1 26 November 2022 >=6.4.6.0
  • - Improved compatibility with the ACRIS Shopping Experience Extension plugin.
1.8.0 26 November 2022 >=6.4.6.0
  • - Added possibility to set own labels and placeholders for every form field in Shopping experience.
1.7.2 26 November 2022 >=6.4.6.0
  • - Optimized behaviour if the webservice url is not filled during Price on request was sent flow.
1.7.1 26 November 2022 >=6.4.6.0
  • - Fixed no email received issue when sending a request form with multi selection.
1.7.0 26 November 2022 >=6.4.6.0
  • - Allows you to select a webservice url from Shopping experience or own in Request to webservice Flow action.
1.6.1 26 November 2022 >=6.4.6.0
  • - Fixed console errors in received requests listing in Administration.
  • - Optimized Prefill customer data in plugin configuration.
1.6.0 26 November 2022 >=6.4.6.0
  • - Added new setting for login and request form button type to price request rules.
1.5.3 26 November 2022 >=6.4.6.0
  • - Optimized prefill data for request forms.
1.5.2 26 November 2022 >=6.4.6.0
  • - Optimized compatibility with ACRIS B2B plugin.
1.5.1 26 November 2022 >=6.4.6.0
  • - Optimized user experience for price on request rules in Administration module.
1.5.0 26 November 2022 >=6.4.6.0
  • - Added new Request to webservice action for Flow: Price on request was sent.
1.4.2 26 November 2022 >=6.4.6.0
  • - Improves compatibility with Shopware >= 6.4.10.0.
  • - Optimizes plugin color in administration.
1.4.1 26 November 2022 >=6.4.6.0
  • - Optimised plugin compatibility.
1.4.0 26 November 2022 >=6.4.6.0
  • - Added new option in plugin configuration to prefill or prefill and hide the request form fields in Storefront.
  • - Added new form field types for price on request element in shopping experience.
1.3.3 26 November 2022 >=6.4.6.0
  • - Fixed info text not displaying in product detail page.
1.3.2 26 November 2022 >=6.4.6.0
  • - Fixed errors when using city, zip, vatId, street, department or country field type in forms.
1.3.1 26 November 2022 >=6.4.6.0
  • - Optimised price on request settings for default product detail layout in Storefront.
1.3.0 26 November 2022 >=6.4.6.0
  • - Neue Optionen für die Einstellung der "Warenkorb Button" in der Anfrage-Regel hinzugefügt.
1.2.0 26 November 2022 >=6.4.6.0
  • - Added reCAPTCHA verification to request form.
1.1.7 26 November 2022 >=6.4.6.0
  • - Fixed price meta data settings not working in Storefront.
1.1.6 26 November 2022 >=6.4.6.0
  • - Optimised behaviour after login in Storefront.
  • - Optimised request rule edit in Administration listing.
1.1.5 26 November 2022 >=6.4.6.0
  • - Fixes issue after saving a request rule in Administration adn the additional rules field shows empty.
1.1.4 26 November 2022 >=6.4.6.0
  • - Optimised price request form modal in Storefront.
1.1.3 26 November 2022 >=6.4.6.0
  • - Fixes error on loading the form in modal.
1.1.2 26 November 2022 >=6.4.6.0
  • - Optimised received request listing page.
  • - Added new information to received request in detail page.
1.1.1 26 November 2022 >=6.4.6.0
  • - Fixed issue with form fields not displaying in request modal.
1.1.0 26 November 2022 >=6.4.6.0
  • - Made the request form modal larger.
1.0.2 26 November 2022 >=6.4.6.0
  • - Request form fields are prefilled if the customer is logged in.
1.0.1 26 November 2022 >=6.4.6.0
  • - Fixes a problem when loading the price on request rules for already logged in customers.
  • - Fixes a problem with forwarding after login.
1.0.0 26 November 2022 >=6.4.6.0
  • - Release
Reviews

Average rating of 5 out of 5 stars

9 reviews

9
0
0
0
0

Hervorragende Lösung, vorbildliche API, kundenfreundlicher Support

Review with rating of 5 out of 5 stars

· 8 July 2026

Wir haben mehrere Plugins zur Lösung von Preisanfragen für unsere Anwendungsfälle evaluiert und hier eine gut durchdachte und technisch ausgereifte Lösung gefunden:
Überzeugt haben uns einerseits die Integration mit dem Flow-Builder und andererseits die API mit sauberer und konsistenter Bereitstellung der Funktionen für eine unkomplizierte Integration mit anderen Systemen.

Die Entwickler haben eine hervorragende Arbeit geleistet und wir können dieses Plugin für Unternehmen mit entsprechenden Anforderungen empfehlen.

Engagierter Support mit kurzen Reaktionszeiten und offener Kommunikation.

Tolles Plugin - toller Support

Review with rating of 5 out of 5 stars

· 4 June 2025

Das Plugin verfügbt über viele nützliche Funktionen und der Support hat schnell auf eine Anfrage reagiert.

Gutes Plugin

Review with rating of 5 out of 5 stars

· 14 April 2025

Plugin macht genau was es soll. Was ich aber wichtiger finde und gern hervorhebe:
Der Support ist super, sehr freundlich und kompetent. Wir hatten ein Kompatibilitätsproblem mit einem anderen Plugin. ACRIS hat uns eine genaue Info gegeben mit der das Problem durch die Kollegen beim anderen Plugin binnen von nem Tag gelöst war.

Super Support. Das Plugin funktioniert sehr gut.

Review with rating of 5 out of 5 stars

· 13 December 2024

Der Support reagiert prompt bei kleinen Problemen und geht sofort auf individuelle Kundenwünsche ein. Das Plugin funktioniert einwandfrei und erfüllt genau seine Aufgaben.

Sehr hilfreiches Plugin!

Review with rating of 5 out of 5 stars

· 27 September 2024

Das Plugin funktioniert sehr gut und hilft uns Preise auf Anfrage/ Preise nach dem Anmelden einzustellen. Falls etwas mal nicht auf Anhieb klappt, ist der Support schnell und zuverlässig zur Stelle und kann Probleme effektiv und sehr kundenfreundlich lösen. Wir sind sehr zufrieden :)