Fri, 2010-03-05 14:57
Using Node_Import to import products into Ubercart 2.x
I've spent a better part of a few hours looking into node_import + ubercard 2.x and have not had much luck importing correctly. I'm hoping to get it worked out and blog about how to accomplish the heirarchical category import for products.
Here are a few issues I've been looking at:
When I find the solution, I will update this post.
Popular content
Recent comments
- importing taxonomy fields
11 weeks 4 days ago - Node import into Ubercart
12 weeks 13 hours ago - San Fran
12 weeks 2 days ago - Great - keep us posted
17 weeks 4 hours ago - droid 2.1!
19 weeks 6 days ago - Import...
20 weeks 4 days ago - More coming
20 weeks 5 days ago - No bad post, write more
20 weeks 5 days ago - Great!
21 weeks 2 days ago - This helped me!
21 weeks 2 days ago

I am new to Drupal but am currently looking for a CMS to integrate all of my current intranet applications with. Drupal seems to be the closest by a mile. My current issue is to create a non transactional product catalog for internal Range Folders. (I work for a fashion clothing manufacturer).
I have applied the Ubercart product patch "\modules\node_import\supported\uc_product.inc" but I am still getting the SKU missing error.
My main problem would appear to be that there is nowhere for the SKU field to be populated (that I can see).
Any help would be appreciated.
Am also looking for a solution to this, having just started. Would love to see a howto or the steps taken cheers
No bad post, write more
I was able to work through most issues but still trying to tackle the categories. As of right now, I have to import groups of products based on category so I can manually choose the category upon import. More to come....
I am working on doing a 1400+ product import from OS Commerce and seek to use Node_Import.
* http://www.ubercart.org/project/node_import_uc_stock - appears to let me import stock
* http://drupal.org/node/434572#comment-1656458 allows for content_taxonomy CCK field import. Hoping when I map a field to this it will update product field, and thus the Vocabulary!
Hope some of this helps. Images should be done using Node_import it seems.
According to http://drupal.org/project/node_import, node_import already supports taxonomy terms. Why did you need to add vocabularies as CCK fields?