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
0
votes
1 answer

Magmi: Import group price based on customer group

I'm trying to import some group prices based on client group. I have something like this: Customer Group: Common Clients Customer Group: Registered I want to have two different prices based on customer group, I can do it on group prices section on…
lucasvm1980
  • 660
  • 1
  • 9
  • 20
0
votes
1 answer

magmi - generic sql datasource 1.0.2 usage

Some questions arises when using MAGMI generic SQL datasource. Magmi 0.7.18 displays the following input information when using that plugin: I tried several times with two approaches. -the first one as described on the image was a direct query to…
s_h
  • 1,476
  • 2
  • 27
  • 61
0
votes
3 answers

Automatically create configurable products from list of simple products in csv file

I am using magmi to import products into Magento. I have a long list of simple products in a spreadsheet and it is a right pain going through it and adding a configurable product row for each set of products manually. It is of course also error…
PedroKTFC
  • 745
  • 10
  • 28
0
votes
0 answers

Magmi Base Image Getting Excluded

we are using Magmi to import 500 products to our Magento 1.9 store. Right now, everything works, except one single thing. The base image is not getting included in the media gallery. We need this to show in media gallery too. Everytime we import it,…
0
votes
1 answer

magmi attribute_set ignored - always set to default

I have started using magmi to import products, using the option create new items & update existing ones, however, when a new product is created, the _attribute_set seems to be ignored. I have defined an attribute set in Magento called Books, which…
meg24
  • 1
  • 1
0
votes
2 answers

How magmi import prices when in Magento price attribute is set to website

I changed the scope of the Magento price attribute to Website in order to have different prices for different websites. As I try to update products from magmi, magmi doesn't update the prices for the websites but only the default price so the prices…
Claudio Ferraro
  • 4,551
  • 6
  • 43
  • 78
0
votes
1 answer

How to put categories from manufacturer csv file into already existing categories with Magmi

I have a webshop with some categories in my root folder. Root categorie - Home - Toys - Accessoires - Bricks etc From my manufacturer i can download every night a csv file with categoryname1/categoryname2/categoryname3/categoryname4 etc. What i…
0
votes
2 answers

Which MAGMI Github directory to use?

There's two directories in the Github respositories: magmi magmi-0.8 Which one should I use?
Rick
  • 305
  • 2
  • 5
0
votes
2 answers

Magmi - several configuration files for databases informations

I'm trying to set several profiles on my Magmi to import products into several websites. In the conf/ folder I have one sub folder for each website, it works fine for each profiles configuration. I would like to know if it is possible or not to…
0
votes
3 answers

magmi not connecting simple products with configurable

We have a webshop in magento, using magmi to import the products. i already got the products imported. there all configurable product with other simple products below it. im importing the simple first then the configurable products. i also enabled…
SinisterGlitch
  • 195
  • 3
  • 25
0
votes
0 answers

Magmi multi site import with Datapump API - different prices on same SKU-s

The structure of project is 2 websites with same categories and same products. The only difference is the price (basicly the second shop is something like wholesale). So we have: website A - language 1 & language 2 website B - language 1 & language…
nordashi
  • 76
  • 7
0
votes
1 answer

Magmi: how to define 'product in websites' when importing products?

Can someone please advise how to define to which websites a product should be added when importing products with Magmi? In the Magento backend this can be changed by clicking on the 'Websites' tab when editing a product. This opens a tab called…
Michael
  • 139
  • 8
0
votes
1 answer

magento: importing into different stores using magmi

I have products that need to be imported into different stores sku, name, store1, store2, subcat 111, item1, coke, pepsi, subcategory i wrote out some logic that works for the value replacer…
user3403792
  • 21
  • 1
  • 5
0
votes
2 answers

Magmi import: Add To Cart Button not showing

I have managed to make a csv which imports my products using magmi into my magento store. All works well but the buy now buttons don't appear unless I go to the product and click save. I've tried reindexing or clearing the cache but nothing seems to…
0
votes
0 answers

importing images with magmi 99% complete

Im having a problem with Magmi Image Attribute Processor. Most of my images are uploaded, yet some dont get updated. $data = array( 'name' => '568140', 'sku' => '568140', 'image' => '568140_0.jpg', 'small_image' => '568140_0.jpg', …
SinisterGlitch
  • 195
  • 3
  • 25