Development team recommends to try this quick change to show decimals always – even when 0
Look for function
Change from 0 to 2
To make the change in Child theme:
The function wpestate_format_number_price is wrapped in if (!function_exists(‘wpestate_format_number_price’)): – that means is child theme ready,
Copy the function into the child theme, change it there, and it should work, and you will not lose the change on the next update.