On 1/15/2020 at 1:01 AM, mikhsanh said:Thanks Arnaud Drieux,
its worked for me, i have been upgrading my site from 1.6 to latest versiob 17.6.x
Could you please say how you used this function?
Previously we used {convertPrice price=$product.price} but it's no longer working.
What's the code that we write into our templates now, to achieve the same thing??
There are several answers here:
{$product->convertPrice($product.price)} does not work
{Tools::displayPrice($product.price)} works for me right now, but also someone said it's deprecated.