fenner21 Posted February 4, 2005 Posted February 4, 2005 I need an extra language, but only so it changes the infoboxes, not the product description. Is it possible?
boxtel Posted February 4, 2005 Posted February 4, 2005 I need an extra language, but only so it changes the infoboxes, not the product description. Is it possible? <{POST_SNAPBACK}> most simple way is to install the language and copy your current descriptions "as is" into the new language. Treasurer MFC
fenner21 Posted February 4, 2005 Author Posted February 4, 2005 most simple way is to install the language and copy your current descriptions "as is" into the new language. <{POST_SNAPBACK}> That's possible, but would like to avoid that, specially if you have like 6 languages
boxtel Posted February 4, 2005 Posted February 4, 2005 That's possible, but would like to avoid that, specially if you have like 6 languages <{POST_SNAPBACK}> but what is the point of having 6 site languages while your product descriptions are in only 1 language ? Treasurer MFC
fenner21 Posted February 4, 2005 Author Posted February 4, 2005 but what is the point of having 6 site languages while your product descriptions are in only 1 language ? <{POST_SNAPBACK}> I know.. but is it possible in a easy way.. or does it mean alot of work? Just curious :rolleyes:
boxtel Posted February 4, 2005 Posted February 4, 2005 I know.. but is it possible in a easy way.. or does it mean alot of work? Just curious :rolleyes: <{POST_SNAPBACK}> As far as I can see you would have to alter the queries that select the product info so that it uses the language you have defined it for and not the one the user has selected. so the where clause : where ....... and language_id = '" . $languages_id . "' ...... would become where ....... and language_id = 1, 2 or 3 ...... Treasurer MFC
fenner21 Posted February 4, 2005 Author Posted February 4, 2005 As far as I can see you would have to alter the queries that select the product info so that it uses the language you have defined it for and not the one the user has selected. so the where clause : where ....... and language_id = '" . $languages_id . "' ...... would become where ....... and language_id = 1, 2 or 3 ...... <{POST_SNAPBACK}> Ahh.. Thanks :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.