Hi amartinez!
Thanks for this plugin, it’s what I was looking for!
I’m writing a script that generate the csv file for the import and I have some questions for you
Can I in first place write to the csv file ALL the simple products and after that write the configurable product and the associated sku?
for example, I have many shoes and many shits in my store: first I write simple products for every shoe and shirt, after that i write the configurable product for all shoes and shits.
Can I do that?
Is the order of simple-configurable product important?
another question, can I update only the quantity and description of my products? Can I write a cvs with an header like this?
Hi amartinez!
Thanks for this plugin, it’s what I was looking for!
I’m writing a script that generate the csv file for the import and I have some questions for you
Can I in first place write to the csv file ALL the simple products and after that write the configurable product and the associated sku?
for example, I have many shoes and many shits in my store: first I write simple products for every shoe and shirt, after that i write the configurable product for all shoes and shits.
Can I do that?
Is the order of simple-configurable product important?
another question, can I update only the quantity and description of my products? Can I write a cvs with an header like this?
"sku","quantity","description"
thanks!
Hi! I’m glad to be helpful
About your questions:
1/ Yes, you can write your csv in that way: first simple products, then grouped.
2/ You can ignore the fields are not defined as “required” in the system. Please revise your Admin->Attributes option. Some other internal fields can be needed too, please try some variations and keep me informed…
I’m having a problem importing some attributes, custom attributes.
I have many attributes that are yes/no type.
If I import the csv with attribute left empty everything goes right. But if it is set to no or yes (in my case it is “Si”, in italian...) I get an error.
I’ve tried also setting 0 or 1 but nothing.
For example, this is a part of the importing log:
:::: New attribute option added: is_recurring - 1 (first ocurrence in line 1) :::: PHP Fatal error: Uncaught exception 'Mage_Core_Exception' with message File var/customimportexport/productsexport.csv contains 1 corrupt records (from a total of 1)
For some attributes I was able to solve recreating them changing the type: from yes/no type to multiple selection type (and inserting by hand yes and no as the two values of the selection).
But for some system attributes (as is_recurring for ex.) I can’t do it.
Is it a bug or I should drink less beer?
Edit: I’m using openoffice for writing the csv, could be a problem? Inside csv the values are formatted “0” or “1”, I think it’s ok, or no?
I have some custom fields that contain very long descriptions, sometimes pieces of html.
I’ve problems importing that fields, I’ve done some tests and error appears if the text is longer then 256 characters.
With “standard” importing I’ve never had problem. The attribute are text-area type.
I have some custom fields that contain very long descriptions, sometimes pieces of html.
I’ve problems importing that fields, I’ve done some tests and error appears if the text is longer then 256 characters.
With “standard” importing I’ve never had problem. The attribute are text-area type.
Hi! I will try to response all questions soon
But about 256 varchar limit, I think there’s some db limitations?
Look at “app/code/community/AMartinez/CustomImportExport/Model/Import/Entity/Product.php”, ‘varchar’ and ‘text’ case:
The explanation is simple: import script run FAST but magento reindexing process has the same speed as always.
Your machine are “preprocesing” every product html page.
I would suggest you the following processes (via crontab, by ex.):
- every hour: products import (fast!)
- every day, at 3.00 AM: reindex (more slow)
Thank you for your feedback!
I’m still realy enthousiastic about the script! Great performance!
However… I still looking for some optimalisation of the script…
I tried to clean the core_url_rewrite table and restarted the script and again it only took about 10 minutes to complete my import of 50.000 records. When I do a second run I get a CPU-load of 95% and it still runs several hours (didn’t make a full test as it took more than 2 hours to complete), I was wondering what takes the CPU-consumption of PHP to 100% for hours during the URL_Rewrite-indexing. When I look at my mysql there are just a few queries fired although I get a load of 95 to 100% on PHP-cli when the script takes a few hours. Maybe I misconfigured something in Magento or on our server?
I also want to know how to delete records from Magento using CSV’s. Because the deleted products in our ERP which aren’t in the export anymore should be deleted.
Could you help me please!
Is it possible to upload related items and additional images for products?
How to use it? Can you make a small example?
As I understand your extension extend original import so I must use System - Import/Export - Import?
Thanks!
I add several images to the product and then made an export.
But in images fields there only 1 main image.
I also tried Dataflow export but with the same result. Gallery column is empty too.
I’ll give a try to this one
http://www.magentocommerce.com/magento-connect/capacitywebsolutions/extension/4421/import_products_categories__multiple_images_and_custom_options
i also tried this too. it isn’t exporting multiple images beyond the base image, and I can only presume it won’t import them either. is there a bug in core, this module, both, or neither?