Block products for customer groups

Product number: AcrisProductCustomerGroup

Product information "Block products for customer groups"

Highlights

Block products for rules Block products for specific customer groups

 

Features

Blocking of articles / products for certain customer groups Blocking products for selected rules No visibility without the appropriate customer group in the listing (product overview), in the search If a user knows the deeplink and is not logged in with the right customer group, he will get a 404 page exclude from sitemap is selectable

 

Functionality

Enables the blocking of (selected) products for desired customer group(s) or rule(s)

If a product has been blocked for one or more customer groups or rules, the product is:

  • not found in the search
  • not found in the listing
  • the deep link cannot be accessed (404 page is displayed)
Authorised users who do not fall into the ‘blocked customer group’ and for whom the assigned rules do not apply (e.g. login/registration) can find the product in the shop as normal.

Info:

The "blocking" of customer groups is done directly at the corresponding product in the admin area.


Update from plugin version 2.3.x:

Adds an additional plugin configuration for how locking a product in Storefront works:

  • ACRIS Standard
    (Block products only if a customer group is entered in the field provided for this purpose).
  • Block without customer group assignment
    (If NO customer group is entered in the provided field, then the product will be blocked for ALL customer groups).



Import via API

The blocked customer groups can of course be imported via API.

The following example describes how customer groups can be blocked for a product via the Sync API:


[
  {
    "key": "write",
    "action": "upsert",
    "entity": "product",
    "payload": [
      {
        "id": "21ec43c9182c4c9abfd3b8dbeef5ec1c",
        "customFields": {
          "acris_product_customer_group_exclude_sitemap": true
        },
        "acrisBlockCustomerGroup": [
          {
            "id": "cfbd5018d38d41d8adca10d94fc8bdd6"
          },
          {
            "id": "d9943bfd240f472084907c468c692075"
          }
        ]
      }
    ]
  }
]


In the example, two customer groups (UUID cfbd5018d38d41d8adca10d94fc8bdd6 and d9943bfd240f472084907c468c692075) are blocked for the product with UUID 21ec43c9182c4c9abfd3b8dbeef5ec1c via the Sync API.
The additional field acris_product_customer_group_exclude_sitemap determines whether the product should be excluded in the sitemap or not. "true" means an exclusion of the product in the sitemap.


How do I remove a blocked product via the API?

POST http://localhost/api/_action/sync
[
  {
    "action": "delete",
    "payload": [
      {
        "productId": "21ec43c9182c4c9abfd3b8dbeef5ec1c",
        "customerGroupId": "cfbd5018d38d41d8adca10d94fc8bdd6"
      }
    ],
    "entity": "acris_product_customer_group"
  }
]


 

Version
Required Shopware version
Published on
Changelog
Version
6.3.0
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
11 March 2026
Changelog

- Adds customer group and rule assignment to product bulk-edit in the administration.

Version
6.2.1
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
20 January 2026
Changelog

- Improved product preview in administration.

Version
6.2.0
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
23 September 2025
Changelog

- Adds functionality to block products based on the assigned rules.

Version
6.1.5
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
23 July 2025
Changelog

- Fixes an issue where products that are blocked for certain rules or the default customer group are removed from the cart upon login.

Version
6.1.4
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
11 July 2025
Changelog

- Improved plugin compatibility with Shopware 6.7.

Version
6.1.3
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
9 July 2025
Changelog

- Fixes an issue where products blocked for the default customer group are removed from the cart upon login if the user does not belong to the default customer group.

Version
6.1.2
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
3 July 2025
Changelog

- Improved plugin compatibility with Shopware 6.7.

Version
6.1.1
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
26 June 2025
Changelog

- When duplicating products, the blocked customer groups are now transferred to the duplicated product.

Version
6.1.0
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
5 June 2025
Changelog

- Enables a new plugin setting that prevents products from being blocked for administration orders.

Version
6.0.0
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
7 May 2025
Changelog

- 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

Version
5.2.0
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
23 September 2025
Changelog

- Adds functionality to block products based on the assigned rules.

Version
5.1.3
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
23 July 2025
Changelog

- Fixes an issue where products that are blocked for certain rules or the default customer group are removed from the cart upon login.

Version
5.1.2
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
9 July 2025
Changelog

- Fixes an issue where products blocked for the default customer group are removed from the cart upon login if the user does not belong to the default customer group.

Version
5.1.1
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
26 June 2025
Changelog

- When duplicating products, the blocked customer groups are now transferred to the duplicated product.

Version
5.1.0
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
5 June 2025
Changelog

- Enables a new plugin setting that prevents products from being blocked for administration orders.

Version
5.0.5
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
7 May 2025
Changelog

- Optimized variant display on the product detail page.

Version
5.0.4
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
1 July 2024
Changelog

- Fixes the issue with loading the services.

Version
5.0.3
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
1 July 2024
Changelog

- Optimized blocking of the products based on the active customer group.

Version
5.0.2
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
4 June 2024
Changelog

- Improved plugin compatibility for the variant display in the product listing.

Version
5.0.1
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
3 June 2024
Changelog

- Correction of the behaviour if no customer group was selected for approval.

- Improved compatibility with Elasticsearch.

Version
5.0.0
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
22 March 2024
Changelog

- Compatibility with Shopware 6.6.

Version
4.1.2
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0 <6.6.0.0
Published on
29 September 2025
Changelog

- Optimizes plugin configuration.

Version
4.1.1
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0 <6.6.0.0
Published on
22 September 2025
Changelog

- Improves compatibility with Elasticsearch.

Version
4.1.0
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0 <6.6.0.0
Published on
22 September 2025
Changelog

- Adds functionality to block products based on the assigned rules.

Version
4.0.6
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0 <6.6.0.0
Published on
7 May 2025
Changelog

- Optimized variant display on the product detail page.

Version
4.0.5
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0 <6.6.0.0
Published on
1 July 2024
Changelog

- Optimized blocking of the products based on the active customer group.

Version
4.0.4
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0 <6.6.0.0
Published on
4 June 2024
Changelog

- Improved plugin compatibility for the variant display in the product listing.

Version
4.0.3
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0 <6.6.0.0
Published on
3 June 2024
Changelog

- Correction of the behaviour if no customer group was selected for approval.

- Improved compatibility with Elasticsearch.

Version
4.0.2
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0
Published on
14 February 2024
Changelog

- Fixed variants

- Optimized sitemap

Version
4.0.1
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0
Published on
20 April 2023
Changelog

- Shopware core compatibility adapted.

Version
4.0.0
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
24 March 2023
Changelog

- Compatibility with Shopware 6.5.

Version
3.0.2
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
13 February 2023
Changelog

- Change of the plugin name and the manufacturer links.

Version
3.0.1
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
15 January 2023
Changelog

- Optimizes product blocking for the assigned customer groups.

Version
3.0.0
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
11 January 2023
Changelog

- Optimizes blocking of the products for the assigned customer groups.

Version
2.3.3
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
30 November 2022
Changelog

- Optimizes import / export of the product with assigned blocked customer groups.

Version
2.3.2
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Improves plugin compatibility.

Version
2.3.1
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Optimizes plugin image.

Version
2.3.0
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Adds plugin configuration for blocking a product in Storefront if there are no customer groups assigned for the product.

Version
2.2.1
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Improves plugin compatibility.

Version
2.2.0
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Optimisation of the blocking the product variants.

Version
2.1.0
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Adds validation on checking the blocked products in cart.

- Adds possibility to block variant products.

Version
2.0.5
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Optimises resolving of the Cms elements.

Version
2.0.4
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Optimises loading of the assigned customer groups.

Version
2.0.3
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Optimisation of compatibility with other plugins.

Version
2.0.2
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Fixes a possible problem in connection with other plugins.

Version
2.0.1
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Optimize excluding from sitemap at product url provider.

Version
2.0.0
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
26 November 2022
Changelog

- Improved compatibility with Shopware 6.4*.

1 of 1 reviews

Average rating of 5 out of 5 stars


100%

0%

0%

0%

0%


Leave a review!

Share your experiences with other customers.


1 review

2 February 2023 06:24

Review with rating of 5 out of 5 stars

Die perfekte Lösung - einfach zu installieren

Wir möchten eine Auswahl an Produkten nur ausgewählten Kunden zur Verfügung stellen. Dafür ist dieses Plugin die perfekte Lösung. Es ist zudem einfach zu installieren und einzurichten. Zudem ist der Support MEGA schnell. Die Antwort auf unsere Frage kam innerhalb weniger Minuten. Daher volle 5 Sterne.

Skip product gallery

Customers also bought

CMS Preview function - Products, Categories and Shopping Experience
MUST HAVE
Design header and footer with Shopware worlds of experience (and with rules)
MUST HAVE
Theme
TinyMCE HTML Editor with Shopware Entities and Formate Template
MUST HAVE
CMS Shopping Experiences Pro - CMS Blocks, Elements, Grid, Form Builder
MUST HAVE
Product Info Text
Configurator for checkout + shopping cart + customer account