• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 07, 2024, 11:51:17 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - kate

61
Your timing is remarkable :-)    We will be releasing v5.5.0.0 in the next day or two all being well....   I would definitely wait for that.    If you've signed up for the forum newsletter you will be informed of when the new release will be available for download.
62
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.
63
Programming of KonaKart / Re: Import XML
July 22, 2011, 11:01:17 am
Unfortunately in that release (assuming you are using 5.4.0.0-E)  there was a typo in the code so you have to match that typo in your config file to exclude that messages file.

So in xml_io_config.properties set:

mesaages = false


It's fixed in 5.5.0.0:

*) Fixed a bug in the XML_IO utility where a property was referred to as
     "mesaages" rather than "messages".
65
You could download the Community Edition and see what source you get.   Generally-speaking you don't get source for the engines and the Admin App but you do for the storefront.

Look under the "Partly Open Source" section here http://www.konakart.com/product/customization for details on what you get in the download package.

Full source code is available to purchase if absolutely required - but under certain conditions - contact sales @ konakart . com
66
What it says there has been true for a very long time but just recently we upgraded the demo application on our server to a more recent version in order to demonstrate some new features - but this unfortunately has the effect of making it incompatible with the 5.2.0.0 Open Cms integration...

You just have to install a KonaKart version locally of the same version.. it's not really that difficult.
67
Are you pointing at a compatible KonaKart installation?

You need to....   so if you're pointing to the KonaKart demo at www.konakart.com you need to install KonaKart 5.2.0.0 locally and point at that for its web services.
68
It's a problem when using MS SQL Server but has been fixed in the next release (v5.5.0.0).
69
That 'set function' doesn't work with promotions today...   it does work however with the configuration variables and modules though - Cod demonstrates this with an example (that isn't actually used by the module and is only there as an example).
70
Good.  I just looked into this ( before seeing your 2nd post  :( ) and there should be no problem if you set the default language for the store to german and complete all the translations in AdminMessages_de_DE.properties and AdminHelpMessages_de_DE.properties as you mentioned.
71
Huh? 

I'd say that creating a portlet from the store front is a good feature.

It's the same with anything...  if you want something different you have to create it yourself.

At least you have a comprehensive set of APIs to make that possible.

72
If you're building a portlet for Liferay from scratch you really need to reference Liferay documentation to find out the best way to do that.   The only contact there with KonaKart would be through the APIs.
73
The service you're getting already on this forum is pretty good for free.   

We can't provide free phone support as well.

Have you considered buying a support contract?
74
My guess is that you haven't set it all up correctly...  have you given your other user KonaKart roles like the admin@konakart.com user has?

To diagnose, try enabling some DEBUG logging on "com.konakartadmin.portlet".. this should tell you what's happening.

I assume you've checked the logs for any exceptions that would also help.

75
try refreshing your browser