5 replies [Last post]
hureka's picture
Offline
Joined: 01/14/2010
Juice: 9
Was this information Helpful?

Ubercart is a great Framework. Love it. Great work esp the integration with Drupal makes it a Killer.

Question:

1. What is the best way to do bulk importing of products and attributes.
2. What is the best way to update the product information of currently existing products in the database.

I appreciate your response. I tried to browse through but could not find any post for Ubercart 2.x.

Thanks
Roopak Gupta
www.hurekatek.com

bhallnc's picture
Offline
Joined: 03/23/2009
Juice: 81
Re: Importing product with attributes in Bulk

Node import is what you need to look into: http://drupal.org/project/node_import

Here are a few threads that should help with updating existing products:
http://drupal.org/node/349408
http://drupal.org/node/422282

I personally downloaded the patch from #83 on http://drupal.org/node/349408 and applied patch from http://drupal.org/node/374346 to fix importing of CCK fields. This allowed for me to upload my products successfully.

In order to create a CSV of existing products you will need to use Views and Views Bonus Pack:
http://drupal.org/project/views
http://drupal.org/project/views_bonus

Be sure to not use this on your live site until you have everything figured out. And, as always, backup your database!

Best of luck.

plasticlax's picture
Offline
Joined: 10/22/2008
Juice: 45
node export

actually i use node export, which has its own bulk export/import features, but i don't know if it handles attributes, but it handles pictures!

hureka's picture
Offline
Joined: 01/14/2010
Juice: 9
Thanks.

Yes. I am using this module. Thanks.

pixel8's picture
Offline
Joined: 01/14/2010
Juice: 30
you're right!

It does handle individual products great, and their pictures.... if they are all treated as separate entities / nodes but attributes anyone?

Drupal Developer with Manchester Gig Promotions on the side and an Ubercart shop where you can buy sexy lingerie

hureka's picture
Offline
Joined: 01/14/2010
Juice: 9
Thanks

Brian, Thanks this information should get me going.