price decimal . and ,
Quote from flx on February 23, 2021, 3:16 pmproduct 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?
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?
Quote from web idea on February 24, 2021, 4:17 pmHi. 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. In spreadsheet File -> Spreadsheet Settings.
Change locale to US, then it should use dots in numbers(prices)
Let me know, does that help.
Thanks.
Quote from flx on March 1, 2021, 7:45 pmHi, 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!
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!
Quote from web idea on March 5, 2021, 9:43 amFor 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.
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.
Quote from Sjackson3289 on January 8, 2022, 11:51 amThank you for sharing your ideas. Here I have learned a lot of things from this post and appreciate your innovative thinking.
Thank you for sharing your ideas. Here I have learned a lot of things from this post and appreciate your innovative thinking.