Questions tagged [konakart]

for questions about KonaKart, a java based shopping cart software solution for online retailers.

KonaKart is a java eCommerce system, owned by DS Data Systems UK Ltd, aimed at medium to large online retailers.

It is a Java / JSP / XML based solution with java APIs and a SOAP Web Service interface that allow retailers to quickly integrate eCommerce functionality into existing systems.

The customizable parts of KonaKart are Open Source and available under the GNU LGPL.

9 questions
9
votes
2 answers

request.getCharacterEncoding() returns NULL... why?

A coworker of mine created a basic contact-us type form, which is mangling accented characters (è, é, à, etc). We're using KonaKart a Java e-commerce platform on Struts 1. I've narrowed the issue down to the data coming in through the…
Jay
  • 901
  • 1
  • 8
  • 18
8
votes
2 answers

Docker (stopped) container has no IP address

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ca030d3cf1c2 konakart_app "/bin/sh -c '/bin/bas" 16 minutes ago …
Miguel Xoel Garcia
  • 307
  • 1
  • 4
  • 18
3
votes
2 answers

Struts Tiles - Get attributes

To preface this, I do not work with Java or Struts, but I understand what is going on in the code. When it comes to writing the code, I am clueless. I am working with KonaKart, and they use struts tiles to display layouts. Here is the jsp…
Tim Withers
  • 12,072
  • 5
  • 43
  • 67
1
vote
1 answer

konakart installation with mysql database

This is very first time I am trying to install konakart in my system. I have jre 6 and konakart 7.2.0.0 and mysql 5.1.32. When I start to install konakart each and every thing is working fine then I gave the database name which I already created…
asif aftab
  • 69
  • 5
0
votes
2 answers

Konakart seamless login on Liferay

I am trying to make a seamless login to Konakart customer portlet on Liferay, where I have two separate Konakart instances installed (with different .war-files and different database. This means these two do not know about each other in any way).…
mico
  • 12,730
  • 12
  • 59
  • 99
0
votes
1 answer

how to extend konakart type system

I am starting a konakart e-commerce project and have little knowledge about it. I plan on developing a separate web application that will communicate with konakart using the "java api" approach. The biggest problem I have now it that I can't…
0
votes
1 answer

Could not instantiate the Payment module

I added a new language in KonaKart app and I've added all necessary property files. I activated the modules: shipping and payment. For standard languages the modules work fine, but for my added languages I get the following exception: Can't find…
user1480528
  • 37
  • 2
  • 8
0
votes
2 answers

KonaKart. Wrong character in database

I installed Konakart successfully. I am using MySQL database and set utf-8 encoding. In addition I add russian language, but when I create new user and specify name with russian character in the database displayed onlly ??? signs. If I point to the…
user1480528
  • 37
  • 2
  • 8
-1
votes
2 answers

Could not configure konakart shopping - cart

How to import and configure konakart shopping-cart source code in Eclipse?
karty019
  • 39
  • 1