Woocommerce: display sale price with tax
-
Hello,
How can I display the sales price of a product with taxes?
Actually I have the following code to show the regular price with taxes:
<?php echo woocommerce_price($product->get_price_including_tax()); ?>
But how must look the code for the sale price with taxes?
I look for something like:
<?php echo woocommerce_price($product->get_sale_price_including_tax()); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Woocommerce: display sale price with tax’ is closed to new replies.