Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Problems and bugs
 Import data
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

robertof
Starting Member

Italy
22 Posts

Posted - March 15 2007 :  04:59:13  Show Profile  Reply with Quote
Using VP-ASP 6.5 plus on windows server 2003 italian and Access DB.
Importing the products the price is read in a wrong way because I use "," instead of "." for the decimals and I use "." instead of "," for the thousands.
I see at the row 564 the function ConvertValue
and at row 585 the code:
Case "3" ' Number
Can you add a code in this row for testing purposes? If set xconverteuropeannumbers to "Yes", the variable will convert itself in the correct number format.
Added this code but didn't tested yet
'-------
		if getconfig("xconverteuropeannumbers")="Yes" then
			newvalue = replace(newvalue,".",";")
			newvalue = replace(newvalue,",",".")
			newvalue = replace(newvalue,";",",")
		end if

'--------

  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00