I have problem with php round.
I must have rounded price only in total /invoice, etc/, when I use round at
Code: Select all
<?php echo $total['text']; ?>
Code: Select all
<?php echo round($total['text']); ?>
I must have rounded total price, tax price, other is unimportant.
Thank you so much.