Support

Account

Home Forums Backend Issues (wp-admin) Showing number with 00 on decimals Reply To: Showing number with 00 on decimals

  • it’s either that or you’ll have to check if the price has decimals or not when adding them to your theme files and if not add .00 to the field value 🙂

    (if you go this route I highly suggest you create a function for it in functions.php and call it on each place in the theme files instead of writing the same code repeatedly)