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

I can't figure out how Magmi DataPump works. I have successful installed Magmi with test script (/magmi/integration/scripts/import/test.php): ``` require_once("../../../../inc/magmi_defs.php"); require_once("../../inc/magmi_datapump.php"); $dp=Magmi_DataPumpFactory::getDataPumpInstance("productimport"); $dp->beginImportSession("default","create"); $testitem=array("name"=>"test","sku"=>"testsku","price"=>"10.00","attribute_set"=>"Default","store"=>"admin","description"=>"ingested with Datapump API"); $dp->ingest($testitem); $dp->endImportSession(); ``` As...

We're currently working with Magmi to upload product images for a huge chunk of our products. The image uploader however seems to cause an SQL error which in turn causes...

magento 1.9.3.2 magmi 0.7.23 When importing values filter attributes (attributes with multiselect and filterable with results), magmi doesn't create new filter values and/or filter value. Steps to reproduce: * create...

Hi there, using v0.7.23-git and On the fly category creator/importer v0.2.5 This is my categories entry: "[Root]/Cat1/Child Cat 2/Child Cat 3::1" on creating or updating, products only get the Root...

Importing attribute option translation of select/multiselect type doesn't work when the attribute is set on global scope. (Magmi Behaviour - select & multiselect attributes). It's not correct cause we can...

Hi, I have an issue that magmi stuck during product import. I am calling the url to import the csv straight from magento, without going through the web UI or...

Importing products to magento 2.1.8 using magmi 0.7.23-git, all seems to go well except for category remapping. I am importing between 9000 and 20000 products per vendor, currently from 9...

I've tried ordering my products within their respective categories using '::NUMBER' after the category names but this info doesn't import to magento through Magmi.

We are currently importing 5000 products successfully with the MAGMI Datapump api. The import works great, but we cannot determine the syntax for importing multi images for each product. For...

Hello! I'm using Magento 1.9.4 and Magmi v0.7.22. I'm trying to import attributes, attribute sets, and associations. Everything is imported well, but data is not added to the eav_attribute_group table...