Chisla Posted June 8, 2011 Share Posted June 8, 2011 Была задача - выводить две валюты на странице товара. Получилось так. Может кому пригодится ))) мне не жалко.В product.tpl после {if !$priceDisplay || $priceDisplay == 2} пишем: {if $currency->id == 2} {else} {if !$product->reduction_price == 0} {$product->price-$product->reduction_price} {elseif !$product->reduction_percent == 0} {$product->price-$product->reduction_percent*$product->price/100} {else} {$product->price} {/if} {/if} Т.е. пользователю цена выводится в валюте#2 и в валюте, которую выбрал посетитель.Может есть умнее вариант? Link to comment Share on other sites More sharing options...
djnick Posted May 19, 2013 Share Posted May 19, 2013 Подскажите, как сделать вывод двух валют в версии 1.5.4 в списке товаров product-list.tpl Link to comment Share on other sites More sharing options...
djnick Posted May 19, 2013 Share Posted May 19, 2013 (edited) Спасибо заранее Edited May 19, 2013 by djnick (see edit history) Link to comment Share on other sites More sharing options...
absent Posted May 19, 2013 Share Posted May 19, 2013 в соседней теме ответил. Link to comment Share on other sites More sharing options...
Recommended Posts