Hi all multi-site users :),
I'm running a multi-site system with ubercart as well.
All the products need to be in a central (master) setup of drupal.
From there I want to distribute changes, updates, new products to all other websites.
How can I do this?
-
RSS: I could get the products via RSS, so I would create specific views for my CCK types, distinguished by taxonomy and setup my master shop as a data source for all other sites.
-
Database queries: I could simply copy the products by using SQL
-
Export/Import: I could export a node and import it within the other sites.
I have updates max. twice a year and approximately around 50 multi-sites.
One deviation though, the product pictures are physically just stored in /files/product_images and get a symlink from /sites/mysite/files/product_images
So the pictures should physically NOT get transferred to the slave-site / multi-site.
How would you do it?
Why?
Thank you in advance
Bye, Transmitter