Home › Forums › MapPress Support › Mashup Popup template › Reply To: Mashup Popup template
May 16, 2019 at 4:12 am
#18318
Hi again Chris,
Sorry for all my questions but i modified the price value to a function so i can display the price easier on the website.
Is it possible to pass the function on the POI template ?
function annonce_post_price(){ ?>
<span class=”price label label-warning”> <?php $price = annonce_detail(‘annonce_prix’); echo number_format( $price, 0, ‘,’, ‘ ‘ );?> € <?php if ( has_term( ‘location’, ‘offre’ ) ) echo ‘<small>/ mois</small>’; ?> <?php if ( has_term( ‘location-saisonniere’, ‘offre’ ) ) echo ‘<small>/ nuit</small>’; ?></span>
<?php }
Thanks
