Afficher une devise avec taxe avec Smarty.
displayWtPriceWithCurrency affiche un prix avec taxe et devise.
<div class="form-group">
<label class="col-lg-3 control-label">
{l
s='Total spent since registration:'
d='Admin.Orderscustomers.Feature'
}
</label>
<div class="col-lg-3">
<p class="form-control-static">
{displayWtPriceWithCurrency
price=$customer_stats.total_orders
currency=$currency
}
</p>
</div>
</div>
Remarque : Les fonctions displayWtPrice et convertAndFormatPrice ne sont plus utilisées dans PrestaShop 1.7.0.