• Welcome to KonaKart Community Forum. Please login or sign up.
 
January 03, 2025, 03:47:49 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 - tqumhieh

1
Hi Guys,

How can I get all images for a specific product? in addition of getting the number of available images using Server APIs as product.getImage() returns one image, however product.getImageX() return null for all products.
2
Hi Guys,

3
Programming of KonaKart / Re: Product Rating
February 26, 2013, 04:36:49 pm
I the latest version once again and install it, using the server APIs always return null value for rating. it seems the client API do its own calculation to return the rating
4
Programming of KonaKart / Re: Product Rating
February 26, 2013, 11:40:31 am
im using the community edition, does that make any difference?
5
Programming of KonaKart / Re: Product Rating
February 26, 2013, 11:23:54 am
Unfortunately it isn't  do so. any idea?
6
Programming of KonaKart / Re: Product Rating
February 26, 2013, 06:21:27 am
However this value is always returning null in my environment. Specific review rating is valid, but average product rating is always null, do I need to configure anything for it to work ?
7
Programming of KonaKart / Product Rating
February 25, 2013, 02:55:00 pm
Hi Guys, is Product Rating a value that I have to set manually or is it calculated automatically? i'm calling ProductIf.getRating() and it always return null
8
Hi Guys,
How can I implement forgot password functionality using server calls API
9
Thanks trevor, then this lead us to the original question once again, how to change the default currency utilizing the KKEngine server APIs? as all examples simply use the KKAppEngine
10
I think you mean SelectCurrencyAction.java and not SetLocaleAction.java Anyhow, it seems im having issues initializing KKAppEng, im trying to do so from a JSF managed bean, and im not using struts in my application, will that cause any issue?
11
Thanks for the reply, but does this mean once I set the new currency and requery products, their prices will be reflected automatically to match the new currency? Or do I need to loop over the product and multiply with the currency factor
12
Programming of KonaKart / Change currency using java API
February 13, 2013, 07:25:34 am
Hi Guys,

How can I programmatically change the currency view in my front store? I'm building a custom portal and wishes to have a drop down menu where users can select the currency and all prices will be changed according to this selection.
I'm using the latest  6.5 version, and what I want to know:
1) how to change currency using API.
2) once currency changed, will prices be reflected automatically or is this a manual effort I have to maintain?