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

1
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?
2
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
3
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
4
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!
5
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
6
Hello,

Can anyone help me locate how to enable merchants (manufacturers) to login into my website respectively and add their products to my website. So I want to create a user name and password for each one of them and and give them the ability to login and manage their own products within my website categories with out being able to see or modify anything else on the admin website. Thanks for this great product :)

Bonnie

7
I reset the username and password for the admin application a while back and I forgot what it is. I tried to add the following in konakartadmin.properties and it did not do anything when I restarted the server:

konakart.security.disabled=false
konakart.session.durationMinutes=30
konakart.login.attempts=3
konakart.login.blockedmins=10
konakart.admin.user=KonaKart
konakart.admin.password=princess

I couldn't log on with that username/password after restart. I checked the tables in the database, and there is no users table. How can I reset usernames and passwords? Is there a table I can modify manually? Is there a config file I can change? Anything... without having to reinstall everything. Thanks!