Is it possible to display the tour price with the airfare on the product homer page beneath the title? See red below
Currently the price is the cheapest without the airfare.
I found where the code for the price is because I needed to add in the excluding notation:
>
<?php entrada_product_price(get_the_ID(), true); ?>
excluding airfare
but don’t know the modification to make it display the ‘inc airfare’ price.
Any help would be appreciated.