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 -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -