KonaKart Logo release notes FAQ
Search

release notes for KonaKart v 2.2.5.0 & V 2.2.6.0

release notes for KonaKart v 2.2.3.0 & V 2.2.4.0

The deprecated method called com.konakart.al.CategoryMgr.setCurrentCatAndUpdateProducts(int catId), the unused tile CategoriesTile.jsp and the unused action com.konakart.actions.SelectCategoryAction() have been removed. These were replaced some versions back with the method  com.konakart.al.CategoryMgr.setCurrentCatAndUpdateProducts1(int catId), the jsp CategoriesTile1.jsp and the action com.konakart.actions.SelectCategoryAction1().

release notes for KonaKart v 2.2.2.0

As far as we aware, 2.2.2.0 does not contain any modifications that could result in compatibility issues from the previous release. The download package has increased in size since the GWT one page checkout code and build file is now included, rather than it being a separate download.

release notes for KonaKart v 2.2.1.0

Global changes to Struts Action Classes
UI Changes For Skin Support
Source code deployment changes
Module deployment changes


Global changes to Struts Action Classes


A bug was fixed in the Struts Action classes in order to remove instance variables that could cause concurrency problems mainly under heavy load. The changes to BaseAction.java  are :
Every Struts Action class has been changed to accommodate these changes in the BaseAction class, but the good news is that the changes are minor. They are :
Our advice is to take the new struts actions and to upgrade only the ones that you have customized. The places where modifications are necessary will be obvious since they will manifest themselves with compilation problems.

UI Changes FOR SKIN SUPPORT


Most of the JSPs have been changed in order to accommodate the support for skins. Your old JSPs will continue to work since the changes are mainly style and layout changes. We have also shipped the old JSPs in the WEB-INF/jsp_osc directory.  If you want to continue using these JSPs, then you must copy them to the WEB-INF/jsp directory after deleting the contents of this directory.

To find out how to change a skin please read the configuration FAQ.

source code deployment changes


We've made it easier for you to modify and compile the source code .  Details are available in the Customization FAQ.

MODULE deployment changes


All modules (payment, shipping etc.) now reside within their own jar. This makes them easier to manage. Read the Customization FAQ for detailed instructions of how to create a new Payment Module.