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

46
Dears ,
When I try retrieve the value of "specialStatus" , "specialPriceExTax" or "specialPriceIncTax"  for any of Best Sellers products  of KkAppEng.getProductManager.getBestSellers () , They are alway 0 , null , null respectively .

despite they have values in any other Lists [ e.g New products ,  Product details ]  for the same products

I have tried the server APIs as well , but same behavior.

any idea why this occur !

Best Regards,
47
Thanks alot for your helpful reply
48
Dear All,

When I retrieve product description in search result page ("ProductsBody.jsp"), I always found it null although the products have description and viewed normally in product details page.

Any help,
Thanks.
49
Dear All,

Does anyone know if there is an API that I can call it to retrieve all products based on different categories?

Example: If I have CategoryA with Product A1 and Product A2 and CategoryB with Product B1 and Product B2.

I want when I select CategoryA and CategoryB, I want to retireve the 4 products.

Appreciate your quick response,
Thanks.

Get products based on different categories
50
Actually i didn't mean that , I want to know from the Content Management System , how  I configure a content " Ads , Banner" to be binded to a certain product in konakart  so as each image will redirect to  its binded product .

any help !
51
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,
52
it works normally , I just forgot to add the KonaKartAppender to rootlogger :)
53
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,
54
Programming of KonaKart / Re: Product Notifications
August 16, 2011, 02:32:18 pm
Thank you for you quick reply i understand what you mean?

But how could i know that an action (changes) triggered (happened) on a specific product (which the client asked to be notified with its updates)
55
Thanks alot for your helpful info.
56
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
57
Thanks trevor for your reply. But I don't want only to add 4images to the product from admin. I want to customize in other functionality for example if I want to view more details about customer in order details page.

I am asking in general how can I modify/debug in the admin application?

Appreciate your quick response
58

Any help??
59
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
60
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,