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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -