Quote:
Originally Posted by Drix
I've just installed it and it works just fine with the donation beeing in NOK (Norwegian kroner) if i follow the link in the forum navbar, but if i type in an amount in the CMPS block i get the amount in USD. How can i change that to become NOK as well?
Thanks for a great hack!
|
Oh I see.....
I didnt update the CMPS module when I added the new currencies so it defaults to USD
I will have to add the new currencies to the module.
Till then the quick fix is to edit the currency <if condition.... lines in the CMPS module and change them to use the currency code you like.
for example after this
PHP Code:
<if condition="$vboptions['billspp_currency'] == '5'"> <input type="hidden" name="currency_code" value="USD" /> </if>
add
PHP Code:
<input type="hidden" name="currency_code" value="NOK" />
will force the currency code to be submitted as NOK