
I want to know if it is possible to have 2 stores
[lets say one on the main domain and the other in a sub domain]
Each having there own db. [this is normal so far]
Now the challenge ... BUT have store #2 use the products db table of Store #1
So in other words..
I want to have two sites that pulls from the same product inventory
The prices, looks, customers, etc. will differ for each site. I just need the two to link the same inventory.
The simple answer would be to export the products table from one store and import it in to the other. but I need to keep the stock available in sync. because some of the products have a low limited number.
Any ideals?

-=:@:=-