The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

How can I check if an image is already set against a product?

I am doing a product import routine and have images added to my product. The problem I have is that magento creates a dispretion path and then add's some numbers onto the end of my image file name to ...
0
votes
3answers
36 views

How do I change name of 45000+ products via single import?

I am working on one Magento Commerce store and want to change name of 45000+ products via single import. There are too many products on website with all CAPITAL product name. This is creating big ...
1
vote
2answers
31 views

MAGMI Product Positioning Import

I'm using MAGMI to import products to my Magento store. There's an option for product positioning inside categories. But I'm not using it right or it's not working. On this page: ...
1
vote
2answers
45 views

Getting customer collection with only those that are subscribed to newsletters

I need to import a load of customers to a third party email company but need to only import those that are currently subscribed to newsletters. The import itself has to be a file of customer details ...
1
vote
2answers
29 views

How can I use the additional functions of AvS_FastSimpleImport in the backend?

The AvS_FastSimpleImport provides some handy functionality (for example auto-creating drop-down attributes). But it is aimed on constructing your own array. There are use cases where shop owns should ...
1
vote
0answers
23 views

(Stock) Indexes on Import in EE

Why are importing (standard CSV import, not dataflow) product lists and the field is_in_stock does not seem to have an effect. In the backend it is shown properly, but not in the frontend. Clearing ...
1
vote
2answers
61 views

Skipping import row, required field “sku” is not defined

During article import of a custom import profile (Dataflow - Profiles) I get this error for all rows: Skipping import row, required field "sku" is not defined. I have mapped "sku" => "artnr" (Field ...
1
vote
1answer
32 views

Import csv without column names

I need to import articles from a non magento csv file which does not contain any column names. How can I tell the import that product name is in column 1? Anyway todo this without changing the csv ...
10
votes
5answers
525 views

Is Magento the right platform for 1M products?

I need to see how Magento will perform with 1M SKUs; but I'm struggling to find a large data set of sample data to download - or find a feasible method of generating the feed for import (and the ...
0
votes
1answer
97 views

How to programatically create tax rates

I want to create a feature in an upgrade script that creates 2 new tax rates in Magento. I looked at the importPost controller in adminhtml tax rates controller, but there is a lot of work in there. ...
1
vote
1answer
94 views

Need event observer for the import product save row controller

how can i catch import product Mage_Catalog_Model_Convert_Adapter_Product model saverow() event using observer. Mage::dispatchEvent('catalog_product_import_profile_after', ...
0
votes
1answer
98 views

Migrating All Product Images in Magento from PNGs to JPEGs

As we have found our website is using PNG images and has page sizes ranging from 1 MB up to 2 MB sometimes, I did a comparison using small images.. and have found PNG size is 36 KB, while JPEGs with ...
0
votes
1answer
39 views

Load Configurable Pricing Adjustments

I'm trying to import configurable products with the price corrections. The products and the relations are already in, but I can't seem to get the price corrections working. This is what the ...
2
votes
2answers
64 views

bulk apply (or csv import) fixed product tax

I have a csv file with more than 400 items to import. All the attributes are imported fine except for the fixed product tax (that is the same for all products). I tried to manually create one on a ...
1
vote
1answer
115 views

magento import not working for products set with visibility of 1 (not visible individually)

I have a spreadsheet which I use to import my simple products. Originally, I only had products on there which had their visibility set to 1 (not visible individually) - as they were meant to be ...
2
votes
1answer
101 views

How to add CSV Import/Export Functionality

I have created custom gallery extension but I need to implement an import and export or gallery data in the CSV Format. I did too much research but couldn't find any useful link to find solution so ...
3
votes
3answers
486 views

how to import gallery images with csv

Importing gallery images seems like such a fundamental function, but I cannot find any column in my csv exported file where I would do this. I created a single product with gallery images through ...
2
votes
1answer
79 views

Delete unused attribute values

I am using the fastsimpleimport module to create my custom import. This has a setDropdownAttributes() function to automatically create needed attribute values but it does not remove unused values. ...
0
votes
1answer
58 views

importing Chinese characters

I'm having a problem in importing for Magento. I have 5 different stores, chinese, english, french, espaƱol and german. Everything is working out fine but when I look at the chinese store, the product ...
0
votes
1answer
457 views

Importing Orders Magento from a CSV file

How have others imported orders from a CSV file into Magento? Are there any good scripts?
3
votes
1answer
91 views

Assign several simple products at once

I'm using https://github.com/avstudnitz/AvS_FastSimpleImport extension to create new simple products programmatically and then assign them to existing configurable product. Problem is I can assign ...
1
vote
6answers
309 views

Best way to bulk update stock and price for thousands of products?

I am migrating a custom e-commerce site over to Magento. We have well over a hundred thousand products. Many are drop shipped from a number of suppliers. Several suppliers can provide the same ...
0
votes
1answer
278 views

Magmi will not update images

Im using the datapump API - it works fine with my products, but now with updating images it wont work. This is my array that Magmi doesnt like array(8) { ["type"]=> string(6) "simple" ...
0
votes
2answers
76 views

Import products and keeping the current id

Has anyone tried importing products from another store and keeping the same ID. I'm not sure how to do identity inserts with Magento. I'm sure there has to be a way.
4
votes
9answers
418 views

What is the most common process for importing products?

What is the most common process for importing products? Does everyone use the product import/export tool? The csv file format is not something that the client is likely to fill in and if they try it ...