How to Check User has Permission on Given ACL Resouces in Magento 2?

Verify Programmatically Current user has permission on given ACL Resource in Magento 2 using Authorization Interface.

Just Instantiate an object of Magento\Framework\AuthorizationInterface to the __construct() method of the Class.

Example to check the user has Catalog Access Permission or not, Continue reading “How to Check User has Permission on Given ACL Resouces in Magento 2?”

Value for attribute contains incorrect value, see acceptable values on settings specified for Admin in row Magento 2.

While you importing products using OOTB Magento importer, sometimes you have faced this type of errors before import products,

You can resolve the error by manual work with check specific rows in the CSV.

Some known issue is the,
— Typo error in the Column value.
— Added Value is not available for the specific attributes.
— You have added unnecessary quotes in the column value. Continue reading “Value for attribute contains incorrect value, see acceptable values on settings specified for Admin in row Magento 2.”

How to Importing additional multiselect Product attributes CSV Magento 2?

Import additional select, multi-select attributes with Product CSV in Magento 2 using adding additional_attributes column.

Create a CSV file with the first column is the sku and the second column will be additional_attributes.

You must add a multi-select attribute value with the pipe separator.

Let’s take a Material Multi-select attribute from the Magento opensource Sample data, Continue reading “How to Importing additional multiselect Product attributes CSV Magento 2?”