• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 25, 2024, 01:29: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 - julie

1
Miscellaneous / Re: Duplicate registration
August 14, 2018, 01:12:08 pm
I'm not sure what you mean by duplicate registration. You can configure KonaKart to allow a customer to checkout without registration. You can also configure KonaKart to allow a registered customer to checkout without signing in although in this case he / she won't see the order in the order history. This second feature was added in version 8.8.0.0 . Here are some details https://www.konakart.com/javadoc/server/com/konakart/app/CustomerRegistration.html#setAllowMultipleRegistrations(boolean)
2
Miscellaneous / Re: Buy with a click
August 14, 2018, 01:04:52 pm
You can easily achieve this by creating an action class that adds the product to the cart and then redirects to the checkout confirmation page.
3
Programming of KonaKart / Re: Best APIs to use?
June 13, 2018, 11:44:23 am
If you are connecting to the KonaKart engine from a Java program running in the same application server webapp, then I would use the POJO APIs.

If you are connecting to the KonaKart engine from a Java program running on another server or a different webapp of the same server, then I would use the JSON APIs, which are almost as fast. You don't actually have to construct the JSON because you can make Java calls to com.konakart.json.KKJSONEng (which adheres to the same interface as com.konakart.app.KKEng) and the JSON plumbing is looked after for you.

If you are communicating using a JavaScript application then we have a JavaScript library called jquery.konakart-x.x.x.x.js that converts our standard API calls into JSON messages and sends them to the KonaKart engine over AJAX.

We also have facilitators to simplify the task of connecting to KonaKart using a .Net application using the JSON APIs.

For any other technology I would also recommend JSON.
4
Depending on the promotion being used, KonaKart allows you to define how the attributes of the promotion are interpreted. You need to take a look at custom\modules\src\com\konakartadmin\modules\ordertotal\totaldiscount\TotalDiscount.java to see how the custom attributes of the promotion object are mapped.

e.g. Minimum Order Value is mapped onto custom1
5
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.

6
Programming of KonaKart / Re: how to update a product
November 29, 2017, 04:11:03 pm
You pass an array of description objects. One for each language.
7
I would analyze whats taking up the time. i.e. Database, code or transmission of results.
8
Programming of KonaKart / Re: how to update a product
November 28, 2017, 11:03:28 am
You can use the KKAdminIf API call, editProductWithOptions().
9
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.   
10
It looks like you are using the EE version of KonaKart so you have the source code for all of the tiles. What I would do is to just create a new tile (following the examples that you have) that shows the language drop list and manages the language change.
11
It's just a drop list and should already be in TopBar.jsp.
12
Miscellaneous / Re: OrderTotal settings
November 21, 2017, 07:59:16 pm
Yes, you can set it by code.
13
Miscellaneous / Re: Multiple coupons for an Order
November 21, 2017, 07:58:40 pm
Add all of the coupons to the coupon code attribute of the order separated by commas.
14
Miscellaneous / Re: Apache Struts vulnerability
October 06, 2017, 09:23:04 am
It's for versions  v 6.6.0.0 - v 8.5.0.2 .

The latest version (8.7.x.x) contains the patch.
15
Miscellaneous / Re: Apache Struts vulnerability
October 05, 2017, 04:55:33 pm
A patch was made available on 9th March: https://www.konakart.com/downloads/patch-releases/