• Hi,

    I need to have 2 decimals displayed on the cart/check-out page. My taxes and shipping prices cannot be rounded to the nearest whole number. However, I want there to be 0 decimals displayed on the shop page and the product page. Is there any code to do this?

    https://ww.wp.xz.cn/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Hi jd3723,

    To do this, you need to set the number of decimals in the settings to 2.

    Then, you need to copy the price.php file from the WooCommerce plugin: \woocommerce\templates\loop\price.php
    and paste in in your theme directory:
    yourtheme\woocommerce\loop\price.php

    You can then easily play with the code on that template. Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Decimals question’ is closed to new replies.