• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 28, 2024, 02:51:21 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 - sunshiva

1
Yes i do!

I figured out the issue though. It is due to the Googlebot crawling the site but i have no idea as to why it tries to access
/konakart/SelectCat.do;jsessionid=E0CFD39457B5A93A0FC84D8B53FBE0D5?catId=-1&prodsFound=0&redir=true

This is intermittent and i'm not able to figure out why

Any ideas?

Regards

Shiva
2
Hello all

I've an online ecommerce store implemented successfully with Konakart ver 2.2.2.0. My site is live currently but i keep getting occasional exceptions which i believe could be fatal

Here are some of the error messages that are reported frequently (about 5-6 times a day)

INFO   | jvm 1    | 2008/04/26 19:49:31 | SEVERE: Servlet.service() for servlet jsp threw exception
INFO   | jvm 1    | 2008/04/26 19:49:31 | javax.servlet.jsp.JspException: Define tag cannot set a null value for bean with id: currentTopCat
INFO   | jvm 1    | 2008/04/26 02:26:49 | javax.servlet.jsp.JspException: Cannot find bean: "konakartKey" in any scope

Since this is a live (production) environment, i'd like to mention that there were no outages on the database server.

I'd appreciate any help from folks who might have come across a similar problem and if they ever found a resolution to this issue

Please help

Warm regards

Shiva
3
Configuration of KonaKart / Re: Paypal callback problem
January 17, 2008, 02:22:58 am
Hello

I came across this document on the Paypal developers network. Hope it helps
https://www.paypal.com/IntegrationCenter/ic_ipn.html

Regards

Shiva
4
Installation of KonaKart / Re: Checkout error
January 07, 2008, 06:36:21 pm
Hi Sue

Yes, I'm using the downloaded version of 2.2.0.7 but had to customize the jsp/tiles and configuration files

Regards

Shiva
5
Installation of KonaKart / Checkout error
January 06, 2008, 11:12:43 pm
Hello All

I get a malfunction error during the checkout process and the only error message i notice in the browser is (screenshot attached)

"This application is out of date, please click the refresh button on your browser"

I set the log level to DEBUG and there are no errors logged in the log files

Please help

I'm currently using version 2.2.0.7

Thank you

Shiva



6
Hi Julie

What i'm trying to do is, to link the checkout process to Google checkout, instead of posting to the default method that is configured with the installation. I checked out the link that you sent me but its basically related to SOAP/XML payment methods. Google checkout offers a SOAP/XML API as well as the traditional HTML API. The HTML API requires constructing an HTML form with hidden form objects for the product, viz quantity, price, etc and the form action needs to be set to https://sandbox.google.com/checkout/cws/v2/Merchant/xxxxxxxx/checkout

Also, coming back to the link you sent to me, I'm not sure if that would work for Google checkout as i'm not using the XML API version for Google

Please let me know if you have any further details i could send out

Warm Regards

Shiva

7
Hello

How do i change the default checkout action? The installation checkout action is /EditCartSubmit.do. I need to change this to point to the Google checkout URL. I changed the EditCartBody.jsp to include the following form action

   <html:form method="POST" action="https://sandbox.google.com/checkout/cws/v2/Merchant/xxxxxxxx/checkout">;

but it seems to break the site and i notice the following error in the Tomcat logs

31-Oct 12:20:35 ERROR (InsertTag.java:doEndTag:922) ServletException in '/WEB-INF/jsp/EditCartBody.jsp': javax.servlet.jsp.JspException: Cannot retrieve mapping for action /https://sandbox.google.com/checkout/cws/v2/Merchant/643237515230848/checkout
org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/jsp/EditCartBody.jsp at line 33

30:
31: <% boolean outOfStock=false; %>   
32: <table border="0" width="100%" cellspacing="0" cellpadding="0">
33:    <html:form method="POST" action="https://sandbox.google.com/checkout/cws/v2/Merchant/xxxxxxxx/checkout">;
34:   
35:
36:    <html:hidden name="EditCartForm" property="goToCheckout" value=""/>


I believe there are some changes required in the struts-config.xml file and/or updates to the forms code.

Please advise

Regards

Shiva