Erfan
Erfan
Wasn't sure how to call this issue, but I think it's a good idea to have each object also have a mixin so we can use it inside media queries....
Hi there, Firstly, thanks for providing such a useful Docker environment — the best and fastest I've tried for Magento 2 development so far. After every restart, there's a period...
Export uses a single quote `'`: https://github.com/EcomDev/sync-magento-2-migration/blob/main/src/CsvFactory.php#L56 Import uses double quotes `"`: https://github.com/EcomDev/sync-magento-2-migration/blob/main/src/CsvReader.php#L24 Bug introduced in this commit: https://github.com/EcomDev/sync-magento-2-migration/commit/518807c02088e4ff6a0cbd4a09786e9d57bc12cd
There's a hard reference to Magento Enterprise tables here, causing issues with product export: https://github.com/EcomDev/sync-magento-2-migration/blob/main/src/ProductInfo.php#L408 I managed to get around it by excluding product URL rewrites, and generating rewrites using...
Happens after an exception gets thrown in the cleanImages() method (I think my permissions weren't set correctly).
**To Reproduce** Steps to reproduce the behavior: * As an admin, navigate to Magestat Facebook pixel * Select website scope **Expected behavior** * Allow config to be set on a...