• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 28, 2024, 09:48:38 pm

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.

Topics - alex

1
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
2
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