Issue with price display on the product list page of the narrative theme

I have switched back to the narrative theme recently but all of a sudden the price displayed on the product listings page is displaying with one less zero , for example if the price is 5,200/- its showing 52/- but when I click on the product then on the product page it displays the full amount as 5,200/- .

I have attached a screenshot for the same below. Please help with a solution at the earliest as I want to make it live with the correct price display.

Hi @Sahilaneja

You can try removing the below code on different places in product-card.liquid snippet under Snippets

| money_without_trailing_zeros

Hi, Thanks for the help

I tried removing the code, but it removed the decimal point and showed the amount as 47000, where as it should have been 4,700.00

Please let me know if another way to rectify this.