• Welcome to KonaKart Community Forum. Please login or sign up.
 

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 - bharatkasodariya

76
Thanks for the quick response
77
Thanks Julie,

Will that work? singleton object is in konakart and to refresh will give call from konakartadmin.
78
I have singleton object with some product info on the front end. I want to refresh that object when product is updated from admin.  How can we achieve it.

Thanks
Bharat
79
I am trying to read all categories. For that I have written below code in jsp


//get kkeng from session.
com.konakart.al.CategoryMgr catMgr = kkEng.getCategoryMgr();
CategoryIf[] allCat=catMgr.getCats();
It returns only visible categories. Is there any method which can return invisible categories.

Thanks,
Bharat