• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 13, 2024, 12:32:37 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 - rula

31
Hi konakarts,

I think about a compareProducts page to call from a link in the productDetails page. I will only compare products of the same category, select them from a list with checkboxes, and view the comparison result in a table. I would use methods from the client api to get a array of products by the paticular catgegory. This objects should contain all the information I need to compare them. Is this way okay or how would konakarts do this things? Should I use xml only for the comparison data field or for the whole product object? regards, rula
32
Programming of KonaKart / Re: markup validation
August 08, 2008, 11:09:19 am
Hi konakarts,

i am gone for:

<!DOCTYPE html PUBLIC
  "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

in:
http://www.ruladev.de/konakart1/

(this page is invalid, i used greater than and lower than in scriptlets, help could be)
http://www.ruladev.de/konakart1/SelectCat.do?catId=1&prodsFound=-1&redir=true&category=Hardware regards, rula
33
Hi konakarts,

sure, I have forgotten that i am a total newbie in gwt and have at the moment no chance to make my simple things. I will disable this powerful and heavy features for the first time in admin app. ;) regards, rula
34
Hi konakarts,
Quote
One-page Checkout Step-by-Step Guide

after an hour I can call onepagecheckout ;D
I had problems with the database connection by the run target in the build. I have to set the correct database connection parameters in the according konakart.properties file under the onepageerecheckout/src too!!!

I am here in onepagecheckout only for small layout and style adjustments.

I found images and konakart.html under the public folder, styles, messages, jsps under webapps, is this okay or have
I forgotten a essential part for my work? regards, rula
35
Hi ryan,

thank you, now the currency mystery is cleared for me. regards, rula
36
Hi ryan,

You mean the prices will be formated only by the default currency in the admin app. When the default currency is $ and the locale in the client app is switched from en to de, the currency should be stay by $ and not change to €. One and the same currency and format in admin app and client app, no matter which locale is selected in the browser. So, I have understood it.
regards, rula
37
Hi konakarts,

I have not the expected number format for the currency amounts from the konakart client engine and the
according manager objects.
e.g. in EditCartBody.jsp kkEng.getBasketMgr().getBasketTotal() brings 10.00EUR and I expected $ 10.00
Quote
getBasketTotal() returns the total price of the basket as a formatted string so that it may be used directly in the UI

but this is not that what I expect. What have I to do, that the client engine always delivers the correct currency format e.g. according a currency pattern. (###,##0.00 \u20AC for de and \u0024 ###,##0.00 for en) ?
regards, rula
38
Configuration of KonaKart / Re: Admin validations
August 06, 2008, 09:52:53 am
Hi kate,

additionally set functions for list classes in pull downs and get functions for select single fields of this classes, interesting  ;) , regards, rula
39
Configuration of KonaKart / Re: Admin validations
August 06, 2008, 09:42:39 am
Hi kate,

thank you, it works, seems to be js funktions in libs of the gwt.
It seems there are also functions for double, select options and others, which I could not associate.

regards, rula

   
40
Programming of KonaKart / Re: custom code
August 06, 2008, 08:57:20 am
Hi kate,

thank you, I will do so, regards, rula
41
Programming of KonaKart / custom code
August 06, 2008, 08:25:04 am
Hi konakarts,

I searched for a right place for additional external custom jars like jstl, standard and xalan. In the past, I placed it under WEB-IF/lib together with all the other jars for konakart and all works. Now I thought, it's custom code and I have to placed in in custom/lib, but I get compile errors in the ant build. I think this libs are not in the compile path. Where is the right place for external libs of customization?

In your docs I found:
Quote
The "custom/lib" directory contains jars for ant.


regards, rula
42
Configuration of KonaKart / Re: Admin validations
August 06, 2008, 07:58:17 am
Hi kate,

recently ryan answered for new configuration parameters. e.g. I need validation for a new config parameter MAX_PRODUCTS_PER_ROW to display the products in the jsp. This parameter have to be validated e.g. for int and range.

regards, rula
43
Configuration of KonaKart / configuration parameters
August 06, 2008, 07:17:54 am
Hi konakarts,

I need a additional configuration parameter MAX_DISPLAY_PRODUCTS_PER_ROW like MAX_DISPLAY_CATEGORIES_PER_ROW. I added a new entry in the configuration table with the according key and now it can be set in the admin app and referenced in java and jsp. Is this enough or what have I to notice? I think it is allowed to change entries in configuration and configuration_group for my needs!

regards, rula
44
Configuration of KonaKart / Re: Admin validations
August 06, 2008, 06:51:18 am
Hi konakarts,
Quote
Only a certain subset of fields can have their validation overridden in this way, but if you need other fields to be made available for validation please get in touch with support at KonaKart.

is configurable validation of non product fields in admin app available in the current release?

regards, rula
45
Hi konakarts,

I searched a long time for a way to handle these xml data in the jsp.
I was very stupid, I ignored jstl and the powerful xml tag library. In the past I only worked with core and fmt tags but for comparison of xml product data this could be very nice. There are many actions (tags) for xml-processing in the jsp. This is only a hint from me for these powerful konakart feature.
regards, rula