Kerm Posted June 8, 2012 Share Posted June 8, 2012 (edited) Знает кто как можно в место названия валюты засунуть знак рубля ? Edited June 8, 2012 by Kerm (see edit history) Link to comment Share on other sites More sharing options...
Kerm Posted June 8, 2012 Author Share Posted June 8, 2012 Пока нашел более менее приемлемое решение это: @font-face { font-family: 'Rouble'; src: url('../fonts/rouble.eot'); src: url('../fonts/rouble.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble.ttf') format('truetype'); } .rouble { font-family: Rouble; font-size: 36px; } Но вот только это и на цифры распространяется, как бы сделать вывод название валюты в своем теге с классом... Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted June 8, 2012 Share Posted June 8, 2012 судья, я предлагаю вам <span class="digits">отну ысячу</span><span class="rouble">ру.ей</span> (с) тренер Газмяса Link to comment Share on other sites More sharing options...
gabdr Posted June 8, 2012 Share Posted June 8, 2012 есть такой модуль,погугли он у меня стоит Link to comment Share on other sites More sharing options...
Kerm Posted June 8, 2012 Author Share Posted June 8, 2012 Блин а выложит тяжело? ( Link to comment Share on other sites More sharing options...
Kerm Posted June 8, 2012 Author Share Posted June 8, 2012 судья, я предлагаю вам <span class="digits">отну ысячу</span><span class="rouble">ру.ей</span> (с) тренер Газмяса У меня чего то даже с этим CSSвсе равно буквы Р обычные.. Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted June 8, 2012 Share Posted June 8, 2012 а путь к шрифту верный указан? src: url('../fonts/rouble.eot'); Link to comment Share on other sites More sharing options...
Kerm Posted June 8, 2012 Author Share Posted June 8, 2012 Да я даже прямой путь прописал... Link to comment Share on other sites More sharing options...
Kerm Posted June 8, 2012 Author Share Posted June 8, 2012 Да и вопрос не в шрифте был, как сделать чтобы название валюты в теге было? Там выводится "Руб." но в месте с циврами в одном спане...и выводит цифру и название одна функция.. Link to comment Share on other sites More sharing options...
Kerm Posted June 8, 2012 Author Share Posted June 8, 2012 (edited) Готово! Помог сайт сетилинка!!! Вставляем это в верх css: @font-face {font-family: 'PT Sans'; src: url('http://www.citilink.ru/class/font/pts55f.eot'); src: local('PT Sans'), url('http://www.citilink.ru/class/font/pts55f.woff') format('woff'), url('http://www.citilink.ru/class/font/pts55f.ttf') format('truetype'); } После в нужном классе прописываем: font-family: PT Sans; После в админке -> Оплата -> Валюта -> Рубль в поле символ, вставляем вот это в место "руб": ₷ Да да, именно вот такой вот квадратик ₷, проверил все пашет как надо! И даже font-style:italic влияет на шрифт и все без касяков.. Но все таки как сделать вывод валюты в теге... Edited June 8, 2012 by Kerm (see edit history) Link to comment Share on other sites More sharing options...
Kerm Posted June 8, 2012 Author Share Posted June 8, 2012 Может стоить попробовать поле символ в валюте перееделать так чтобы туда HTML код можно было вставить? Вот только это долго...попроще бы что ни будь... Link to comment Share on other sites More sharing options...
sors Posted June 8, 2012 Share Posted June 8, 2012 В /classes/Tools.php есть функция displayPrice в ней $c_char - символ валюты. Можно в него добавить тег. Но тогда теги будут выводится везде. Можно в функцию добавить дополнительный параметр который отвечает за добавление тега и переделать в шаблонах вызовы функции displayPrice Link to comment Share on other sites More sharing options...
Kerm Posted June 8, 2012 Author Share Posted June 8, 2012 Спасибо, буду разбирается. Link to comment Share on other sites More sharing options...
Kerm Posted June 10, 2012 Author Share Posted June 10, 2012 (edited) Блин сделал, а после клиент говорит что у него все цены в гривнах будут, а это дизайнер просто так макет нарисовал не знающи....нет слов Q.Q Edited June 10, 2012 by Kerm (see edit history) Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted June 10, 2012 Share Posted June 10, 2012 дык предложи ₴ Link to comment Share on other sites More sharing options...
loop54 Posted June 28, 2012 Share Posted June 28, 2012 на stackoverflow был предложен вариант вывода знака индийской рупии >> Link to comment Share on other sites More sharing options...
Recommended Posts