Grafting a store onto another Drupal install

Posts: 69
Joined: 08/08/2007
Internationalizationizer

Hi,

I don't know what this "topic" would be called, so I coulnd't search for it.
Is it possible to copy an existing ubercart store (products/customers/transactions)
on top of an existing Drupal install ?

If so, what's the easiest way ?

Thanks,

Posts: 203
Joined: 09/06/2007

dumping all the tables starting with uc_ ???? And maybe some more about nodes ... Puzzled ?

Posts: 2244
Joined: 08/07/2007
AdministratoreLiTe!

The easiest thing is probably the Importer module. You can export your entire catalog to an XML file and import it again on your new site.

This affects more than just the uc_ tables so dumping only them is not a good idea.