Display price with airfare on product page

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.

Hello,

The file responsible for this is wp-content >> themes >> entrada >> content-single-product.php however, you need to use child theme to make your customizations and I would highly recommend getting assistance from a developer or using theme customization services like Envato Studio to modify theme FILES AND CODE for your specific website instances.

Ty