magento2-connector-community icon indicating copy to clipboard operation
magento2-connector-community copied to clipboard

fix non-scopable localizable attribute import

Open alancolant opened this issue 5 months ago • 1 comments

This pull request fixes a bug that prevents the import of attributes marked as localizable but with scopable=false.

This issue leads to the creation of columns in the temporary table with the suffix "en_US-USD" when dealing with a price column. This suffix is not recognized afterward.

By adding this combination, it enables the import of prices in this case: $this->getStores(['lang', 'currency']),

alancolant avatar Sep 24 '24 13:09 alancolant