Shop update error

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
Translate to English There was a problem fetching the translation.
0 Likes
3 Replies

Re: Shop update error

Should we change data format for price "$# ##0,00;($# ##0,00)" to "$# ##0.00;($# ##0.00)" in the data base?
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...

Re: Shop update error

There is code that should handle this conversion, but it appears it is not. I can tell from the error that is occurring in the code before it is saved to the database. I believe your right that it is the conversion that is causing the problem. I will look at this further tonight and get back with you.
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...

Re: Shop update error

From here in the US, everything works fine. I tried switching my window settings to Poland and it still worked, The code is supposed to take different regions into place and compensate but something is not quite right. n I know the exact spot the error is occurring.

Questions:

1) I'm seeing the price information stated as USD. Is the price you state in the local currency ( and Etsy just converts it)?
2) Is it acceptable if I just convert the value to decimals instead of comma (as summing I can make that work)?

Thanks
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...
Reply
You must log in to join this conversation.
Remember that posts are subject to Etsy's Community Policy.