Jump to content

Currency problem


Guest limkimpoh

Recommended Posts

Guest limkimpoh

i have just successfully upgraded to CC305, everything seems to be working fine except one small problem. the default currency i set is USD, however when i click on other currency (e.g. AUD) it refreshes the page and goes back to USD again, why ?

is anyone able to assist on this ?

Thank you :w00t:

Link to comment
Share on other sites

Guest limkimpoh

Thank you so much :w00t:

Now everything's working fine except for the apostrophe, it came out as some strange code....

but thats very trivial

Thanks again.

Link to comment
Share on other sites

  • 2 weeks later...

to all the people who have this same problem i have a solution, when the product total shows up it came whit an error cause the number format converts the entire number into a decimal. then you just have to change the number formar in the order.php about line 371

find this :

[$price = number_format(round($contents[price][$x]* $currency_rate / 5, 2) * 5, 2);

and replace ir with

$price = $contents[price][$x] * $currency_rate;

$price = number_format($price, 2, '.', '')

and thats it !!

hope u find it helpfull..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...