Background of the issue:
I am trying to use the wcml_rounded_price() function to handle rounding of the prices of the products. The function looks like this:
Link to a page where the issue can be seen: hidden link
Symptoms:
The price does not change. Function is called but the return value is not displayed as the price of the product.
Questions:
Why is the return value of wcml_rounded_price() not displayed as the price of the product?
Is there a specific reason why the price is not visible despite the function being called?