VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: MarioP on January 14, 2016, 08:36:07 AM

Title: Category in just one language
Post by: MarioP on January 14, 2016, 08:36:07 AM
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?
Title: Re: Category in just one language
Post by: jjk on February 02, 2016, 22:01:55 PM
I thought about your problem for a while, but unfortunately no good idea came into my mind.  :-[
Title: Re: Category in just one language
Post by: GSC on February 17, 2016, 15:26:44 PM
Any further ideas on this ? I am trying to accomplish the same. Thanks.
Title: Re: Category in just one language
Post by: GSC on February 26, 2016, 09:49:10 AM
Any solution for this ?
Title: Re: Category in just one language
Post by: GJC Web Design on February 27, 2016, 22:37:16 PM
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