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

Messages - Asset

1
Dears ,
I need to refresh the Configuration values of the Shipping Module not from the admin , but when certain action occurs i need ShippingQuote values to be reflected with values of the Configurations table on the kkeclipse
2
Programming of KonaKart / Re: New Shipping Module
September 12, 2013, 10:14:34 am
i dont check on anything in my shipping module , so what do you mean by shipping criteria ???
3
Did you figure out  a solution to your problem?
4
Programming of KonaKart / Re: New Shipping Module
September 10, 2013, 04:04:28 pm
yeah i did  in both konakart.properties and konakartadmin.properties , i just adjusted some keys in the DB and it worked ,  but i do have another issue :

the shipping is always zero from front application when i install my new module , and when calling this line

            ShippingQuoteIf [] shippingQuotes = kkAppEng.getOrderMgr().getShippingQuotes();

it doesn't return my module , any idea why ?

5
Programming of KonaKart / New Shipping Module
September 09, 2013, 03:15:24 pm
Dears ,
I am trying to add a new shipping module , so i followed the sample of Flat.java and generated a jar file for the new shipping method and added it to the konakart admin,.
I have changed the staticdata class to contain 4 fields and added these entries to the database as well

My Question now , you load configurations statically in the Sample code under Custom , so where should they will be loaded from the database , and when i change one of my staticData and then click save ...why they aren't updated on DB ?
6
Dears ,
we are facing the following exception when deploying the Konakart Admin on Weblogic server 10.3.5 and Upload Product Images

-/eshopadmin> <svweblogic01> <ESHOP-MS> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1356426689670> <BEA-000000> <Exception while dispatching incoming RPC call
java.net.ProtocolException: EOF after reading only: '0' of: '214' promised bytes, out of which at least: '0' were already buffered
        at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:93)
        at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:179)
        at java.io.InputStream.read(InputStream.java:85)
        at weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl.java:222)
        at com.google.gwt.user.server.rpc.RPCServletUtils.readContent(RPCServletUtils.java:175)
        at com.google.gwt.user.server.rpc.RPCServletUtils.readContentAsGwtRpc(RPCServletUtils.java:205)
        at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.readContent(AbstractRemoteServiceServlet.java:182)
        at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:239)
        at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3714)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
>


Please I need your feedback as soon as possible
7
Dear ming,

Thanks for your clarification but I have problem in creating new KKAppEng. I got this exception :

Caused by: java.lang.NullPointerException
   at com.konakart.al.KKAppEng.getEngConfCopy(Unknown Source)
   at com.konakart.al.KKAppEng.getAServerEngineInstance(Unknown Source)

Remark: I have my own project not "kkEclipse" project and I added all konakart jars and properties file in my own project.
8
Programming of KonaKart / Re: Auto-Complete feature
June 19, 2012, 09:11:34 am
Thanks ryan, it works.

But how can i customize in the text box for example as I see that all generates automatic by including js file and div with specific id.
9
Programming of KonaKart / Re: Auto-Complete feature
June 18, 2012, 01:58:33 pm
How can I enable this feature?

I enabled "Solr Search" but still not working
10
Programming of KonaKart / Auto-Complete feature
June 18, 2012, 12:28:13 pm
Dears,

I need to know if there konakart supports auto-complete feature or I have to implement it?
11
Is is fixed after we set the 1000 separator of the currency.

But this is weird as this separator is not mandatory in the admin, but if we didn't set a value there is a parsing exception occurred.
12
After making a test servlet, we got this exception:

com.konakart.app.KKException: org.xhtmlrenderer.util.XRRuntimeException: Failed on configuring SAX to DOM transformer.
        at com.konakartadmin.bl.AdminEngineMgr.getPdf(Unknown Source)
        at com.konakart.app.KKEng.getPdf(Unknown Source)
        at _testInvoice.createInvoice(_testInvoice.java:42)
        at _testInvoice._jspService(_testInvoice.java:192)
        at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
        at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
        at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
        at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
        at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
        at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
        at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
        at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
        at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
        at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
        at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
        at java.lang.Thread.run(Thread.java:595)
Caused by: org.xhtmlrenderer.util.XRRuntimeException: Failed on configuring SAX to DOM transformer.
        at org.xhtmlrenderer.resource.XMLResource$XMLResourceBuilder.createXMLResource(XMLResource.java:184)
        at org.xhtmlrenderer.resource.XMLResource.load(XMLResource.java:75)
        at org.xhtmlrenderer.pdf.ITextRenderer.setDocumentFromString(ITextRenderer.java:157)
        at com.konakartadmin.bl.AdminPdfMgr.renderHtml(Unknown Source)
        at com.konakartadmin.bl.AdminPdfMgr.createPDFFromHTML(Unknown Source)
        at com.konakartadmin.bl.AdminPdfMgr.getPdf(Unknown Source)
        ... 19 more
Caused by: java.lang.ClassCastException: oracle.xml.jaxp.JXSAXTransformerFactory
        at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
        at org.xhtmlrenderer.resource.XMLResource$XMLResourceBuilder.createXMLResource(XMLResource.java:181)
        ... 24 more
13
Hello,

I made an Expression, then made a promotion and assign the previous expression to that promotion.

Could any one help me how to retrieve customs field of the expression attached to the promotion.

Thanks in advance,
14
thanks julie  for your help  :) I will try this solution.
15
Dear All,

In version 6.2 there is new custom attributes called "Custom Relationship 1,2,3" for the merchandising of the product?

How can I fetch the products assigned to these customs? I searched for something like " kkAppEng.getProductMgr().fetchRelatedProducts()" in the APIs but I didn't find ?

Could you please help?