• Welcome to KonaKart Community Forum. Please login or sign up.
 

Avalaibility of the source code in enterprise version

Started by nabster, July 28, 2011, 06:04:00 pm

Previous topic - Next topic

nabster

Hi!

I was wondering if all the konakart source code is available in the enterprise edition. For we want to build a solution that will require highly customization of both the user interface for the front store and the administration interface. We also have some logic that we would like to implement in low level so the whole availability of the source code is mandatory.

Regards,
Nabster.

kate

The complete source code is not provided in the Enterprise Edition but is available to purchase.   

We actually encourage people to use the documented customisation techniques and not change the engine source code to make upgrading easier as we always try to maintain backwards compatibility at the engine API level between versions of KonaKart.   

Hence, even the companies that buy the complete source code tend not to change the engine source but buy it for peace of mind and for helping with their own debugging and customisations.

If you wish to purchase the complete source code please write to sales at konakart dot com using your company email account.

nabster

Thanks for your answer,

For example, we would like to use Konakart inside liferay 6.06 but there is a incompatibility with the Axis version used by Konakart and the one used by Lifera as liferay use the version 1.6 and Konakart the 1.4 version. So we can't use SOAP to communicate with Konakart services inside Liferay, and our environment does not allow us to use RMI. And related to webservice, we would like to use SOAP over https for security reason, and i think that the only supported protocol for webservice inside Konakart is http.

There are also some feature like complete statistic and reporting in the admin panel that we would like to implement, but as i know there is any means to add additional functionality in the administrator dashboard.

julie

#1 Can't you use KK services outside of Liferay for the SOAP communication? i.e. Just install KK on another server or App Server instance and point it to the same DB. What's the problem you are seeing with HTTPS? I'd have thought you could look after the HTTPS protocol upstream from the KK service.

#2 In the admin app we have the notion of custom panels http://www.konakart.com/docs/AddingCustomFuncAdminApp.html