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

Messages - shaydes

1
Thanks for your reply.

Quote
When I add items to the cart, they are displayed based on their product id and not in the order in which they were added to the cart. How can maintain the oder in which they were added to the cart?

Quote from: pete on July 08, 2008, 08:57:08 pm
You could use a custom field of the Basket object to do the ordering.


The version I am using, 2.2.0.6, doesn't seem to have custom field for the BasketIf. Right now I don't have a choice to move to newer version.

Quote
I am using API's to work with the cart. I am trying to implement promotions, such as buy 2 get third free.

Quote from: pete on July 08, 2008, 08:57:08 pm
Your 3 for 2 promotion module should look quite similar to the ProductDiscount OrderTotal module that we supply in the download package.


I am using just the cart and not the other features. The 3 for 2 promotion has an effect on the price, because each item has a different price.
2
Programming of KonaKart / sorting of cart items.
July 08, 2008, 08:44:50 pm
Hi,

I am using API's to work with the cart. I am trying to implement promotions, such as buy 2 get third free.

When I add items to the cart, they are displayed based on their product id and not in the order in which they were added to the cart. How can maintain the oder in which they were added to the cart?
3
Configuration of KonaKart / Re: Login integration.
August 21, 2007, 05:24:01 am
That worked. Thanks.
4
Configuration of KonaKart / Re: Login integration.
August 15, 2007, 09:36:56 pm
Hi,

When we login to our application, we login to KK using exactly the method you showed below. Following that a user decides to buy an item. At present we are using .../AddToCartFromProdId.do?prodId=xxx. The control is trasnferred to the correct page but KK login is no longer valid. We have modified the default application's tiles to suit our need. We have added all the items so that when we come in through default application it works properly.
5
Configuration of KonaKart / Login integration.
August 15, 2007, 04:21:25 pm
Hi,

We have our own application which requires login. I am able to register the user to KK. I am entering KK application by adding an item to the cart from our application. How can I make sure that the user is automatically logged into the KK application and add items to the cart without having to go through your login screens.
6
That worked.

Thanks
7
I have done exactly that:
Ran the wizard-based installation, made sure that app was running and copied the apps to existing tomcat webapps directory.

I am running Apache 2.2, tomcat-connectors-1.2.23 (port 8009/ajp13), tomcat-5.5.23 (port 8080) and Oracle 10.1 on Fedora 7. I have several other apps using apache tomcat-connector and work properly.

The application installs properly and runs fine with the wizard-based installation and tomcat instance. When I copy the apps, konakartadmin runs fine, but when I run konakart, I get only the top bar (Home    My Account  |  Cart Contents  |  Checkout and above content, plus just the title Categories and nothing underneath). When I look at the log files, I get whole lot of errors starting with:
07-Aug 21:12:59 ERROR (ApplicationDispatcher.java:invoke:723) Servlet.service() for servlet jsp threw exception
javax.servlet.jsp.JspException: Define tag cannot set a null value for bean with id: allManu
        at org.apache.struts.taglib.bean.DefineTag.doEndTag(DefineTag.java:236)
        at org.apache.jsp.WEB_002dINF.jsp.SearchByManufacturerTile_jsp._jspService(SearchByManufacturerTile_jsp.java:157)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
        at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:594)
        at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)
        at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:965)
        at org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:605)
        at org.apache.struts.tiles.TilesUtilImpl.doInclude(TilesUtilImpl.java:99)
...snip...

8
I have several other apps running in tomcat. How can I run KonaKart using the existing tomcat instance. I would prefer not to start another tomcat instance.