Zen Cart Logo
Forums / General Questions / Sharing customers.

Sharing customers.

Locked

Views: 1,348

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
2 Nov 2006, 4:42 PM
#1
scottb avatar

scottb

Zen Follower

Join Date:
Mar 2006
Location:
St. Louis area
Posts:
205
Plugin Contributions:
0

Sharing customers.

I have four seperate installs of zen-cart on one domain each featuring a different vendor.

Is there a mod or hack that will allow the customer table to be shared and syncronized?

2 Nov 2006, 4:47 PM
#2
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: Sharing customers.

There's no inherent way to share only customers. You could have one DB for all four stores, each store then shares all the same data. Then, customize the display with different file configurations for each (e.g different templates, customize catalog display etc). However then all the stores would also share order numbers, the same admin, etc.

2 Nov 2006, 5:00 PM
#3
scottb avatar

scottb

Zen Follower

Join Date:
Mar 2006
Location:
St. Louis area
Posts:
205
Plugin Contributions:
0

Re: Sharing customers.

No way this can work as each vendor utilizes different shipping methods unless there is a work around for this problem.

3 Nov 2006, 9:22 PM
#4
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: Sharing customers.

Only work around would be to maintain separate DB's and write custom code to synchronize customer accounts between them. That would involve retooling how Zen Cart creates and edits accounts, and then building and maintaining a "key" database that would match the customers_id for each person across all the stores (not gonna be the same customers_id in each database). It's hefty work.

5 Nov 2006, 10:00 PM
#5
scottb avatar

scottb

Zen Follower

Join Date:
Mar 2006
Location:
St. Louis area
Posts:
205
Plugin Contributions:
0

Re: Sharing customers.

I think I have worked out the solution. This is a membership buying club. To register the customer has to register with the buying club. This will be the master database.

Registration will turned off in each instance of Zen-Cart and the databases will be synchronized with the buying club database.

6 Nov 2006, 5:55 PM
#6
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: Sharing customers.

That's pretty much what I was suggesting in my last post. Requires some effort to implement, but doable.