Hi @salman26 ,
You need to edit the code. Find the file where product prices are displayed. This is often in product-template.liquid, product.liquid, or price.liquid. It can also be in a section like product-template.liquid under the sections folder.
You can try to replace {{ product.price | money }} with {{ product.price | divided_by: 100 | money_without_trailing_zeros }}