I need, when user currency change this time automatically price change the related with the active current.
<h4 class="h5">Starting At<strong>
{if $currency=2 } // currency id = 2//
Rs 1.19
{else}
$ 1.19
{/if}
<small>/m</small></strong></h4>
I try this code. but not work. :( please help me
WHMCS doesn't load current currency on all pages, i think only cart pages.
So you need to add a currency selection form to allow client to switch between currencies.
The selected currency will be available with the variable
$smarty.post.currencyUpdate your code as following: