• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 29, 2024, 06:03:11 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 - alex

1
Sorry, maybe I didn't explain this case clearly:

First of all, we are going to install konakart on a windows 2008 server, connecting to the as400 database on another machine.

Second, with your driver (com.ibm.db2.jcc.DB2Driver) i think that the JDBC url would be something like jdbc:db2://<ip_address>:<port> . With this kind of url and the driver you provided I am unable to connect (maybe I still haven't found the exact combination).
If I try to connect with com.ibm.as400.access.AS400JDBCDriver driver (and jdbc url like jdbc:as400://<ip_address>:<port> ), the connection is successfully. (of course, I'm trying these connections with a different tool)

I understand that I can't create and fill the database with your installation wizard. What I'm asking now is if there is a manual installation procedure that will let me use konakart with an as400 db2 database

Kind regars
2
Hi everybody, one of our customers wants a demonstration that KonaKart can run on his as400 system. I know tha konakart already can use a db2 driver but to access db2 running with as400 I need a different driver (i.e. jt400) and a different connection string.
Can anyone address me on which steps I need to follow in order to install Konakart properly? The application server will run on windows server.

Thanks in advance
3
Hi all, I need to have some products without a fixed price ( a price for each piece) but a price calculated from its weight (or volume, or length).
So, suppose that for each of these products, I have a price specified for its quantity of measure (20 €/Kg). Is there in KK a special feature that can handle this or I need to implement from scratch? And if the latter, can you give me some hints on which API should I use?
Currently I think we have 2 main way to resolve this:

  • have a textbox where customer input the quantity he/she wants, and than calculate final price

  • have fixed tiers of quantity, so we can pre-calculate the price


The former is the preferred.

Regards