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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -