[Drupal7] Multi-Site ecommerce, share products and content
Hi Gurus, I'm getting started with a new challenge and I want to share with you doubt that I have. This project is ecommerce based ( Drupal 7 ecommerce module ), with multiple sites. My first doubt is how can create a master sites that can create products and contents for all sub-sites ? Some people told me to use feeds, other people told be about domain module... But I don't understand how can use feeds for passing all data. Any advice will be more appreciate. Best Regards Nicola -- Nicola Bisinella Mobile: +0039 - 3348284966 Email: nicola.bisio@gmail.com Site: http://www.nbisinella.org Linkedin: http://it.linkedin.com/in/nicolabisinella Twitter: http://twitter.com/nicolabisi Facebook: http://www.facebook.com/nicola.bisinella GPG: 0x903EB725
On Mon, 7 Mar 2011 10:38:14 +0100 Nicola <nirvana98@gmail.com> wrote:
Hi Gurus,
I'm getting started with a new challenge and I want to share with you doubt that I have. This project is ecommerce based ( Drupal 7 ecommerce module ), with multiple sites. My first doubt is how can create a master sites that can create products and contents for all sub-sites ?
Some people told me to use feeds, other people told be about domain module... But I don't understand how can use feeds for passing all data.
I wrote an ecommerce series of module for D5 that exploited schemas in Postgres and Drupal table prefixes. Maybe you could try a similar approach with Drupal ecommerce module. Cloning part of a site or having a whole "template site" is much easier with support of schemas in the DB... but with some extra manual work simple prefixes may do the job. -- Ivan Sergio Borgonovo http://www.webthatworks.it
You probably want to take a long look at Domain Access, which is designed for similar business cases. Feeds would work by exporting/importing shared content in the network. On Mar 7, 2011, at 3:38 AM, Nicola <nirvana98@gmail.com> wrote:
Hi Gurus,
I'm getting started with a new challenge and I want to share with you doubt that I have. This project is ecommerce based ( Drupal 7 ecommerce module ), with multiple sites. My first doubt is how can create a master sites that can create products and contents for all sub-sites ?
Some people told me to use feeds, other people told be about domain module... But I don't understand how can use feeds for passing all data.
Any advice will be more appreciate. Best Regards Nicola
-- Nicola Bisinella
Mobile: +0039 - 3348284966 Email: nicola.bisio@gmail.com Site: http://www.nbisinella.org Linkedin: http://it.linkedin.com/in/nicolabisinella Twitter: http://twitter.com/nicolabisi Facebook: http://www.facebook.com/nicola.bisinella GPG: 0x903EB725
I know that, but my doubt is this, how can create a multi shop ecommerce with shared content ??... Nicola 2011/3/8 Ken Rickard <agentrickard@gmail.com>
You probably want to take a long look at Domain Access, which is designed for similar business cases.
Feeds would work by exporting/importing shared content in the network.
On Mar 7, 2011, at 3:38 AM, Nicola <nirvana98@gmail.com> wrote:
Hi Gurus,
I'm getting started with a new challenge and I want to share with you doubt that I have. This project is ecommerce based ( Drupal 7 ecommerce module ), with multiple sites. My first doubt is how can create a master sites that can create products and contents for all sub-sites ?
Some people told me to use feeds, other people told be about domain module... But I don't understand how can use feeds for passing all data.
Any advice will be more appreciate. Best Regards Nicola
-- Nicola Bisinella
Mobile: +0039 - 3348284966 Email: <nicola.bisio@gmail.com>nicola.bisio@gmail.com Site: <http://www.nbisinella.org>http://www.nbisinella.org Linkedin: <http://it.linkedin.com/in/nicolabisinella> http://it.linkedin.com/in/nicolabisinella Twitter: <http://twitter.com/nicolabisi> http://twitter.com/nicolabisi Facebook: <http://www.facebook.com/nicola.bisinella> http://www.facebook.com/nicola.bisinella GPG: 0x903EB725
-- Nicola Bisinella Mobile: +0039 - 3348284966 Email: nicola.bisio@gmail.com Site: http://www.nbisinella.org Linkedin: http://it.linkedin.com/in/nicolabisinella Twitter: http://twitter.com/nicolabisi Facebook: http://www.facebook.com/nicola.bisinella GPG: 0x903EB725
On Thu, 10 Mar 2011 09:50:44 +0100 Nicola <nirvana98@gmail.com> wrote:
I know that, but my doubt is this, how can create a multi shop ecommerce with shared content ??...
Depending on your ecommerce solution you'd put the nodes/product tables in a shared schema (or shared prefix) and all the rest in not shared tables. http://drupal.org/node/22267 -- Ivan Sergio Borgonovo http://www.webthatworks.it
Thanks Ivan, this is a gread news....probably if I'm careful this solution probably can provide what I needs. Thanks Nicola 2011/3/10 Ivan Sergio Borgonovo <mail@webthatworks.it>
On Thu, 10 Mar 2011 09:50:44 +0100 Nicola <nirvana98@gmail.com> wrote:
I know that, but my doubt is this, how can create a multi shop ecommerce with shared content ??...
Depending on your ecommerce solution you'd put the nodes/product tables in a shared schema (or shared prefix) and all the rest in not shared tables.
-- Ivan Sergio Borgonovo http://www.webthatworks.it
-- Nicola Bisinella Mobile: +0039 - 3348284966 Email: nicola.bisio@gmail.com Site: http://www.nbisinella.org Linkedin: http://it.linkedin.com/in/nicolabisinella Twitter: http://twitter.com/nicolabisi Facebook: http://www.facebook.com/nicola.bisinella GPG: 0x903EB725
participants (3)
-
Ivan Sergio Borgonovo -
Ken Rickard -
Nicola