Can I restrict specific product page tabs?
A new feature to restrict access to specific product page tabs based on admin user roles was introduced to the module in version 1.7.0. The functionality is available as a part of an active product subscription or support subscription. You can find the 'amasty/module-rolepermissions-subscription-functionality' package for installing in composer suggest.
This can be configured in Advanced: Product Page Tabs on the Role edit page:
To allow access to specific tabs, tab identifiers should be used:
In case above, only Related Products, Up-Sells, and Cross-Sells can be visible for this user:
Related Articles
Product Tabs API
We have created a public API collection for Product Tabs module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
Is it possible to create a user that can only see and edit one product attribute?
By default, the Advanced Permissions for Magento 2 extension provides the option to allow access to the selected product attributes. This can be configured in Advanced: Product Attributes on the Role edit page: In this case, the user will have the ...
Is it possible to restrict import/export entities?
A new feature to restrict import/export of specific entity types based on admin user roles was introduced to the module in version 1.7.0. The functionality is available as a part of an active product subscription or support subscription. You can find ...
Can I only give a user access to specific categories/products?
The Advanced Permissions module adds several new tabs to the Role edit page. In Advanced: Categories, you can select the categories that will be available to users with this role: With these restrictions, the user will see only allowed categories: In ...
How to add product attachments to a CMS page?
Product attachments can be added to CMS pages via Magento widgets, and there are two methods to do that. Method #1 Step 1. At Magento admin → Content → Widgets, create a widget of the Amasty Attachments Block type, choose Design Theme and click ...