• Welcome to KonaKart Community Forum. Please login or sign up.
 
December 22, 2024, 08:21:54 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.

Messages - maverick

1
I have the enterprise version of konakart, and want to customise its admin part, want to remove some features of it from the admin, i know it will be just commenting out the code, but simultaneously I have to add few more things to it,
can anyone please tell me what are the steps for setting up the konakart admin code in eclipse and customise it.

Regards,
Maverick
2
Programming of KonaKart / GWT version
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
3
Hi,

I want to implement pagination in different way.... currently konakart provides pagination using [Prev] and [Next].... but we want to implement numbered pagination so that user can directly jump from one page to another and also no records to be displayed has be to set dynamically....... please suggest....... is there anyway without modifying the konakart code it can be done.....

thanks & Regards
Maverick
4
hey somebody please help me with this.....

thanks maverick
5
Hi,

Can anyone please help me with customizing the konakart layout and functionalities.
Want to remove some unwanted functionalities as per my requirements,
And from where to start to customize the look and feel of the admin portal.
from where can i enable the logging of konakart admin.

Thanks in advance.
Maverick
6
Quotegood way to investigate is to enable the db logging so that you can see the query that's being executed.  That could well provide your answer.


Hey can you please tell me how to enable this db logging to see the queries that are being executed in the database.

Thanks
Maverick
7
Thanks Ming
I saw those APIs, but how can i call those from action, i need to have one LanguageMgr class in com.konakart.al to get the KKEngIf instance.
Please help me with this
8
Hi,

Is there a way where-in I can add my own modules(Mgr classes) in the konakart.properties files.
eg. I want to fetch the languages and display them on the screens, in com.konakart.bl package LanguageMgr class is there, but same is not present in the com.konakart.al package, please suggest me do i have to write a new class, and how will I provide mapping in the konakart.properties file.

Thanks
shiv
9
thanks Trevor,

but what if i have to use the existing the custom fields provided in my application.... then where i have make the changes so that I can make use of these custom fields in the konakart admin screens.

Thanks
shiv
10
QuoteMy advice is to try as much as possible to keep your business logic separate from KonaKart and interface to KonaKart using the APIs. You can always customize the KK managers by providing your own managers that inherit from the KonaKart ones and you can customize the API calls by adding code before and after the standard calls. There are also the integration managers to capture events such as when an order is saved or it changes state etc.


Julie here you meant that instead of modifying the konakart code, we should be writing our own managers and should inherits the managers classes provided in konakart... Please confirm.

And after creating our own managers, how will we tell the konakart to consider our manager classes when doing some operations?

In Konakart.properties file we noticed some thing mentioning about the konakart managers, is it here we have to specify our managers classes so that the konakart refers our classes instead of regular manager classes.

thanks & many regards,
shiv :-)
11
QuoteYes it's built using GWT. You can modify the style sheets and we have placeholders where you can add custom panels. In order to make other types of changes you need to buy the source code.

Since we will be developing the application using konakart, so we are thinking about buying the code, but to match our requirements i have konakart's trial version and i'm evaluating it by making certain POCs and trying to figure out what all changes will be required at the time of actual development.

Considering we have to have add a new page FAQ, where in user is entering question and answers, and accordingly we have a different table in the database to manage these information. So in order to implement what, where and how we have to implements this?

what all files do we have to modify and will it have any impact on the future releases of konakart?

if you could help me with this, it would be great help

many thanks

regards
shiv
12
Hi,

We want to customize the look and feel of konakart admin, please tell us how can we do that? is it built using GWT, if yes then what is the entry point class for this module?

Also please tell us can we have JSP pages for the look and feel and can use the business logic of konakart admin, how much it is possible to implement it this way?

any help on this appreciated.....

many thanks
shiv
13
Thanks julie for all your inputs.....
but i still have doubts....
since we are developing a bookstore application.... so our database schema will have many other tables which are not provided in  konakart.... and will require customising the code of konakart. so wanted to know what is better way of doing of customising the code of konakart.... can we directly modify the business logic code.... or should we extend the classes of konakart and write our own logic...
and you mentioned about using the build-torque.xml for generating the classes
but i guess what ever schema we want to add or modify we need to make an entry in the custom-schema.xml, and when the build.xml is executed then it automatically creates the tables in the database.
14
currently konakart provides the 5 custom fields in the customers table, but my requirement is such that i need 7 extra fields instead of 5, please tell me how can this be achieved and what all files do i need to modify.

thanks,
shiv
15
Julie what if there is a case that i need to add a seperate table all together, then how will I achieve that