Line 85 in /var/www/magento/app/code/core/Mage/Dataflow/Model/Convert/Profile/Collection.php
looks like:
(...)
public function getProfile($name)
{
if (!isset($this->_profiles[$name])) {
$this->importProfileXml($name);
}
return $this->_profiles[$name];
}
(...)
As far as i can see, something to be"default", but i don’t understand what it means? Which “profile” is this function looking for?
hmmh, i don’t understand what ist happening… can anybody explain it to me…
I downloaded i try to import bundle product, but like you think simples and bundle are not linked !
Somebody know how to do that ... Or a direction to find modification that i have to do ?
@ Ken.maverick
if u are going to upload bundle products,
then u must check out the dataflow module and the csv part in magento core…
becuz its too easy to make new extension for upload through csv files....
just follow the flow of magento and use the code written by varien, it always works…
this is not the good explanation i know, but write ur problem, from where u stop,,,, so send that i’ll solve that
Hi,
I used the script to import the products (cloths). Now I want to add a new seazon of clothes but I also want to keep some of the previous seazon and put some other products ‘on hold’ (not visible). So I guess I’m looking for a export of the configurable products script here.
How can I export the products including the configurable products and the association field so that I can change some and add some new products to import again?
It’s amazing this thread is still going! You’d think Varien would take notice. There is an excellent wiki post about this, so start out by reading that. I have attached a working import script that includes the ability to import tiered pricing found in this posting.
My configurable + simple associated imports were working, but recently just one quirk.
The association is working correctly in the “associated” column, but the “config_attributes” column is not working.
As my product set has 2 configurable options “color,garment_size” , after the import when i click into the config product, I still have to check the 2 config options in Configurable Product Settings screen before continuing.
The associated simple products are there, but I want to have these 2 options already set.
For now I didn’t try to import Configurable prdocts, but I’m using what I found in this Wiki:
http://www.magentocommerce.com/wiki/how_to_add_products_using_the_import/how_to_automatically_import_simple_grouped_and_configurable_products
All goes well with a few limitation in image importing and deleting it.....
I saw it mentioned before with no response, so I am bringing it up again…
CONFIGURABLES WITH PRICE CHANGES?
We get them to import and associate, however, we must still manually edit price changes. Is there a CSV field that will handle the price changes associated with the simple products?
The simple products already have different prices. What happens is that the simples are associated, but the options box does not show up in the configurable product. We still have to manually go into each configurable and add price differences such as 2oz. +0.00, 4oz. +13.00 and 8oz. +38.00 just to get them to show up on the front end. That is way too much work for what will be probably 1,000+ configurables with more to come.
Looking to try SCP extrension, but concerned about compatibility issues with 1.3.2.2.
The other option is skip using SCP and pay $99 for Bulk Import Extension since no one amongst the 2285 users I see online right now have managed to post anywhere on any of the forums what the additional CSV column would need to be to import the super attribute pricing.
It’s quite frustrating that this issue remains an issue. Especially since forums have been around since version 1.x regarding this issue.