abdelrhmanyosry

Results 10 comments of abdelrhmanyosry

@matthiashamacher yeah it works and pimcore auto created tables for new localize fields. ![image](https://github.com/pimcore/pimcore/assets/121692656/a0df4226-557d-48aa-b98e-6f519253adb8) what is your suggestion to able to send attributes to different store-views from magento to pimcore...

@fashxp It doesn't matter from my perspective if I entered the wrong value just displays the empty value in the select option. I can review data-import logs to see if...

@fashxp can i extend the built-in class in data-importer and in case i didn't find the value in the select input, i can just set it as empty.

my pimcore system reqs -> ![image](https://github.com/pimcore/pimcore/assets/121692656/597df8aa-e02a-4971-a568-072705b037a2)

![image](https://github.com/pimcore/pimcore/assets/121692656/48671667-0459-4029-bbc4-91fce0527c45)

@Cruiser13 i found the issue in my project that was the children inherit relations from parents.

I solved the issue by adding a method called ignoreValidation and extend my class "Product" and overwrite it., `private function ignoreVaildation($attributeName): bool { $params = [ 'Categories', 'AddRelatedProducts', 'AddUpSellProducts', 'AddCrossSellProducts',...

I have the same issue. ![image](https://github.com/user-attachments/assets/2ab8805e-75ab-4357-ab7e-bed1c44d8a0a)

@stephangmms it's happening when importing a large number of products with a large number of attributes we had more than 200+ attributes for each product.