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

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -