php - Woocommerce: display sale price with tax -
i want display sales price of product taxes.
actually have following code show regular price taxes:
<?php echo woocommerce_price($product->get_price_including_tax()); ?>
but how must code sale price taxes?
Comments
Post a Comment