• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 20, 2024, 05:08:37 am

Recent posts

Pages 1 ... 8 9 10
91
Programming of KonaKart / Re: getOrdersPerCustomer metho...
Last post by julie - December 06, 2017, 11:36:24 am
Not really. As I said you need to do some work to see where the time is being spent. I'd start by seeing how long the DB is taking to return the data.

92
Programming of KonaKart / Re: getOrdersPerCustomer metho...
Last post by giacomokk - December 06, 2017, 10:26:31 am
Hi Julie, do you have news?

Thanks.

G
93
Programming of KonaKart / Re: how to update a product
Last post by julie - November 29, 2017, 04:11:03 pm
You pass an array of description objects. One for each language.
94
Programming of KonaKart / Re: getOrdersPerCustomer metho...
Last post by julie - November 29, 2017, 11:47:21 am
I would analyze whats taking up the time. i.e. Database, code or transmission of results.
95
Programming of KonaKart / getOrdersPerCustomer method ve...
Last post by giacomokk - November 28, 2017, 03:34:43 pm
Hi, i'm trying to get all orders for the logged in customer using kk web services in this way:

KKWSEngIf eng = new KKWSEngIfServiceLocator().getKKWebServiceEng();
eng.getOrdersPerCustomer(<params>);

it works, but i see that is very slow for acquiring a list of 50 orders, it takes about ten seconds!

I'm using konakart 8.5.0.0.

Can you help me?

Thanks.

Giacomo



96
Programming of KonaKart / Re: how to update a product
Last post by sachchidanandm31 - November 28, 2017, 02:10:58 pm
Thanks julie for the update,

Can we pass each language id in editProductswithOption() service. We have 4 language defined at konakart admin end. I want to update each product language tabs.

Could you please suggest me the same.

Thanks
97
Programming of KonaKart / Re: how to update a product
Last post by julie - November 28, 2017, 11:03:28 am
You can use the KKAdminIf API call, editProductWithOptions().
98
Programming of KonaKart / Re: how to update a product
Last post by sachchidanandm31 - November 27, 2017, 10:40:39 am
Hello,

I want to update my product from api/services for all language in konakart. Could you please tell me the service name which updates automatically in all language corresponding to product.


Thanks,
sachchidanand
99
Configuration of KonaKart / Re: New Language adding for Ko...
Last post by julie - November 24, 2017, 07:59:08 am
You already have everything you need. You have the source code of the standard JSP based storefront where that functionality is present and you have the source code + documentation of all of the tiles so what you need to do is to make a JavaScript tile that replicates the functionality of that language drop list. If you can't figure it out then you may want to consider getting help directly from KonaKart or one of our partners.   
100
Configuration of KonaKart / Re: New Language adding for Ko...
Last post by sachchidanandm31 - November 24, 2017, 07:05:30 am
Hi ,

Could you please provide us some sample code  or documentation so that i can refer for language switcher functionality.


Thanks,
sachchidanand
Pages 1 ... 8 9 10