Hello,
We installed Zetsy and tried to make a shop update. The problem is that both "title" and "price" are empte in the database after update. I think the problem can be caused by the error we get during update
w Microsoft.VisualBasic.CompilerServices.Conversions.ToDecimal(String Value, NumberFormatInfo NumberFormat)
w Microsoft.VisualBasic.CompilerServices.Conversions.ToDecimal(String Value)
w Zetsy.Module1.AddlistingInfo(EtsyListingRow currentrow, Result Litem, Boolean GetImg, String& ListFailure)
We think he reason is that Zetsy tries to convert price e.g. 5.00 to price database column which is set to accept only comma as a digit separator.
We live in Poland and we use comma as separator e.g. '10,00' instead of '10.00'. This is probably because of the MS Access properties for our country layer.
Do you have any idea how to deal with it? Any help will be most welcome
Thank you!
Sebastian and Małgosia