Release products only for defined customer groups

Product number: AcrisCustomerGroupAvailableProduct

Product information "Release products only for defined customer groups"

Highlights

Products only visible to defined customer groups Products only visible according to specific rules Unapproved items do not appear in searches, listings or via deep links

 

Features

Release of articles/products for specific customer groups or rules No visibility without the appropriate customer group in the listing (product overview) or in the search If a user knows the deep link and is not logged in with the correct customer group, they will receive a 404 page Exclusion from sitemap can be selected

 

Functionality

Products are only visible if they have been approved for the desired customer group(s) or rule(s).
If one or more products have not been explicitly approved for certain customer groups or rules, the product:
  • cannot be found in the search
  • cannot be found in the listing
  • cannot be accessed via deep link (404 page is displayed)
Authorised users who are in an approved customer group and/or to whom the approved rules apply can see and access the product in the shop as normal.

Info:

The "release" of the customer groups is done directly with the corresponding product in the admin area

or directly at the customer group in the admin area settings -> store -> customer group -> available products


Update from plugin version 2.1.x

Adds a new plugin configuration: behavior if no customer group is selected for release

  • ACRIS Standard (Release of products only if customer group is entered in the provided field)
  • Release without customer group assignment (If no customer group is entered in the provided field, then the product is automatically released for ALL customer groups)


Import via API

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

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


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


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

 

Bundle: B2B Bundle
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
10 March 2026
Changelog

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

Version
6.2.4
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
3 March 2026
Changelog

- Improved plugin compatibility with other plugins.

Version
6.2.3
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.2
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
4 December 2025
Changelog

- Improves displaying of available products for assigned customer groups and rules.

Version
6.2.1
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
13 October 2025
Changelog

- Optimizes Elasticsearch indexing for rules.

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 new functionality to release products based on the assigned rules.

Version
6.1.6
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
19 September 2025
Changelog

- Optimized admin.

Version
6.1.5
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 < 6.8.0.0
Published on
30 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 and has not logged in for over 24 hours.

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 released 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.4.0
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
10 March 2026
Changelog

- Adds sitemap visibility setting to product bulk-edit in the administration.

Version
5.3.0
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
5 March 2026
Changelog

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

Version
5.2.2
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
13 October 2025
Changelog

- Optimizes Elasticsearch indexing for rules.

Version
5.2.1
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
24 September 2025
Changelog

- Fixed plugin compatibility with other plugins.

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 new functionality to release 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
22 September 2025
Changelog

- Optimized admin.

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 and has not logged in for over 24 hours.

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 released 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.6
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
24 March 2025
Changelog

- Fixes the issue with loading products via Elasticsearch.

Version
5.0.5
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
25 February 2025
Changelog

- Fixes an issue with loading the services.

Version
5.0.4
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
25 September 2024
Changelog

- Bugfix fixed "Exclude selected products from sitemap" checkbox in admin.

Version
5.0.3
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 < 6.7.0.0
Published on
6 August 2024
Changelog

- Fixes the issue with loading of the products at the customer group detail page in the admin.

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

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

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

- 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
21 March 2024
Changelog

- Compatibility with Shopware 6.6.

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

- Adds new functionality to release products based on the assigned rules.

Version
4.0.3
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0 <6.6.0.0
Published on
6 August 2024
Changelog

- Fixes the issue with loading of the products at the customer group detail page in the admin.

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

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

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

- Improved compatibility with Elasticsearch.

Version
4.0.0
Required Shopware version
Published on
Required Shopware version
>=6.5.0.0
Published on
27 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
22 February 2023
Changelog

- Improves plugin compatibility.

Version
3.0.1
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.0
Required Shopware version
Published on
Required Shopware version
>=6.4.0.0
Published on
11 January 2023
Changelog

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

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

- Optimizes loading of the released products from the cache.

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

- Optimizes loading of the product releasing in the Storefront.

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

- Optimizes releasing of the products in Storefront.

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

- Improves plugin compatibility.

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

- Optimizes plugin image.

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

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

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

- Improves compatibility with Shopware >= 6.4.10.0.

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*.

2 of 2 reviews

Average rating of 5 out of 5 stars


100%

0%

0%

0%

0%


Leave a review!

Share your experiences with other customers.


2 reviews

6 August 2024 14:07

Review with rating of 5 out of 5 stars

ACRIS always delivers

ACRIS makes the best plugins. Support is always quick to reply.

23 February 2023 11:07

Review with rating of 5 out of 5 stars

Super Plugin - einfach und tut was es soll

Ich bin begeistert von diesem Plugin! Es funktioniert einwandfrei, es ist sehr leicht zu bedienen und der Support ist einfach Klasse! Superschnell, freundlich und engagiert - besser kann man es sich nicht wünschen!

Ein Hinweis bei Varianten: Man kann (aktuell) nicht einzelne Variantenausprägungen freigeben sondern nur alle oder keine (in der Basisvariante).