Back in stock - Notification

472 downloads
The Back in Stock Notification Plugin allows customers to be notified for products which are out of stock by entering their email. This can be set for products via a specific identifier
Monthly
€19.90* / month
Cancelable monthly
Annual
16.67% discount
€16.58 / month
€238.80* €199.00* / year
after first year €238.80* / year

Technical Information

Category Detail Page, Storefront
Created At February 15, 2021
Last Updated June 13, 2026
Languages de_DE, en_GB
Keywords back in stock, Stock, Out of Stock, stock notification, back in stock notification
Technical name AcrisStockNotification

Highlights

  • Email notification function for out-of-stock products, including status overview
  • Individually configurable per product whether the function is displayed
  • Stock level notification
  • Import and export function for notification data

Features

  • Notification option via e-mail for products with an unavailable stock - An input field for the e-mail address is displayed in the frontend for products.
  • Automatic notification of customers when the stock level of the product changes (to orderable) (Scheduled Tasks and Message Queue must be set up)
  • Email template for notification individually customizable
  • In the Shopware admin area: overview list of all users who want to be notified incl. current status (open, notified on)
  • Compatible with the Shopware Commercial Warehouse System

Range of functions

If a product is not in stock, the user can be notified with his e-mail address sicht when the product is back in stock. The customer is automatically notified with a freely modifiable e-mail (once). The setting of the stock level notification is done individually for each product.

In the plugin configuration, the store owner can set whether products are orderable despite active e-mail notification or whether only the notification function is displayed.   In the admin area (settings -> extensions -> stock notification -> list of stock notifications), the store operator sees an overview of all users who want to be notified (including status, whether and when a notification has been made). 

In addition, the entries for stock level notifications can be exported via the Shopware standard module under Settings -> Import / Export and imported again if required. A suitable profile for import and export is automatically created when the plugin is installed.


Functionality

Since version 3.2.0 there are two ways to activate the e-mail notification.
In the first variant, the e-mail notification is set to always inactive in the plugin configuration.  With this setting, the notification field is only displayed for the product if it currently does not have an available stock level and an additional identifier has been activated for the e-mail notification for the product. Only then it is possible for the customer to enter the e-mail address in the store at the product.
With the second variant, the e-mail notification is set to always active in the plugin configuration. With this setting, the notification field is immediately displayed at the product if this has currently no available stock level. It is possible for the customer to enter the e-mail address in the store at the product. Over an identifier with the product, the e-mail notification for this product can be deactivated.
As soon as a customer has entered the e-mail address, this customer will be automatically notified as soon as the product has an available stock level. This is checked and executed via a scheduled task (= cronjob) once a day.

In the admin area, a button "Show e-mail notification"/"Hide e-mail notification" appears for the respective product under the menu item deliverability. The text of the button varies depending on which setting was previously selected in the plugin configuration. If this is activated, the field for entering the e-mail is either displayed or not displayed on the product detail page in the shop window.

After entering the e-mail, a prompt appears to confirm the e-mail using a link. This way, invalid or non-existent emails can be excluded for notification. So the customer will receive an email when registering, when confirming the email and when the product is available again. The templates of the emails can be customized.

In the admin under Settings > Extensions > Stock level notifications there are 2 different options to see which products have been "requested" or which customers have requested a notification and whether they have been informed.


In addition, a dedicated profile for exporting and importing notification data is available under Settings > Import/Export. This makes it easy to back up, transfer or migrate existing notifications to other systems.

Application scenario

One of your customers desperately wants to buy a certain product in your store buy - unfortunately, however, it is currently sold out and no longer in stock. This situation is both for you and for your customer annoying. This plugin, for an email notification when the stock level increases again, offers the perfect solution for this. Your customer can enter his email address in this case and will be automatically notified as soon as his desired product is available again.


Prerequisite for proper function, is the setup of the Shopware Message Queue & the Scheduled Tasks

https://docs.shopware.com/en/shopware-platform-dev-en/developer-guide/core/message-queue

https://docs.shopware.com/de/shopware-6-de/tutorials-und-faq/scheduled-tasks-anlegen

The installation of the plugin is very fast and straightforward.

  • Call the Plugin Manager via Settings > System > Plugins.
  • Upload, install and activate the plugin.
  • No further configuration of the plugin possible

Frequently Asked Questions

acris_stock_notification_email_notification

acris_stock_notification_email_notification_inactive

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

The sales price incl. VAT can be inserted in the mail template with the variable ‘stockNotificationRecipient.product.price|first.gross’. The net price can be inserted with the variable ‘stockNotificationRecipient.product.price|first.net’. The variable ‘stockNotificationRecipient.product.price|first.listPrice.gross’ can be used to insert the list price incl. VAT

Yes, we have integrated two storefront route endpoints in the plugin: 1. registration for notification (/store-api/stock-notification/notify) 2. confirmation via DoubleOptin (/store-api/stock-notification/confirm) The form for registering for the notification in the storefront must of course be added to the product page when the storefront page is developed. The information in the additional field acris_stock_notification_email_notification for the product and the plugin settings can be used here.

Version Date Compatibility Changelog
6.13.4 10 June 2026 >=6.7.0.0 <6.8.0.0
  • - Fixes an issue where the configured default value for "stock notification threshold" was ignored in the administration.
6.13.3 9 June 2026 >=6.7.0.0 <6.8.0.0
  • - Code optimizations regarding the internal stock alert email notification.
6.13.2 8 June 2026 >=6.7.0.0 <6.8.0.0
  • - Code optimizations.
6.13.1 29 May 2026 >=6.7.0.0 <6.8.0.0
  • - Fix: Removed circular reference in flow storer criteria by replacing `product.options.group` association with `product.options` to prevent TypeError in JsonEntityEncoder when executing stock notification and stock alert flows.
6.13.0 26 May 2026 >=6.7.0.0 <6.8.0.0
  • - Compatibility with SwagCommercial MultiWarehouse system. Stock notifications are now correctly triggered based on sales-channel-specific warehouse group stock, respecting rule-based warehouse group assignments per sales channel.
6.12.1 26 May 2026 >=6.7.0.0 <6.8.0.0
  • - Fixes a possible execution problem with the flow actions (e.g. send mail) for stock notification and stock alert flows.
6.12.0 26 May 2026 >=6.7.0.0 <6.8.0.0
  • - Added error handling configuration to notify admin users or custom email addresses when the stock notification scheduled task is not running.
  • - Added daily scheduled task to monitor the stock notification task health.
6.11.2 22 May 2026 >=6.7.0.0 <6.8.0.0
  • - Fix: Removed UTF-8 BOM from snippet files to prevent 400 Bad Request errors in Shopware.
6.11.1 21 May 2026 >=6.7.0.0 <6.8.0.0
  • - Code optimizations.
6.11.0 21 May 2026 >=6.7.0.0 <6.8.0.0
  • - Added Re-Index button on the stock notification products list to manually trigger recalculation of product notification counters.
6.10.0 21 May 2026 >=6.7.0.0 <6.8.0.0
  • - Added new configuration option "Replace the buy button with a notification button" for the position of the stock notification form. When selected and a product is unavailable, the buy button is replaced by a notification button which opens the stock notification form below on click.
6.9.4 21 May 2026 >=6.7.0.0 <6.8.0.0
  • - Optimized code quality
6.9.3 19 May 2026 >=6.7.0.0 <6.8.0.0
  • - Fix: Products with a product-specific low-stock threshold higher than the global threshold are now correctly included in internal stock alert notifications.
  • - Fix: Products marked as "Ignore in stock alert email" are now correctly excluded from internal stock alert notifications in both collect and non-collect mode.
  • - Fix: Product translations are now correctly loaded when evaluating internal stock alert thresholds and ignore flags.
6.9.2 18 May 2026 >=6.7.0.0 <6.8.0.0
  • - Fix: Stock notification form submit button no longer blocked when Google reCAPTCHA v3 is enabled.
6.9.1 15 May 2026 >=6.7.0.0 <6.8.0.0
  • - Fix: Stock notification form no longer submits before Google reCAPTCHA v3 token is resolved.
  • - Fix: CMS contact forms now submit correctly when Google reCAPTCHA v3 is enabled alongside this plugin.
6.9.0 7 May 2026 >=6.7.0.0 <6.8.0.0
  • - Added import/export profiles for stock notification and stock alert.
6.8.0 6 May 2026 >=6.7.0.0 <6.8.0.0
  • - Added new configuration option to control the position of the stock notification form (above buy button, below product number, or in collapse).
6.7.1 5 May 2026 >=6.7.0.0 <6.8.0.0
  • - Fix: Resolved ClassNotFoundError for StockAlertProductsStorer causing frontend login to fail after Shopware 6.7.x update.
6.7.0 4 May 2026 >=6.7.0.0 <6.8.0.0
  • - Feature: Internal stock alert notifications can now be collected into a single combined email per recipient, sent via a daily scheduled task instead of immediately on every stock change (configurable via plugin settings).
6.6.0 29 April 2026 >=6.7.0.0 <6.8.0.0
  • - Added new configuration option to display the cart button as inactive when ordering is not possible.
6.5.5 23 April 2026 >=6.7.0.0 <6.8.0.0
  • - Improved admin.
6.5.4 13 April 2026 >=6.7.0.0 <6.8.0.0
  • - Code optimizations regarding the form view on the product detail page.
6.5.3 13 April 2026 >=6.7.0.0 <6.8.0.0
  • - Optimized product closeout handling to improve the stock notification form display.
6.5.2 1 April 2026 >=6.7.0.0 <6.8.0.0
  • - Improved stock notification process.
6.5.1 24 March 2026 >=6.7.0.0 <6.8.0.0
  • - Fixes missing buy-widget when using bell icon stock notification and the product is on clearance sale.
6.5.0 5 March 2026 >=6.7.0.0 <6.8.0.0
  • - Added bulk edit support for stock notification and stock alert custom fields in the administration.
6.4.0 5 February 2026 >=6.7.0.0 <6.8.0.0
  • - Added configuration option to send stock alert emails to alternative email addresses instead of the master data email.
6.3.0 30 January 2026 >=6.7.0.0 <6.8.0.0
  • - Added a new configuration option to prevent setting the "isCloseout" status when the stock notification form is active, allowing for more flexible control over maximum purchase quantity calculations.
6.2.3 26 January 2026 >=6.7.0.0 <6.8.0.0
  • - Improves compatibility with the Google captcha v3.
6.2.2 21 January 2026 >=6.7.0.0 <6.8.0.0
  • - Better compatibility with other plugins.
6.2.1 15 January 2026 >=6.7.0.0 <6.8.0.0
  • - Optimization of the new option for the low stock alert with various display options.
6.2.0 15 January 2026 >=6.7.0.0 <6.8.0.0
  • - Added a new option so that the low-stock alert is not displayed, but only used for internal purposes.
6.1.0 17 December 2025 >=6.7.0.0 <6.8.0.0
  • - Added new double opt-in optimization settings for logged in customers and already registered customers.
  • - Added configurable time period for double opt-in reset for already registered customers.
  • - Added scheduled task to automatically reset double opt-in after configured days.
6.0.15 28 October 2025 >=6.7.0.0 <6.8.0.0
  • - The admin preview of elements has been improved.
6.0.14 25 September 2025 >=6.7.0.0 <6.8.0.0
  • - Improves plugin compatibility.
6.0.13 24 September 2025 >=6.7.0.0 <6.8.0.0
  • - Improves plugin compatibility.
6.0.12 23 September 2025 >=6.7.0.0 <6.8.0.0
  • - Code optimizations and new configuration field to limit the notification form to closeout products.
6.0.11 23 September 2025 >=6.7.0.0 <6.8.0.0
  • - Optimization of the display logic of the stock notification form on the product detail page.
6.0.10 18 September 2025 >=6.7.0.0 <6.8.0.0
  • - Optimizes stock notification and stock alert cleanup.
6.0.9 10 September 2025 >=6.7.0.0 <6.8.0.0
  • - Improved admin.
6.0.8 30 July 2025 >=6.7.0.0 <6.8.0.0
  • - Fixed icon compatibility with other plugins.
6.0.7 11 July 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
6.0.6 3 July 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
6.0.5 27 June 2025 >=6.7.0.0 <6.8.0.0
  • - Optimizes Elasticsearch mapping.
6.0.4 23 June 2025 >=6.7.0.0 <6.8.0.0
  • - Fixes the issue on building product elasticsearch indexes.
6.0.3 4 June 2025 >=6.7.0.0 <6.8.0.0
  • - Form validation optimizations
6.0.2 2 June 2025 >=6.7.0.0 < 6.8.0.0
  • - Fixes an issue if the Elasticsearch bundle from Shopware is not installed.
6.0.1 23 May 2025 >=6.7.0.0 < 6.8.0.0
  • - Fixed displaying the correct recipient in the admin.
  • - Optimized E-Mail templates.
6.0.0 14 May 2025 >=6.7.0.0 < 6.8.0.0
  • - Compatibility with Shopware 6.7.
  • - Support for the following languages: de-DE, en-GB, nl-NL, fr-FR, es-ES, fi-FI, nn-NO, sv-SE, cs-CZ, pt-PT, tr-TR, da-DK, it-IT, pl-PL, bs-BA
5.11.1 10 June 2026 >=6.6.0.0 <6.7.0.0
  • - Fixes an issue where the configured default value for "stock notification threshold" was ignored in the administration.
5.11.0 26 May 2026 >=6.6.0.0 <6.7.0.0
  • - Compatibility with SwagCommercial MultiWarehouse system. Stock notifications are now correctly triggered based on sales-channel-specific warehouse group stock, respecting rule-based warehouse group assignments per sales channel.
5.10.0 7 May 2026 >=6.6.0.0 <6.7.0.0
  • - Added import/export profiles for stock notification and stock alert.
5.9.5 13 April 2026 >=6.6.0.0 <6.7.0.0
  • - Code optimizations regarding the form view on the product detail page.
5.9.4 13 April 2026 >=6.6.0.0 <6.7.0.0
  • - Optimized product closeout handling to improve the stock notification form display.
5.9.3 1 April 2026 >=6.6.0.0 <6.7.0.0
  • - Improved stock notification process.
5.9.2 24 March 2026 >=6.6.0.0 <6.7.0.0
  • - Fixes missing buy-widget when using bell icon stock notification and the product is on clearance sale.
5.9.1 24 March 2026 >=6.6.0.0 <6.7.0.0
  • - Code optimizations regarding the form view on the product detail page.
5.9.0 5 March 2026 >=6.6.0.0 <6.7.0.0
  • - Added bulk edit support for stock notification and stock alert custom fields in the deliverability section.
5.8.1 3 March 2026 >=6.6.0.0 <6.7.0.0
  • - Code optimizations regarding the form view on the product detail page.
5.8.0 5 February 2026 >=6.6.0.0 <6.7.0.0
  • - Added configuration option to send stock alert emails to alternative email addresses instead of the master data email.
5.7.0 30 January 2026 >=6.6.0.0 <6.7.0.0
  • - Added a new configuration option to prevent setting the "isCloseout" status when the stock notification form is active, allowing for more flexible control over maximum purchase quantity calculations.
5.6.0 15 January 2026 >=6.6.0.0 <6.7.0.0
  • - Added a new option so that the low-stock alert is not displayed, but only used for internal purposes.
5.5.15 9 December 2025 >=6.6.0.0 <6.7.0.0
  • - Added stock notification position setting to plugin configuration.
5.5.14 23 September 2025 >=6.6.0.0 <6.7.0.0
  • - Code optimizations and new configuration field to limit the notification form to closeout products.
5.5.13 23 September 2025 >=6.6.0.0 <6.7.0.0
  • - Optimization of the display logic of the stock notification form on the product detail page.
5.5.12 18 September 2025 >=6.6.0.0 <6.7.0.0
  • - Optimizes stock notification and stock alert cleanup.
5.5.11 10 September 2025 >=6.6.0.0 <6.7.0.0
  • - Improved admin.
5.5.10 27 June 2025 >=6.6.0.0 <6.7.0.0
  • - Optimizes Elasticsearch mapping.
5.5.9 23 June 2025 >=6.6.0.0 <6.7.0.0
  • - Fixes the issue on building product elasticsearch indexes.
5.5.8 4 June 2025 >=6.6.0.0 <6.7.0.0
  • - Optimized compatibility with the ACCESSIBILITY_TWEAKS flag.
5.5.7 2 June 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixes an issue if the Elasticsearch bundle from Shopware is not installed.
5.5.6 23 May 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixed displaying the correct recipient in the admin.
  • - Optimized E-Mail templates.
5.5.5 30 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimizes sending of the product stock notifications.
5.5.4 24 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimizes storing of the stock notification data.
5.5.3 24 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimization of the notification forms on landing pages.
5.5.2 16 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Improves plugin compatibility.
5.5.1 8 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimizes assigning of the stock notification and alert configuration in the admin.
5.5.0 7 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Adds new plugin configuration to notify own shop when few product pieces are available.
5.4.15 1 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimizes the displaying of the stock notification form.
5.4.14 25 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved admin compatibility with Shopware 6.6.10.*
5.4.13 17 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixed opt in route.
5.4.12 17 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixed an issue where the stock notification form was not displayed in the storefront.
5.4.11 17 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixed mail templates if there was not a product cover specified.
5.4.10 13 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved product selection so it displays variants correctly.
5.4.9 13 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility of the admin view with Shopware 6.6.10.0.
5.4.8 25 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimizes the data handling on the confirmation of the stock notification.
5.4.7 20 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimizing displaying of stock notification and stock alert forms for only physical products.
5.4.6 18 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixes the issue with sending notification emails when products are available.
5.4.5 13 January 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimizes stock notification via scheduled task when the rule is assigned for the stock notification flow.
5.4.4 16 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Reverted storefront optimisation.
5.4.3 16 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed possible storefront error after plugin update.
5.4.2 16 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed stock notification element not working for non-default languages.
5.4.1 3 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimizes loading of the stock alert bell icon in Storefront.
5.4.0 29 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Adds new stock alert functionality.
5.3.7 13 November 2024 >=6.6.0.0 < 6.7.0.0
  • - Bugfix fixed the success message on the product page after confirmation of stock notification.
5.3.6 31 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Code quality improved
5.3.5 31 October 2024 >=6.6.0.0 < 6.7.0.0
  • -Email templates revised
5.3.4 30 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Adds cover and media associations on loading product in the email template.
5.3.3 22 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Bugfix fixed route parameter, fixed route response.
5.3.2 17 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Added route config.
5.3.1 17 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Changed router annotation to attribute.
5.3.0 4 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Added config for disable/enable stock notification double-opt-in.
5.2.5 11 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed that the plugin configuration for “Email notification” was not read correctly per sales channel
5.2.4 2 September 2024 >=6.6.0.0 < 6.7.0.0
  • - Improves loading of available products.
  • - Optimizes loading of the notify data in the email.
5.2.3 30 August 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimizes default stock notification mail templates.
5.2.2 13 August 2024 >=6.6.0.0 < 6.7.0.0
  • - Email notifications will no longer be sent for inactive products.
  • - Optimisation of the e-mail notification query for a large number of products.
  • - Improvements in connection with product variants.
5.2.1 4 July 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixes a problem where the Scheduled Task was no longer executed correctly with Shopware 6.6.
5.2.0 11 June 2024 >=6.6.0.0 < 6.7.0.0
  • - Added configuration "Notify customer when at least X units are in stock"
5.1.5 11 June 2024 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility with the ACRIS Order Matrix plugin.
5.1.4 4 June 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed that the "notified" switch was not being displayed on the stock notification detail page.
5.1.3 4 June 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixed email notification switch not being displayed.
  • - Fixed stock notification create page being a blank white page.
  • - Updated pipeline.
5.1.2 18 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Updated pipleline.
5.1.1 8 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimization of the form validation.
5.1.0 5 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Added new option for showing privacy on stock notification (to inherent from shopware settings - Settings->Log-in and sign-up->Data protection information must be accepted via a checkbox)
5.0.0 4 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Compatibility with shopware 6.6.
4.6.4 24 April 2025 >= 6.5.0.0 <6.6.0.0
  • - Optimizes storing of the stock notification data.
4.6.3 13 January 2025 >= 6.5.0.0 <6.6.0.0
  • - Optimizes stock notification via scheduled task when the rule is assigned for the stock notification flow.
4.6.2 30 October 2024 >= 6.5.0.0 <6.6.0.0
  • - Adds cover and media associations on loading product in the email template.
4.6.1 4 October 2024 >= 6.5.0.0 <6.6.0.0
  • - Fixed default configuration for double-opt-in.
4.6.0 4 October 2024 >= 6.5.0.0 <6.6.0.0
  • - Added config for disable/enable stock notification double-opt-in.
4.5.4 11 September 2024 >= 6.5.0.0 <6.6.0.0
  • - Fixed that the plugin configuration for “Email notification” was not read correctly per sales channel.
4.5.3 2 September 2024 >= 6.5.0.0 <6.6.0.0
  • - Improves loading of available products.
  • - Optimizes loading of the notify data in the email.
4.5.2 30 August 2024 >= 6.5.0.0 <6.6.0.0
  • - Optimizes default stock notification mail templates.
4.5.0 11 June 2024 >= 6.5.0.0 <6.6.0.0
  • - Added configuration "Notify customer when at least X units are in stock"
4.4.2 11 June 2024 >= 6.5.0.0 <6.6.0.0
  • - Improved compatibility with the ACRIS Order Matrix plugin.
4.4.1 8 March 2024 >= 6.5.0.0
  • - Optimization of the form validation.
4.4.0 5 March 2024 >= 6.5.0.0
  • - Added new option for showing privacy on stock notification (to inherent from shopware settings - Settings->Log-in and sign-up->Data protection information must be accepted via a checkbox)
4.3.4 27 February 2024 >= 6.5.0.0
  • - Improves plugin compatibility with Elasticsearch.
4.3.3 23 February 2024 >= 6.5.0.0
  • - Admin filter for notified status on notification product detail page
4.3.2 21 February 2024 >= 6.5.0.0
  • - The checkbox field or the text for the data protection notice is only displayed if the e-mail field is also displayed.
4.3.1 19 February 2024 >= 6.5.0.0
  • - Added 'Notified' filter on 'Stock notification for products' page.
4.3.0 13 February 2024 >= 6.5.0.0
  • - Added 'Notified' filter.
4.2.0 24 January 2024 >= 6.5.0.0
  • - Added new data privacy options
4.1.2 20 December 2023 >= 6.5.0.0
  • - Change the interval stored in the standard Scheduled Task from 1x daily to 1x hourly.
4.1.1 20 December 2023 >= 6.5.0.0
  • - Optimizes handling of the form request response.
4.1.0 11 December 2023 >= 6.5.0.0
  • - Adds plugin configuration for hiding of the delivery time information when the stock notification is displayed at the product page in the Storefront.
  • - Optimizes stock notification product calculation on the cart recalculation.
4.0.7 30 November 2023 >= 6.5.0.0
  • - Adds validation on sending of the stock notification request.
4.0.6 27 November 2023 >= 6.5.0.0
  • - Optimizes adding the product to the cart when the stock notification feature is active for the product.
4.0.5 11 July 2023 >= 6.5.0.0
  • - Logic of orderable quantity and stock notification optimized
  • - Renaming of the plugin setting for orderable products with active stock notification
4.0.4 6 July 2023 >= 6.5.0.0
  • - Logic problem of orderable quantity and stock notification fixed
4.0.3 7 June 2023 >= 6.5.0.0
  • - Optimizes checking of the available products.
4.0.2 11 May 2023 >= 6.5.0.0
  • - Optimizes displaying of the stock notification for products listing in the Administration.
4.0.1 9 May 2023 >= 6.5.0.0
  • - Optimizes overview based on products module in the Administration.
4.0.0 3 May 2023 >= 6.5.0.0
  • - Compatibility with Shopware 6.5.
3.5.9 26 February 2024 >= 6.4.6.0 < 6.5.0.0
  • - Improves plugin compatibility.
3.5.8 14 February 2024 >= 6.4.6.0 < 6.5.0.0
  • - Adds validation on sending of the stock notification request.
3.5.7 27 November 2023 >= 6.4.6.0 < 6.5.0.0
  • - Optimizes adding the product to the cart when the stock notification feature is active for the product.
3.5.6 11 July 2023 >= 6.4.6.0 < 6.5.0.0
  • - Logic of orderable quantity and stock notification optimized
  • - Renaming of the plugin setting for orderable products with active stock notification
3.5.5 6 July 2023 >= 6.4.6.0 < 6.5.0.0
  • - Logic problem of orderable quantity and stock notification fixed
3.5.4 11 May 2023 >= 6.4.6.0 < 6.5.0.0
  • - Optimizes displaying of the stock notification for products listing in the Administration.
3.5.3 9 May 2023 >= 6.4.6.0
  • - Optimizes overview based on products module in the Administration.
3.5.2 18 April 2023 >= 6.4.6.0
  • - Display problem on backorder products fixed
3.5.1 11 April 2023 >= 6.4.6.0
  • - Logic of quantity selection improved
3.5.0 11 April 2023 >= 6.4.6.0
  • - Plugin settings for quantity selection were combined
  • - Better wording of plugin settings
3.4.0 30 March 2023 >= 6.4.6.0
  • - New plugin setting to limit the quantity selection from the product
3.3.0 14 March 2023 >= 6.4.6.0
  • - Added registry date to stock notification table columns and detail page.
3.2.7 8 March 2023 >= 6.4.6.0
  • - Fixed product available for purchase email error.
3.2.6 6 March 2023 >= 6.4.6.0
  • - Fixed email notification for product variants.
3.2.5 1 March 2023 >= 6.4.6.0
  • - Fixes issue with stock notification not sending.
3.2.4 27 February 2023 >= 6.4.6.0
  • - Fixes a problem with loading the listing "Stock notification for products" in the administration
3.2.3 23 February 2023 >= 6.4.6.0
  • - Optimizes the loading of the plugin configuration in the administration
3.2.2 23 February 2023 >= 6.4.6.0
  • - Fixes a problem loading the email notification field on the product page in administration
3.2.1 16 February 2023 >= 6.4.6.0
  • - Optimization of the product page in the administration
  • - Optimization of the shopping cart logic of products with stock level notifications
3.2.0 16 February 2023 >= 6.4.6.0
  • - New plugin setting to activate the stock notifications.
3.1.5 9 February 2023 >= 6.4.6.0
  • - Change of the plugin name and the manufacturer links.
3.1.4 8 February 2023 >= 6.4.6.0
  • - Optimizes loading of the stock notification products in the scheduled task.
3.1.3 6 February 2023 >= 6.4.6.0
  • - Optimizes displaying of the stock notification form.
3.1.2 6 February 2023 >= 6.4.6.0
  • - Moves ACRIS E-Mail Notification to custom fields to save the additional fields correctly.
3.1.1 2 February 2023 >= 6.4.6.0
  • - Optimized bulk edit for custom fields.
3.1.0 2 December 2022 >= 6.4.6.0
  • - Bulk edit for e-mail notification in Administration product edit page.
3.0.3 26 November 2022 >= 6.4.6.0
  • - Optimizes loading of the stock notification at the Cms product detail page in Storefront.
3.0.2 26 November 2022 >= 6.4.6.0
  • - Fixes error on administration building.
3.0.1 26 November 2022 >= 6.4.6.0
  • - Optimizes plugin image.
  • - Improves compatibility with Shopware >= 6.4.10.0.
  • - Optimizes plugin color in administration.
3.0.0 26 November 2022 >= 6.4.6.0
  • - Migration from business events to the flow builder.
  • - Improved compatibility with Shopware 6.4.6*.
2.2.3 26 November 2022 >= 6.4.0.0
  • - Optimizes stock notification CMS element.
2.2.2 26 November 2022 >= 6.4.0.0
  • - Adds registered flag for the stock notifications.
2.2.1 26 November 2022 >= 6.4.0.0
  • - Optimizes list of registered users for product in Administration.
2.2.0 26 November 2022 >= 6.4.0.0
  • - Optimizes storing stock notification data for products.
2.1.1 26 November 2022 >= 6.4.0.0
  • - Optimizes loading of stock notification for the products in Administration.
2.1.0 26 November 2022 >= 6.4.0.0
  • - Added shopping experience element for the stock notification
2.0.1 26 November 2022 >= 6.4.0.0
  • - Optimization of the scheduled task.
2.0.0 26 November 2022 >= 6.4.0.0
  • - Improved compatibility with Shopware 6.4*.
1.2.1 26 November 2022 >= 6.3.3.0
  • - Fixes an issue where the wrong product name was written to the stock notification registry.
1.1.3 26 November 2022 >= 6.3.3.0
  • - Fixed setting next execution time for stock notification scheduled task.
1.1.2 26 November 2022 >= 6.3.3.0
  • - Fixed setting of storefront URL for confirming email.
1.1.1 26 November 2022 >= 6.3.3.0
  • - Fixed missing default language for creating default data on plugin installation.
1.1.0 26 November 2022 >= 6.3.3.0
  • - Fixed help text for showing e-mail notification on product page.
  • - Added product number column to notification list.
Bewertungen

Average rating of 5 out of 5 stars

7 reviews

7
0
0
0
0

Super Plugin - Super Support

Review with rating of 5 out of 5 stars

· 16 January 2026

Wir haben das Plugin schon zu SW5 Zeiten genutzt. Es liefert uns weiterhin gute Dienste. Nun hatte ich zum SW6 Plugin ich einen Feature-Vorschlag, welcher zu meiner Überraschung, innerhalb eines Tages umgesetzt und in Shopware implementiert wurde! Absoluter TOP Support!!! 6*

Tolle Plugins, Support überragend

Review with rating of 5 out of 5 stars

· 30 November 2023

Ein halbes Jahr nach dem kauf ist uns aufgefallen, das ein Prozess im Admin mit dem Plugin kollidiert ist.
Eine Supportanfrage, sofort eine Lösung, alles läuft wieder. Ohne ACRIS könnten Shopware 6 nicht nutzen

Plugin: Top - Support: 1 mit Sternchen

Review with rating of 5 out of 5 stars

· 28 July 2023

Wir hatten davor ein anderes Plugin bei dem wir die Email-Templates nicht anpassen konnten. Mit diesem Plugin ist die Einrichtung und das anpassen der Template super einfach.
Auch bei Fragen zum Intervall wurde uns innerhalb 20 Minuten vom Support geholfen. Vielen Dank an Wolfgang für deine Hilfe und die Antworten auf die weiteren Fragen.

Astreine Funktion

Review with rating of 5 out of 5 stars

· 28 July 2023

Wir konnten noch nicht alles in Gänze testen & probieren, aber es macht was es soll und der Support ist ein Traum und super-konstruktiv!

insbesondere bei Shops mit kleineren Lagerbeständen im Abverkaufmodus einfach sehr gut

Review with rating of 5 out of 5 stars

· 6 December 2022

eine absolut sinnvolle Erweiterung für uns, die auch gerne von unseren Kunden genutzt wird.
Und jetzt auch die Möglichkeit zur Massenbearbeitung der Produkte, so dass man es nicht mehr bei jeden Artikel einzeln aktivieren muss, ist sehr sehr hilfreich. Danke!