Quote Originally Posted by jvoce View Post
I know this has been briefly touched on earlier, not to the muddied extent with which I will confuse everyone.

Right now both stores share a common customer database, however, is it possible to add something in the database to share only certain customers, and not others?

What I'm looking for is one site with a complete category listing, and one with a restricted number. But I do not want all customers able to view the complete site.
This is definitly possible, however, I never really had time to do it.

constants define tables; you can override these constants (TABLE_CUSTOMERS, ...) from the confg files of your sites, and then have different tables for different sites, but it is a bit dangerious as it might be confusing in the admin section.

A cleaner why would be to filter the customers like I filter the categories. This might be a of more work and create a function that would rewrite the SQL query that contains customers tables... I could be able to do that, but at the moment, I really don't have time. If you really need that to be done, we can still arrange a contract for wich I will implement that for you. In this case, this will be done much quicker.