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

21
dears ,
 

I have seen the demo of DotCMS integrating with Konakart . I have Noticed the Banner and Ads were related  to a certain product so that I can view product details or Add it to shopping cart . I need to know what is the best practice or the implementation technique used to bind the image with a certain product in konakart catalog.


Best Regards,
22
Dears ,
  Regarding the logging of Konakart Admin ,  What i understood that it uses log4j and it is configured on konakart-logging.properties located under webapps\konakartadmin\WEB-INF\classes

first i couldn't find any file named konakart.log , that was defined in the properties file.
I changed the location , in addition to debug level as follows :

log4j.appender.KonaKartAppender.file=c:/logs/KonaKart.log
log4j.logger.com.konakart                     = DEBUG
log4j.logger.com.konakartadmin                = DEBUG

and nothing was written !

any idea what should i do to make it work , to be able to trace things !

Best Regards,
23
Programming of KonaKart / Product Notifications
August 16, 2011, 12:39:32 pm
Dears,

How product notification works?

please could you explain for me, when the client choose to be notified by updates on specific product

Example :
Please notify me of updates to the products I have selected below:
  Blade Runner - Director's Cut

I tried to change somethings in the product (price, details, adding promotion) but no notification send to the client email... Please advice ASAP
24
Dear All,

I want to know how can I customize/modify or debug admin application in eclipse. I don't want only to modify the styles I also want to add and modify some functionality.

Example: I want to have the access to add more than 4 images for the product in the admin. Is it possible?

Appreciate your quick response
25
Dears ,

  I've generated ears / wars  using konakart ant script , but when deploying the war generated of konakart on Oracle Application Server  , The deployment was successful but when i run the konakart client  i get the below exception
:


java.lang.NullPointerException
   at org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.java:428)
   at org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.java:311)
   at org.apache.struts.taglib.logic.RedirectTag.generateRedirectURL(RedirectTag.java:294)
   at org.apache.struts.taglib.logic.RedirectTag.doEndTag(RedirectTag.java:268)
   at _index._jspService(_index.java:49)
   [SRC:/index.jsp:2]
   at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
   at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569)
   at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:305)
   at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
   at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
   at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
   at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
   at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
   at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
   at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
   at java.lang.Thread.run(Thread.java:534)


could you update us with the steps needed to deploy on Oracle Application Server


Best Regards,

26
Programming of KonaKart / Product more images
August 03, 2011, 10:33:11 am
Dears,

I want to add more than 4 images to the product, is it possible? Also if I have different colors to

the product, can I add images for each product color?


Appreciate your quick response.
27
 we are installing Konakart 5.2 , We need to know how we can generate eclipse project that contains both :

  • web content " Jsps , JS , .." that is generated by make_eclipse_project ant task

  • Struts Actions ,  Forms , Java classes used by the front application.



we urgently need this to facilitate debugging and tracing our code changes .