1 reply [Last post]
elephantiX@drupal.org's picture
Offline
Joined: 06/05/2008
Juice: 49
Was this information Helpful?

hi folks,
at the moment i´m thinking on how to make filling a new shop with efficient method. i have several products that have nearly the same information only several small changes from product to product. so my question is if it is possible to have somethin like a copy product node and change only these little informations that are different. at the moment i have to add so many things that are equal so i think there must be a workaround. it would be very nice to get your help here.
thanks in advance
carsten

zeezhao's picture
Offline
Joined: 04/23/2008
Juice: 969
Re: Copy a product

You can prepare your products in a spreadsheet, where it is easy to amend, cut/paste etc, and then use node_import for ubercart csv file to load the products. See: http://www.ubercart.org/contrib/5221

There are also a few other drupal modules like node_export, node_clone, which you can explore...