tax calculation wp all import
-
?m trying to calculate tax ({price[1]} * {tax[1]} ) / 100 but its not work can some one help me
<?php function taxes_price( $price = null, $tax = null) { return ( $price * $tax ) / 100 } ?>
[taxes_price({price[1]},{tax[1]})]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘tax calculation wp all import’ is closed to new replies.