Блок валют
artwebdima
Новичок
: 27
: 20-03-2011


02-05-2011 16:52
Пожалуйста помогите решить проблему , купил шаблон

У них и на шаблоне он не работает а я не обратил внимание и немогу понять в чем дело.

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 -->

Не пойму в чем проблема , вроде верно! Но не работает.
 
  
geomagi
Профессионал
: 1327
: 12-11-2010


02-05-2011 22:26
Вот здесь есть бесплатный модуль
Цитата:


Скачайте ее или сравните или меняйте свой. Он очень похож на тот что у Вас.