KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: avector on July 17, 2015, 01:28:36 pm

Title: Konakart SOAP set currency...
Post by: avector on July 17, 2015, 01:28:36 pm
Hello!

I use SOAP API of konakart to integrate it with a custom web application. This is a multilingual application and there is some currency for each language. User could change language and currency in application.
I just wonder how to set currency through SOAP API?
I have found any suitable service method for this. Also, user can be not logged in and fulfil basket with products. Then after currency is changed basket products must be recalculated with the chosen currency.
Konakart web app supports all of these stuff, but how to repeat it using SOAP API?

Thank you in advance!
Title: Re: Konakart SOAP set currency...
Post by: julie on July 21, 2015, 07:07:52 pm
We use the API to get the currency objects so that we have the conversion multiplier that needs to be used on the default store currency. The actual mutiplication to display the prices in the correct currency is done on the storefront application at display time.
Title: Re: Konakart SOAP set currency...
Post by: avector on July 22, 2015, 10:32:06 am
OK. it's clear. Thank you.