By andremasteredge on
I have a massive catalogue of products to add to my Ubercart setup is there a script I can use to do this? Surely I wont have to add each product individually. Is there an import facility for this already? If you are in he know please do share...
Thanks
Andre van Schalkwyk (South Africa)
www.drupaldevelopment.co.za
Comments
Import Node
Use the Import Node module--be sure to modify it with a little piece from the ubercart.org site -- uc_products.inc file goes in node_import/supported/ directory.
http://www.ubercart.org/files/uc_product.inc-beta6.tar.gz
I had some trouble getting images to import with the product information--here's my solution:
Patch node_import/supported/cck/content.inc with the patch available on these forums.
http://drupal.org/files/issues/imagefield2.patch
Then, I kept getting the finfo error-- Call to undefined function finfo...
So I went through node_import/supported/upload.inc and node_import/supported/content.inc and commented out everything having to do with finfo.
It finally works!
Hope this helps someone. :)
Thank you, this helped.
Thank you, this helped. Luckily I didn't get the finfo error message.
For anyone having the same problem, don't forget to load your images to files folder first.
Quick question, were ever
Quick question, were ever able to load multiple images at once? I have no problem with one image but I don't know how to get multiple images to work.
Ever find an answer to this
On the imagefield in node import it appears as though you can select many source fields to map to target imagefield. If you select many source columns that are image paths, will they all upload as separate images?