Stock is displaying as a decimal, how can I change this?
-
Hello all,
I recently added this bit of code to my
short-description.php
but the number is displaying as a decimal. Example one product has 650 in stock and is displaying as 650.000000. I only need it to say 650! Is there a setting I can change or something I can add to my code to format it as a non-decimal?<div class="qty"> <?php echo 'QTY: ', get_field('_stock');?> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Stock is displaying as a decimal, how can I change this?’ is closed to new replies.