Пожалуйста помогите решить проблему , купил шаблон
У них и на шаблоне он не работает а я не обратил внимание и немогу понять в чем дело.
http://cms.template-help.com/prestashop_30254/
blockcurrencies.tpl
<!-- Block currencies module -->
<script type="text/javascript" src="{$module_dir}blockcurrencies.js"></script>
<div id="currencies_block_top">
<form id="setCurrency" action="{$request_uri}" method="post">
<label>{l s='Currency' mod='blockcurrencies'}:</label>
<select name="setCurrency">
{foreach from=$currencies key=k item=f_currency}
<option{if $id_currency_cookie == $f_currency.id_currency} selected="selected"{else} onclick="javascript:setCurrency({$f_currency.id_currency});"{/if}>{$f_currency.name}</option>
{/foreach}
</select>
<p>
<input type="hidden" name="id_currency" id="id_currency" value=""/>
<input type="hidden" name="SubmitCurrency" value="" />
</p>
</form>
</div>
<!-- /Block currencies module -->
Не пойму в чем проблема , вроде верно! Но не работает.