• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 23, 2024, 07:51:39 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 - Sony George

1
Hello friends,

the products in the "newProducts" array have there products options as null,
how can i fill it, as the default behavior of productMgr ???

regards

Sony
3

the adjustments are to be done on the apache-tomcat connector, the worker.properties file and other
4
 :)

Quote from: Brian on October 18, 2010, 06:07:58 am
I did finally manage to reproduce a problem in this area.  It has been resolved for the next release.

Thanks for reporting it.
5
Dear konakart,
I have found the problem and also the fix,

when SetLocaleAction.do is called, then the users kkAppEng.getCustomerMgr().getCurrentCustomer().getWishLists() become empty,
so in the new language if i add another item to wish list, it is created as another new wish list

so after the code

            // Get the new products for all categories
            kkAppEng.getProductMgr().fetchNewProductsArray(/* categoryId */ProductMgr.DONT_INCLUDE, /* fetchDescription */
            true);

in SetLocaleAction, i just added the following code to fetech the customers wish list

kkAppEng.getWishListMgr().fetchCustomersWishLists();

and now everything works fine

regards

Sony George
6
i just logged out and logged in, then took these screen shots,

1) after login my account page in that wish list tile is there showing 7 products, showing as 3,1,1,1, why it should show together, they are different because i added them in different languages (after_login_1.PNG)

2) clicked on show wish list link just near to wish list tile icon, now showing only 3 of the products only , where are the other 4 products ?? (show_wish_list.PNG)

3) i just registered now only, go and look at kk_wishlist, you can see multiple wish list in same user id with public_or_privete value as 0, how can i see all the 7 products together in my wishlist ??

regards


Quote from: Brian on October 14, 2010, 07:46:35 pm
I don't see what you're complaining about.  Is it that you just don't see the wish list tile on certain views?

If you repeat your steps and click on My Account you will see the wishlist with all products that you have added regardless of language so it looks fine to me.
7
yes i reproduced it in your live demo, just before posting....
the email id i used was testtest@testtest.com and password abcd1234

steps

1) language = english, added 2 items in the wish list
now i changed the language to detch , now i can not see my wish list
if i go to the home, wish list tile is not displaying

2) added 1 product, can see my wish list, clicked the update wish list button, now two products added in the step one shows
i can now see the wish list tile,

3) changed the language to espanol, ho to home page, wish list tile is not displayed
added 1 product, then again added another product, now in wish list two products of step 1 and last added product of step three,

4) switched back to language english, and went to home page, wish list tile is not displaying, if i want to see it , i have to again add a product to wish list.

regards

Sony



Quote from: Brian on October 14, 2010, 07:17:32 pm
Can you reproduce this on our live demo at http://www.konakart.com/konakart/    ?

I can't.
8
Dear Konakart,

Please do this test
1) login to konakart,
2) add some product to wishlist
3) view the wishlist, added products are in the wishlist
4) now change the language
5) wish list disappeared
6) change to another language
7) add 2, 3 products more
8 ) view the wish list, shows the old added products in the wish list tile, but not in the wishlist view
9) switch back to the language changed in step 4
10) products added in step 7 has disappeared

if each products added to wish list in different languages, then none of them list in the wishlist
adding products to wishlist and changing the languages in all combinations create different wishlist which is not usable by the customer.

i think wish list should be unique like cart for all languages, am I wrong ??

thanks and regards

Sony George



9
Programming of KonaKart / Re: GWT version
September 05, 2010, 07:40:33 pm
Quote from: maverick on August 31, 2010, 02:24:33 pm
which version of GWT konakart has used to develope the admin?
quick response appreciated.

thanks in advance
maverick


GWT 2.0
10
Dear KonaKart team,

Have you tested this scenario, ???
i think this is a bug in version 5.0

will you please confirm ??

regards

Sony George

Quote from: Sony George on July 18, 2010, 09:35:26 pm
dear all,

In the advanced search i used custom values in search, for example, i set the dataDescriptor.setCustom6("LCD")
and made a search, then the result shows up, just after doing this search, if i click on a category, then no results are displayed,
i checked the db log and found that the dataDescriptor.setCustom6("LCD") is also applied for the select category query,
this happens for only if i set any values for any of the following methods

dataDescriptor.setCustom6
dataDescriptor.setCustom7
dataDescriptor.setCustom8
dataDescriptor.setCustom9
dataDescriptor.setCustom10

and not for dataDescriptor.setCustom5 and below

does any one faced this problem ??

please help,

Thank you




11
dear all,

In the advanced search i used custom values in search, for example, i set the dataDescriptor.setCustom6("LCD")
and made a search, then the result shows up, just after doing this search, if i click on a category, then no results are displayed,
i checked the db log and found that the dataDescriptor.setCustom6("LCD") is also applied for the select category query,
this happens for only if i set any values for any of the following methods

dataDescriptor.setCustom6
dataDescriptor.setCustom7
dataDescriptor.setCustom8
dataDescriptor.setCustom9
dataDescriptor.setCustom10

and not for dataDescriptor.setCustom5 and below

does any one faced this problem ??

please help,

Thank you



12
but your solution will give a blank page only
adding action class will give the forgot password page


Quote from: julie on June 17, 2010, 10:05:55 am
An easier fix is just to edit MainLayout.jsp.

Add this line to the top:

<%@ taglib uri="/tags/struts-logic" prefix="logic" %>

wrap the rest in:

<logic:notEmpty name="konakartKey">
.....
</logic:notEmpty>

13
This error is not yet solved in Konakart 5.0

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find bean: "konakartKey" in any scope
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1085)
org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:239)
org.apache.struts.tiles.TilesRequestProcessor.internalModuleRelativeForward(TilesRequestProcessor.java:341)
org.apache.struts.action.RequestProcessor.processForward(RequestProcessor.java:572)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:221)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1085)
org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
org.apache.struts.action.RequestProcessor.internalModuleRelativeForward(RequestProcessor.java:1023)
org.apache.struts.tiles.TilesRequestProcessor.internalModuleRelativeForward(TilesRequestProcessor.java:345)
org.apache.struts.action.RequestProcessor.processForward(RequestProcessor.java:572)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:221)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)


any one who hit this URL http://www.konakart.com/konakart/ForgotPassword.do
without a session id set by app server get this error
(remove all cookie, cache of your browser and hit this url)
it is becuase ForgotPassword.do do not have an Action Class, instead , tiles are used, so BaseAction.getKKAppEng() is never called, and so,
konakartKey is not set in session . it is a simple error which can be fixed by adding Action Class for ForgotPassword.do

i had already written in the forum, but i think it did not get noticed by konakart team

http://www.konakart.com/forum/index.php/topic,1172.msg5018.html#msg5018

Posting once again for getting noticed by KonaKart Team.
NB: Just before posting this message, i have created a couple of error by clicking the above url, please check the logs...
Regards

Sony George
14
Programming of KonaKart / Re: New OrderTotal module
June 05, 2010, 05:10:31 pm
Dear Friend,

Please Check these areas

step 1)
D:\konakart42\custom\modules\src\com\konakartadmin\modules\ordertotal\nntax\Nntax.java
in Nntax.java the method should be

step 2)
    public String getImplementationFileName()
    {
        return "Nntax";
    }

Step 3)
\custom\modules\src\com\konakart\bl\modules\ordertotal\nntax\Nntax.java

private static String code = "nntax";