• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 23, 2025, 01:28:41 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.

Messages - rula

61
Hi konakarts,

it seems bundles needs a (main?) manufacturer (mandantory!) and a model like single products too.

regards rula
62
Hi konakarts,

here my way to run konakart in eclipse(3.3.0) with tomcat(5.5.25) and (sysdeo plugin)
1.create a java project

2.install konakart into this project folder of your eclipse workspace

3.make
custom/appn/src
custom/adminengine/src
custom/engine/src
custom/modules/src
to src-folders

4.set jars from
konakart/Web-INF/lib
konakartadmin/Web-INF/lib
birt-viewer/Web-INF/lib
and(from tomcat/common/lib)
jsp-api
servlet-api
to build path

This works for me.

regards, rula
63
Hi julie,
o.k., I will do so as soon as I can use gwt, thanks.
regards, rula
64
Programming of KonaKart / Re: OnePage Checkout
July 04, 2008, 08:22:45 am
Hi julie,
thanks, on page checkout and checkout without registration are really great gwt features of konakart.

regards, rula
65
Hi KonaKarts,

I have a problem in checkout without registration.

Scene:
1.checkout without registration is disabled
I register, login, add to cart, checkout

2.checkout without registration is enabled (in the meantime)
I add to cart, checkout

Problem:
Customer data from original registration were updated with them from checkout without registration (e.g.phone)
I can't regular login with my old password

I am wrong and where is my problem?

regards, rula



66
Programming of KonaKart / Re: OnePage Checkout
July 04, 2008, 07:46:04 am
Hi KonaKarts,

I am a newbie to gwt in your one page checkout.
Why do you use two form steps (emailAddress, password) for login?

regards, rula
67
Hi KonaKarts,

I used gimp at the moment. (attachment)

regards, rula
68
Hi KonaKarts,

a little bit cosmetics for the customer,
I miss small_repeat.gif and button_repeat_order.gif in krauts locale (de).
Are there anywhere by KonaKart or by osCommerce or should use gimp?

regards, rula
69
Oh julie,
sure, every new product must be assigned to a category, but when!
The yellow helpers are fine, but I can' t rely on it, the checkboxes under categories were not yellow, what a pity!

regards, rula
70
Hi KonaKarts,

I can't add a new product.
I step through the first 3 tabs (descriptions, details, images).
Nothing is still yellow, but the new button is disabled.
What's the problem!?

regards, rula
71
Contributions / krauts translation 2.2.6
July 02, 2008, 01:47:49 pm
Hello, Hola and Hallo,

here my contribution for a krauts translation of version 2.2.6:
-Messages_de.properties (konakart)
-AdminMessages_de.properties (konakartadmin)
-AdminHelpMessages_de.properties (konakartadmin)
-konakart_demo.sql (mysql)

regards, rula
72
Hi KonaKarts,

this problem was finished by the hoster. He told me to use /var/www/webXXXXX/files/tomcat/....
with XXXXX=CustomerId. I didn't found a documentation about this by the hoster and attempted in my desperation here in our forum, sorry.

regards rula
73
Hi KonaKarts,

I can't open config files from the admin app.

I have under the server root:

/files/tomcat/webapps/konakartadmin/WEB-INF/classes/konakart_config_files.xml
/files/tomcat/webapps/konakartadmin/WEB-INF/classes/konakartadmin.properties

How can I access konakartadmin.properties from admin app?

On localhost I used something like this:
<file>
<displayName>KonaKart Admin Properties File</displayName>
<fileName>C:/dev/workspace/konakart/webapps/konakartadmin/WEB-INF/classes/konakartadmin.properties</fileName>
</file>

But nothing seems to work on the real server. I tested absolute and relative paths, with and without server root, nothing works.

Now I am unsecure if it needs a path or perhaps a url !?

I need a piece of advice, regards rula
74
Configuration of KonaKart / Re: different formats
June 27, 2008, 01:39:56 pm
Hi konakarts,

now I have replaced the bean:message tags by the fmt:message tags and now, locale switches with fallback to the default locale works correct for me. I could not find another solution.

regards, rula

75
Configuration of KonaKart / Re: different formats
June 26, 2008, 09:54:11 am
Hi konakarts,

I have a small i18n problem in konakart client app.
It seems that the fallback locale not works how I image that.

I have these catalogs:
Messages.properties
Messages.properties_de
Messages.properties_es

If I switch the language the locale in sessionScope (for struts and jst) is correct changed to en_GB, de_DE or es_ES, but only the body-tiles were refreshed with the new language, the others stay in the old.

With the fmt:message tag the fallback mechanism seems to be o.k., with the bean-message tag there are
these problems.

If I create a new additional catalog Messages.properties_en, there no problems, but it makes no sense.

regards, rula