I have been toying with this idea since I have two domains that sell different base products but also share some common products. Say one sells finished jewelry and gifts while the other sells finished jewelry and jewelry components.
I want it to have and use one database with one set of administrations.
My thoughts have lead me to a somewhat complicated but I believe workable solution. What if a new data field was created for each product entered in the database. This field would correspond to one of three possibilities (0=store1 1=store2 and 2=store1 and 2). When inputting the items a drop down or radio button would allow for choosing the option for that item.
That is the easy part and where my knowledge drops off quickly. The next part involves recoding the SQL queries contained in each store web file set so that it will only choose only items that are solely its own or cross sold between the two.
Does this make sense? Late night ideas sometimes do not float well in the sunlight.
This example if properly executed would allow a store to show only those items and categories that are fit for itself. The others would be read but not displayed. Since it is one database the sessions should not be affected since they are both transacting as one store but with different home directories for the 'look' of the store.
####################_



