Ready This is an app especially developed for Shopware 6
Block products for customer groups

Block products for customer groups

by ACRIS E-Commerce GmbH (1) Ratings 246 Downloads
Recommended by Shopware
Billing options:
To use the wish list, you must accept the necessary cookies. Accept cookies
Can be used in:
Not available
This extension cannot be used in a Shopware Cloud shop.
Cloud
Self-hosted
Support
This Extension Partner responds very quickly to support requests
Details
  • acris84338660411m
  • ACRIS E-Commerce GmbH
  • 5.0.2
  • 19 Jun 2024
  • de_DE en_GB
  • 6.2.0 – 6.2.3
    6.3.0.0 – 6.3.0.2
    6.3.1.0 – 6.3.1.1
    6.3.2.0 – 6.3.2.1
    6.3.3.0 – 6.3.3.1
    6.3.4.0 – 6.3.4.1
    6.3.5.0 – 6.3.5.4
    6.4.0.0
    6.4.1.0 – 6.4.1.2
    6.4.2.0 – 6.4.2.1
    6.4.3.0 – 6.4.3.1
    6.4.4.0 – 6.4.4.1
    6.4.5.0 – 6.4.5.1
    6.4.6.0 – 6.4.6.1
    6.4.7.0
    6.4.8.0 – 6.4.8.2
    6.4.9.0
    6.4.10.0 – 6.4.10.1
    6.4.11.0 – 6.4.11.1
    6.4.12.0
    6.4.13.0
    6.4.14.0
    6.4.15.0 – 6.4.15.2
    6.4.16.0 – 6.4.16.1
    6.4.17.0 – 6.4.17.2
    6.4.18.0 – 6.4.18.1
    6.4.19.0
    6.4.20.0 – 6.4.20.2
    6.5.0.0
    6.5.1.0 – 6.5.1.1
    6.5.2.0 – 6.5.2.1
    6.5.3.0 – 6.5.3.3
    6.5.4.0 – 6.5.4.1
    6.5.5.0 – 6.5.5.2
    6.5.6.0 – 6.5.6.1
    6.5.7.0 – 6.5.7.4
    6.5.8.0 – 6.5.8.11
    6.6.0.0
    6.6.0.2 – 6.6.0.3
    6.6.1.0 – 6.6.1.2
    6.6.2.0
    6.6.3.0 – 6.6.3.1
Functionality Enables the blocking of (selected) products for the desired customer group(s) If... more

Product information

Highlights

  • Enables the blocking of products for defined customer groups
  • Arikel that have been blocked are not visible / callable in the search, listing or through the deeplink.
  • Blocking directly in the admin area of the corresponding product

Features

  • Blocking of articles / products for certain customer groups
  • 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

Description

Functionality

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

If the product has been blocked for one or more customer groups, the product is blocked for the users of these customer groups

  • cannot be found in the search
  • not to be found in the listing
  • the deep link cannot be called up (404 page is output)

Authorized users who do not fall into the "blocked customer group" (e.g. login / registration) can find the product in the store 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"
  }
]


Read, write and discuss reviews... more

Customer reviews

Average customer rating from 1 reviews:

Total
Functionality
Usability
Documentation
Support

Die perfekte Lösung - einfach zu installieren

2 Feb 2023

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.

Total
Functionality
Usability
Documentation
Support

Configuration manual

The installation of the plugin is very fast and uncomplicated.

  • Plugin Manager via Settings > System > Plugins
  • Upload, install and activate the plugin

Changelog

Version 5.0.2

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

Version 4.0.4

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

Version 4.0.3

  • Correction of the behaviour if no customer group was selected for approval.
  • Improved compatibility with Elasticsearch.

Version 5.0.1

  • Correction of the behaviour if no customer group was selected for approval.
  • Improved compatibility with Elasticsearch.

Version 5.0.0

Compatibility with Shopware 6.6. established

Version 4.0.2

  • Fixed variants
  • Optimized sitemap

Version 4.0.1

Shopware core compatibility adapted.

Version 4.0.0

Compatibility established with Shopware 6.5

Version 3.0.1

Optimizes product blocking for the assigned customer groups.

Version 3.0.0

Optimizes blocking of the products for the assigned customer groups.

Version 2.3.3

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

Version 2.3.2

Improves plugin compatibility.

Version 2.3.1

  • Optimizes plugin image

Version 2.3.0

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

Version 2.2.1

Improves plugin compatibility.

Version 2.2.0

Optimisation of the blocking the product variants.

Version 2.1.0

- Adds validation on checking the blocked products in cart.

- Adds possibility to block variant products.

Version 2.0.5

Optimises resolving of the Cms elements.

Version 2.0.4

Optimises loading of the assigned customer groups.

Version 2.0.3

Optimisation of compatibility with other plugins.

Version 2.0.2

Fixes a possible problem in connection with other plugins.

Version 2.0.1

Optimize excluding from sitemap at product url provider.

Version 2.0.0

Improved compatibility with Shopware 6.4*.

Version 1.0.3

Added validation on product variant block.

Version 1.0.2

  • Expanded product block at storefront.

Version 1.0.1

  • Veröffentlichung, Store Release

About the Extension Partner

ACRIS E-Commerce GmbH ACRIS E-Commerce GmbH Shopware Premium Extension Partner Shopware Gold Partner Shopware Premium Extension Partner Shopware Gold Partner 119 Extensions 5 Ø Rating
Current version:

Version:

€ 19.99* /month
Cancelable monthly

Free trial month

This app starts with a free trial month. The rent can be canceled at any time on a monthly basis or will be automatically renewed at the indicated prices.

Updates and support

To use the wish list, you must accept the necessary cookies. Accept cookies

Recently viewed