Hi there
I'm looking for the possibility to create a category which would be displayed just in one language - I don't want it to be shown in the second one. The problem is that even though I create a category and save it just in the primary language it's appearing in the second language too. Is there a way to change that? I've been looking for any entries in the database responsible for that, but nothing....
I see no issue for products - I can show them in just one language, so why isn't the same for categories?
I thought about your problem for a while, but unfortunately no good idea came into my mind. :-[
Any further ideas on this ? I am trying to accomplish the same. Thanks.
Any solution for this ?
It could be done by just hiding with css certain catids when lang is X
this would obviously only work on the FE display.. if the user changed langs while on a cat then you could have a hidden div which displays a message if catid == x && lang==x and hide the content
This could all be done in the FE templates