• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 06, 2024, 09:06:02 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.

Topics - lvfisher

1
Hi,

I am calling another GWT app from within KK.  The app uses an RPC servlet.  When the servlet is called, I get the following error. 

"Exception while dispatching incoming RPC call javax.servlet.ServletException: Content-Type must be 'text/plain' with 'charset=utf-8'"

The GWT app was developed with GWT 1.5.2.

What version of GWT does KK use anyway?

Below is a log.

Anyone interested in helping?

Thank you.

17-Oct 17:31:10 ERROR (ApplicationContext.java:log:675) Exception while dispatch
ing incoming RPC call
javax.servlet.ServletException: Content-Type must be 'text/plain' with 'charset=
utf-8' (or unspecified charset)
        at com.google.gwt.user.server.rpc.RemoteServiceServlet.readPayloadAsUtf8
(RemoteServiceServlet.java:119)
        at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServ
iceServlet.java:178)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:869)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
rocessConnection(Http11BaseProtocol.java:664)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:527)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:80)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:684)
        at java.lang.Thread.run(Thread.java:619)
2
Hello,

I am a Konakart newbie and this is my first real question to this forum. 

We get all of our pricing, tax, locale, and shipping info... as well as, perform actual purchases through our Oracle backend.  So, we have modified kk to do this in its wonderfully extensible payment, Tax, Shipping, Subtotal, and Total modules.  So far, so good... but, have run into a couple of things that have not been able to find.

1. Upon figuring tax info in the Tax module, we set total price on the order with its setTotalIncTax().  This is working fine in the total but have not been able to set the tax for individual items in the tax column in the Product table shown in the EditCartSubmit.do page.  So, my cautious question is... how do you set that value or how can I delete the tax column entirely from that Product table on the page?

2. Our price authority is Oracle.  So even though our kk shopping cart shows prices from its database, those prices may or may not be accurate.  We are querying Oracle for the real price in the Subtotal module.  However, we have been unable to update the prices in the product (e.g., when I call setPrice([someprice]) on a Product instance obtained from an OrderProductIf from the OrderProductIf[] array obtained from the order, nothing happens to the price in the product). So, if the prices are different, we are updating the kk database directly at that time.  However, we also have been unable to change the prices in the cart.  This could lead to a customer being surprised, when he gets a different price after checking out.

So, can someone please tell me how to update the prices for shopping cart items and products or failing that, how to cancel the order and send the user back to kk welcome page (at that point, since we have changed the price in the database, they will see the correct price). 

Can you help us with these questions?

Thank you so much in advace, for your advice and time.

Regards,
Larry
3
Miscellaneous / Viability of Konakart
September 02, 2008, 05:14:04 pm
Hello,

Being a KKNoob (and for that matter, a shooping cart noob), I don't know much about the community.

Managment here has asked me to find a shopping cart (open source) that we can extend for various things unique to our business needs.  They suggested OpenForBusiness (an Apache eCommerce project).  I thought that was swatting a fly with an Abrams tank... and found KonaKart and have extended its payment module to hit our back end for purchases (one of the specified extensions).  I found the task to be pretty intuitive and appreciated the special notes in the doc about it.

So, the reason I am posting this is that management would now like me to explain to them why we should be using KonaKart from a business perspective... questions like:

What is the user base of KonaKart?
What proof do we have that KonaKart will be around long term?
How long has KonaKart been in business?

Can someone please point me to a source for the answers to these questions and/or maybe just give me some answers  :o)

Thank you so much, for your help.

Regards,
Lar