Hi there,
I'm thinking in setting several shops of different stuff on different domains (but in the same machine) and also add some sort of "general frontend" for users to look for stuff in all the shops simultaneously (I know this could be achieved with one only shop, but I'd like to architect this this way :) )
First of all: is there any solution already implemented for this problem so I can have a look at it? This is not to reinvent the wheel, so any help would be greatly appreciated
In the case I cannot find anything, I've found some sort of solution involving cool SQL stuff, like views and querying all my databases at once (I like this, and it works well), but I'd like to know...
HOW DOES ZC SEARCH FOR PRODUCTS?? I've seen a lot of PHP code today, but I still cannot find the query to look for stuff (I don't think I need any advanced search, but it would be cool).
I can code the SQL myself, but I'd like to know the official way, so I output relevant results :)
Thanks!





