You need to log in to create posts and topics.

price decimal . and ,

product import is not working fine for us. We use the non american notation for prices. Instead of 2.99, we write 2,99. When we import the products to our sheets, it just writes down the integer 2. Is there a way to determine the decimal to comma?

 

Hi. In spreadsheet File -> Spreadsheet Settings.

Change locale to US, then it should use dots in numbers(prices)

Let me know, does that help.

Thanks.

Hi, thank you for the fast answer. sadly it still does not fetch decimal data. Is there maybe a way to make a change in php files?
Thank you for your help!

For fetching data into spreadsheet.

Check file - https://github.com/easymanagebiz/woobase/blob/master/includes/export/class-easymanage-export-products.php

protected function processPriceField($val) { ....

It should create price in number format with dots.

Thank you for sharing your ideas. Here I have learned a lot of things from this post and appreciate your innovative thinking.