magmi-git icon indicating copy to clipboard operation
magmi-git copied to clipboard

Magmi GitHub

Results 100 magmi-git issues
Sort by recently updated
recently updated
newest added

Hello Support, We recently got an issue related to being unable to add to cart product because we updated inventories using Magmi and its updated in the catalog tables but...

Seems lately Magmi (v0.7.18) creates a duplicate entry in eav_attribute_option_value when the manufacturer name already exists. (manufacturer is drop down attribute) csv file only has 2 columns (sku, manufacturer) -...

UI mobile first reworked with Bootstrap 4.0.

- require phpunit v4.4 via composer - add phpunit.xml (with exclusion of hanging test) - add ext-mysql to composer require TODO: fix tests or disable them add github action: https://github.com/marketplace/actions/phpunit-php-actions

Some SEO people told me it will be better, e.g., to transliterate an "ä" into an "ae" better than to transliterate it into an "a". Please don't ask me why....

Hi, We are trying to import images that are converted to webp by our supplier. This is not working, the files that are downloaded are not correct. The filesize is...

Hi, I am using Magento 2.3.4 version. I have installed Magmi. Products import are working fine but when new products are imported using Magmi the quantity of each product remains...

I’m using the Magmi(V0.7.23) for Magento 2 (2.3.4) If I import an image(ex. MIN-12MP-20-C011.jpg) to update/replace an existing old image with the same image title (MIN-12MP-20-C011.jpg), the old image is...

Magento's latest update (1.9.4.3) made some changes to passwords and how they are stored (minimum length, hash related changes). One of our users changed their password and has since been...

I've prepared simple CSV to import Product custom options CSV 1: ``` "sku","Testing Type:drop_down:1" "NK215","TEST1::::1|TEST2::::2|TEST3::::3|TEST4::::4" ``` After executing profile it successfully create custom option Testing Type, Now If I change...