3 replies [Last post]
dkashen's picture
Offline
Internationalizationizer
Joined: 08/08/2007
Juice: 180
Was this information Helpful?

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,

oslinux's picture
Offline
Joined: 09/06/2007
Juice: 461
Re: Grafting a store onto another Drupal install

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

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Grafting a store onto another Drupal install

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.

Nice Deli's picture
Offline
Joined: 11/05/2009
Juice: 124
Re: Re: Grafting a store onto another Drupal install

the module works perfectly, but how to I get the new catalog published on my frontpage? I don't know the WWW address to put into site info. I deleted the old catalog and renamed the imported 'our catalog' to 'catalog' but it still doesn't show up.

Thanks