KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: costis on July 10, 2008, 08:44:21 pm

Title: jsp VS. jsp_osc and HomePageBody_jsp.java
Post by: costis on July 10, 2008, 08:44:21 pm
Hello everybody!
Question 1:
What is the use of the jsp_osc directory? So far we have been only using the jsp.
       webapps/konakart/WEB-INF/jsp_osc/HomePageBody.jsp
       webapps/konakart/WEB-INF/jsp/HomePageBody.jsp

Question 2:
We want to have a bilingual introduction page. The contents should change according to the language selected.
What is the best way to do it? Wouldn't it be easier to have the intro text in the database?

Thanx
Greetings
Costis
Title: Re: jsp VS. jsp_osc and HomePageBody_jsp.java
Post by: pete on July 10, 2008, 09:45:37 pm
QuoteQuestion 1:
What is the use of the jsp_osc directory? So far we have been only using the jsp.
       webapps/konakart/WEB-INF/jsp_osc/HomePageBody.jsp
       webapps/konakart/WEB-INF/jsp/HomePageBody.jsp


These are older JSPs that have the original osCommerce look and feel. They haven't been updated for a few releases.

QuoteQuestion 2:
We want to have a bilingual introduction page. The contents should change according to the language selected.
What is the best way to do it? Wouldn't it be easier to have the intro text in the database?


Why don't you put the text in the language dependent message catalogs ?