|
Hi thank you all for make this script and eatblueorange for changes to get it work in 1.4.1.1 with image labels.
Answer to Isumi Config products don’t have stock, to import stocks for simple use the standard magento “import stock” profile.
I just have 2 questions as a user of configurable products with 100\’s of associated simple producs.
1st question: Will this script work with xml parser
<action type=\"dataflow/convert_adapter_io\" method=\"load\">
<var name=\"type\">file</var>
<var name=\"path\">var/import</var>
<var name=\"filename\"><![CDATA[YOUR_Filename.XML]]></var>
<var name=\"format\"><![CDATA[xml]]></var>
</action>
<action type=\"dataflow/convert_parser_xml_excel\" method=\"parse\">
<var name=\"single_sheet\"><![CDATA[]]></var>
<var name=\"fieldnames\">true</var>
<var name=\"store\"><![CDATA[0]]></var>
<var name=\"number_of_records\">3</var>
<var name=\"decimal_separator\"><![CDATA[.]]></var>
<var name=\"adapter\">catalog/convert_adapter_productimport</var>
<var name=\"method\">parse</var>
</action>
2nd Question
In excell the opposite way; now I associate the needed simple products in the associated column, so if I have 1000 simple products that I need to associate to 1 config product I have to make a extremely long line with SKU\’s sku1,sku2,sku3,sku4,sku5........,sku1000
If you have a few of config products like this, wow man it can break you up, one mistake in , \”; or whatever and you get the big E\’s for Error
QUESTION
Is it possible to make the script work the opposite way, I mean associating in the excell worksheet the simple product to the config product, instead of associating the config to the simples. So I can write (copy paste) the associated SKU in line with the simple product in excell.
Simple product -> associated config SKU
instead of
config product-> associated simple SKU1, Asso. simple SKU2, Asso simple SKU3 .............
Somebody can give me some advise how to do this .
Thanks in advance.
Maybe this will help others to associate the prices, I use the free extension for simple config products, no more config prices rules, it just associates the price of the original simple sku after selecting the options.
the extension http://www.magentocommerce.com/magento-connect/Matt+Dean/extension/596/simple-configurable-products#overview
|