• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 29, 2024, 07:12:07 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 - egreenplace

1
Miscellaneous / Re: display default country
November 29, 2008, 11:21:44 pm
I found 3 JSP pages and I tried various ways but none worked... Can you please tell me how to change the select tag to default the country to U.S.A? Thanks!
2
Miscellaneous / Re: display default country
November 21, 2008, 03:45:27 am
Thanks for your response, but we are not using GWT...any more ideas?
3
Miscellaneous / Re: display default country
November 18, 2008, 06:44:41 pm
The drop down menu of countries in the shipping address section when the customer checks out. I want to default it to the united states instead of Afghanistan.
4
Miscellaneous / display default country
November 18, 2008, 05:50:12 pm
Is there any way when a customer checks out that the country section can be defaulted to the United States?
5
Configuration of KonaKart / Tax Confusion
May 09, 2008, 07:20:34 pm
Hi

I was wondering how the tax thing works on KonaKart. I wanted to enter all the states in the United States, and assign each state a flat tax rate (independent of item type). So, I added Tax areas (all 50 states), then I added 7 tax rates entries for now just to test out. I tried to add things to my shopping cart and for some reason it was adding ALL taxes from all 7 states that I have in the Tax Rates page separated by +.

Why can't I set the tax rate for all 50 states individually, and then based on the state of the shopper it will grab the corresponding rate and apply? Am I missing something?

There is no need for compound tax in my application. Thank you.

Bonnie
6
Can someone posts a working konakart_mail.properties file? I want to start from there. Thanks!
7
Configuration of KonaKart / Using GMAIL Stmp Server
March 27, 2008, 10:29:41 pm
Hi guys,

Sorry if this has been posted. I tried to search as much as I can for setting up SMTP but none of the posts were related to my issue. I manually modified konakart_mail.properties file (since changes through admin never overwrite that file):

This is what I added in the bottom:

mail.transport.protocol   = smtps
mail.smtps.port           = 587
mail.smtps.host           = smtp.gmail.com
mail.smtps.auth           = true
mail.smtp.user            = [my gmail email address]
mail.smtp.password        = [my gmail password]

I used the I forgot my password application to send me my password by email, but I never got the email. Where do I look to check the logs? I am looking under the KonaKart/logs directory but there are no additional logs for mail. Am I missing something? Thank you!

Bonnie
8
Just to let you know that I finally got http://develop.egreenplace.com/konakart/Welcome.do working! I added "jakarta" to the Application Name field under Directory Path from IIS. "jakarta" is where I have my registry using to point to C:\Program Files\KonaKart\bin\.....dll

I am going to try to configure it now so that "konakart" does not show in the URL!
9
Kate,

Actually I did enable directory browsing and it did successfully list all the files that are directly under webapps/konakart. It seems to me that it is looking for Welcome.do in the directory, and of course it is not there.

I will try to post around and see if anyone has done something similar, I posted here thinking maybe somebody already did it before me and they may know what to do.

By the way, I have already tried develop.egreenplace.com/konarkart, etc. but it seems like it finds the directory, but for some reason it is not forwarding the request to tomcat to handle. Maybe in the properties file I need to place the domain number instead of something like this:

worker.kkworker.host=localhost

i replaced localhost with develop.egreenplace.com but that did not work. I will post back if I find a solution. Thank you.
10
Kate,

Thank you for your suggestion, that worked beautifully!!

However, and there is always however unfortunately  :( When I pointed my domain to the server that hosts IIS (domain is http://develop.egreenplace.com) it gives me the following error:

Directory Listing Denied
This Virtual Directory does not allow contents to be listed.

I tried to modify the web site and add Welcome.do as the start page. So why wouldn't it send me to Welcome.do? If I try:

http://localhost/konakart locally from the server machine it actually works and directs me to Welcome.do. Has anybody run into this problem before?

I have set up many web sites but they are all straight forward and always served by IIS without using a connector. So this is the first time I do something like this between Tomcat and IIS. Any help would be greatly appreciated.
11
Quote from: pete on March 23, 2008, 04:09:29 pm
Hi,

v2.2.4.0 came out on 19th March. If you haven't customized your current installation, maybe the best approach could be for you to install the new version and upgrade your current database database so that you don't lose any product / customer data etc.


Thanks Pete,

When I download the new KonaKart version and start the installation, will it be smart enough to overwrite my existing installation? Or, will I first have to uninstall current version or delete the KonaKart folder all together?

Thank you!
12
Hi,

I have just ended up reinstalling a new copy of KonaKart about a couple of weeks ago, and I had the latest version (I believe it was before 2.2.4.0). When did 2.2.4.0 come out? Is it a new version? I am asking because I am seeing new features such as multiple pricing that I don't believe I saw before when I downloaded my copy about 2 or 3 weeks ago.

Now, if KonaKart was just upgraded within the last 2 or 3 weeks, do you recommend I start with a fresh installation or try to upgrade it? I haven't done much yet on my current installation. Thank you! I love the newer version as I am not encountering any errors!! Great job guys!
13
Thanks Kate, I will try that today. I have another question, but I will create a new thread about it  ;D
14
Hi,

We have IIS running as our main web server. Since KonaKart uses Tomcat we need to configure IIS to speak to Tomcat when requests come for KonaKart application. I tried to follow instructions to set up ISAPI but it did not work. I looked at the startup log for KonaKart and found out that it is actually starting ajp13 on a different port, maybe that is why I couldn't start my ajp13.

I tried a full tomcat installation (fresh from Apache) without KonaKart and that integrated beautifully with IIS. Now, I think the way to do this is in one of the two ways below:

1. Either continue using the fresh Tomcat installation and migrate KonaKart application, and re-configure the script that starts ajp13 (I am not sure where that call is coming from). This is going to be a nightmare I think. Or,

2. I can just continue working with KonaKart and try to figure this out. This is a much preferrable option since our Tomcat will solely be used with KonaKart.

Has anybody done this type of connector with IIS? Are there any instructions anywhere? I am running Windows 2000 Server, and the latest KonaKart. Please any light on this would be appreciated. Maybe as a start if someone can point me to the location where KonaKart uses ajp13 so I can play with that and try to get it to work. Thanks ahead of time.

Bonnie
15
Configuration of KonaKart / Re: Can't add new product
February 07, 2008, 05:22:30 pm
Quote from: julie on February 07, 2008, 04:00:20 pm
Hi,

If you don't want to support multiple languages, you just need to remove the languages that you don't want from the DB. You can do this using the Admin App in the section Localizations>>Languages.

Julie


Thanks a lot Julie! I will check into that.

Bonnie