Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Currecy converter
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

alfabravo
VP-CART New User

74 Posts

Posted - June 22 2009 :  04:50:15  Show Profile  Reply with Quote
I have a problem with currency converter
When the cprice value gets sent to www.x-rates.com, the comma delimiter gets deleted (39,00 becomes 3900); I tried the following in shopproductsubs.asp:


If Getconfig("xcurrencylink")="Yes" Then
dim url, cprice
cprice=shopformatnumber(total,getconfig("xdecimalpoint"))
cprice=replace(cprice,",",".")
url="http://www.x-rates.com/cgi-bin/cgicalc.cgi?value=" & cprice & "&base=" & Getconfig("Xcurrencybase")
Response.write "<br /><a href=""" & url & """ target=""_blank"">" & "Convert " & Getconfig("xcurrencybase") & " " & cprice & "</a>


But it doesn't work
Any help is very much appreciated
Thanks
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00