Questions tagged [magmi]

Magento Mass Importer (MAGMI) is an open source project to improve on the infamously poor speeds of Magento's default import tools.

The Magento Mass Importer (MAGMI) project's initial goal was to provide a product mass import script from CSV files that match the Magento dataflow CSV export format.

As explained in Project Origins page, the Magento dataflow was not an option when dealing with several thousands product catalogs.

The main project goal is to achieve dataflow like operations with a reasonable speed.

There are also various plugins available for the MAGMI script which allow for on-the-fly operations, including manipulation of the product data and creation of categories. Details at the Magmi Wiki.

For latest changes visit Github page.

344 questions
2
votes
3 answers

Magento Mass importer (MAGMI) using image plugin

I am using the datapump and all is goint well but I need to add the imageprocessor. So far no luck. Anyone know how to do this? here is the docs . This is the code I have working. I didn't put the vars in. …
Quantum
  • 1,456
  • 3
  • 26
  • 54
2
votes
1 answer

Magento MAGMI: Product attributes (custom options) not showing up in import

When importing a CSV into Magento with the MAGMI importing tool, I am unable to import Custom Options (as in size: smalee/medium/large). The import manages to put in the basic products, but the Custom Options don't transfer accross. By custom…
Gga
  • 4,311
  • 14
  • 39
  • 74
2
votes
2 answers

MAgento CSV example for MagMI

Hi I'm trying to make a CSV file to run a product import with Magmi. Previous answers suggest that I export a CSV from magento to get an example. However it I'm running Magento 1.6, I think the CSV format in v1.6 has changed quite a bit and is no…
Lucas Scholten
  • 925
  • 4
  • 22
  • 40
2
votes
2 answers

magento imported products with magmi are not visible on the website

I have a CSV file and it takes ages to import it with magento standard interface, import is ok. I tried to use open source solution called "Magmi" which imports the same file in seconds when magento takes days. The problem is that if the file is…
Caballero
  • 11,546
  • 22
  • 103
  • 163
2
votes
1 answer

Set product price to be equal to the special price for all simple products

I know that this is a framework-specific question and not really a general programming one, but I already asked this question on the Magento StackExchange forums and got no response from there. I want to replace the normal price with the special…
2
votes
0 answers

Ngnix downloads php - Magento/Magmi

I am trying to setup Magmi with Magento. When I access my domain.com/magmi/web/magmi.php the magmi.php trys to download. My Ngnix config looks like below. I had to change root $MAGE_ROOT/pub; to root $MAGE_ROOT as it was point to the /pub…
Rocky Jones
  • 85
  • 1
  • 11
2
votes
5 answers

Magmi authorization after install

I use magmi 0.7.23-git, and Magento Enterprise 1.14.2.1. When I install Magmi and try to access /magmi/web/magmi.php I see Apache's plain text authorization request. "magmi"/"magmi" and magento login credentials don't work. How I can solve that…
EOnegin
  • 31
  • 1
  • 2
  • 8
2
votes
1 answer

Magmi error: "SQLSTATE[HY000] [2002] No such file or directory -"

When I try to import some product with an existing .csv in my Magento store Magmi display this error: Magmi error: “SQLSTATE[HY000] [2002] No such file or directory -” I don't know from where it comes from?
killmat
  • 113
  • 1
  • 4
2
votes
1 answer

Magmi import images with different file extension

I am using Magmi to import products into Magento. I upload all images to local folder (media/import) where files are either .jpg or .gif. Images are named: [sku.jpg] OR [sku.gif] I have now configured Magmi so it imports all jpg images and this…
puntable
  • 299
  • 6
  • 19
2
votes
0 answers

Magmi Datapump API - Invalid argument supplied for foreach()

I am trying to upload products to my Magento store using the Magmi Datapump plugin. I am currently using the sample code found in: integration > samples > sample.php but it won't add any of my files. My error log shows the following message for…
Scott Bowers
  • 175
  • 3
  • 13
2
votes
1 answer

Appending categories to existing items?

I needed to add categories to existing products but when I did that using the "On the fly category creator/importer v0.2.5" it reset existing categories with categories I tried to append. I know I can export products via Dataflow Profiles and then…
Adrift
  • 58,167
  • 12
  • 92
  • 90
2
votes
5 answers

Magmi overwriting position of products in category

I'm using Magmi to import products into my Magento store. Categories are created on the fly and products are imported. All is working well. Except for one thing: each time I run a Magmi import, the position of the product in the Magento category is…
Patrick Steenks
  • 612
  • 1
  • 11
  • 24
2
votes
1 answer

Magmi Image attributes processor v1.0.31 import error

When importing an image via http in Magmi with the Image attribute processor it will not parse an http link correctly if it has a "(" or ")" in the image name. I have tried numerous ways to format the…
DSKONLINE
  • 55
  • 7
2
votes
3 answers

Importing multi-lingual categories with Magmi

I am trying to create my multilingual categories with magmi. I have 1 website, 1 store and 3 store views for every language. I've noticed it isn't possible to create a different root category when a store view is selected. Is it possible to create…
YorickH
  • 391
  • 2
  • 12
2
votes
1 answer

Magento Reindex error on "Category Products"

After using MAGMI to import all of my products into my Magento site, the catalog_category_product index is giving the following error when running the indexer.php from the command line. (php -f indexer.php -- --reindex catalog_category_product).…
Light4Ever
  • 23
  • 1
  • 6
1
2
3
22 23