Quote Originally Posted by streetglow View Post
I've fixed it myself, not that hard, just some experiments and it all works fine to me.
Except for 1 thing, EZPages...
What about them? If I have an EZPage for site1, then I got the EZPage also for site 2...
I personnally don't use the EZPages, instead of that, there is a way to add html pages to the template by only adding two files to zen-cart. for exemple, this is what I've done with this page:
http://navnav.co.uk/in-car-navigation.html

If you really prefere using EZ-Page, It could be possible to implement a "filter which would be similar to the cat_filter function. However, I might not work on it before couple of weeks as I have other stuf on the fire...

Quote Originally Posted by rikreations View Post
Hi,

I'm having a problem with my multistore.
My product listing is showing each item 12 times. When i remove cat_filter from product_listing.php it works fine.
I'm using 12 languages in my site so i guess the problem was related to bad filtering of the languages, but it's not. The item is shown 12 times in the same language. I suppose it has something to do with the languages but i really can't figure it out.

You can see it by clicking here

Any help or sugestions will be extremelly apreciated.
Thanks in advance.
I never used multi language with Zen-cart, as here in the uk, we assume that anybody should understand English :)
I am preetty impressed to see that you translated your site in 12 languages. This bug is due to a lack of testing with multi language of Multisite.

The problem is that the table categories_description which is use for filtering the products contain one line of each categories per language. I think that, in order to fix it, it is required to use a different way of filtering the categories/products. I thought of making a specific new table for this purpose. With this new talb,e it would be also possible to do a new admin page that would be dedicated to choosing the categories for each sites.

I made the whole category filtering centralised into one function. It means that I would only have to change this function in order to change the filter type.

That could be done in the next version of the Multisite, hopefully !