Rounding the Price in Product Cards
<p class="plan-price"><span>#{currency.symbol}#</span>#{price}#</p>
<p class="font-normal no-margin priceCurrency">#{currency.text}#/#{billingPeriod}#</p>
<div class="button-wrapper">
<button class="btn btn-primary" data-bind="click: select">SELECT</button>
</div><g:formatNumber number="#{price}#" format="###,##0.00"/>Last updated
Was this helpful?
