markbonk Posted August 8, 2013 Share Posted August 8, 2013 Подскажите пожалуйста. Есть сайт http://cleopatra-shop.ru поставил модуль быстрого оформления заказа. В корзине должна быть кнопка "Быстрый заказ" вместо нее иероглифы. Что делать? Также сместились кнопки "корзина" и "оформить" Для наглядности прикрепил файл Link to comment Share on other sites More sharing options...
savvato Posted August 8, 2013 Share Posted August 8, 2013 переводили сами? Через админку или правка в тпл? Если правка в ТПЛ, кодировку ЮТФ 8 без БОМ поставьте Link to comment Share on other sites More sharing options...
markbonk Posted August 8, 2013 Author Share Posted August 8, 2013 правил blockcart.tpl А где ее ставить в каком файле? Link to comment Share on other sites More sharing options...
markbonk Posted August 8, 2013 Author Share Posted August 8, 2013 Сохранял blockcart.tpl в UTF8 without BOM все тоже самое Link to comment Share on other sites More sharing options...
savvato Posted August 8, 2013 Share Posted August 8, 2013 в blockcart.tpl и ставьте, откройте ее нотепадом++ например , нажмите преобразовать в ЮТФ без БОМ, исправьте "иероглифы" . Незабудьте перекомпиляцию смарти включить Link to comment Share on other sites More sharing options...
absent Posted August 8, 2013 Share Posted August 8, 2013 в blockcart.tpl и ставьте, откройте ее нотепадом++ например , нажмите преобразовать в ЮТФ без БОМ, исправьте "иероглифы" . Незабудьте перекомпиляцию смарти включить +1 всегда работает. Link to comment Share on other sites More sharing options...
markbonk Posted August 8, 2013 Author Share Posted August 8, 2013 Спасибо большое, помогло. Возникла другая проблема. При нажатии на быстрый заказ ничего не происходит. До этого выскакивало окно с предложением ввести контактные данные Link to comment Share on other sites More sharing options...
savvato Posted August 8, 2013 Share Posted August 8, 2013 Что правили в blockcart.tpl? Link to comment Share on other sites More sharing options...
markbonk Posted August 8, 2013 Author Share Posted August 8, 2013 как было сказано в описании: 1. Открыть файл modules/blockcart/blockcart.tpl после: <p id="cart-buttons">...</p><br /> добавить: <p id="cart-buttons" class="clear" style="margin:5px 0"><br /> <a href="#" id="quickorder" class="exclusive_large" title="Быстрый заказ">Быстрый заказ</a><br /> </p> 2. Выполнить перекомпиляцию шаблона, или очистить кеш смарти. Link to comment Share on other sites More sharing options...
markbonk Posted August 8, 2013 Author Share Posted August 8, 2013 Вот что у меня в тпл если это поможет: <p id="cart-buttons"> {if $order_process == 'order'}<a href="{$link->getPageLink("$order_process.php", true)}" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'}</a>{/if} <a href="{$link->getPageLink("$order_process.php", true)}{if $order_process == 'order'}?step=1{/if}" id="button_order_cart" class="exclusive{if $order_process == 'order-opc'}_large{/if}" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'}</a> <p id="cart-buttons" class="clear" style="margin:5px 0"><br /> <a href="#" id="quickorder" class="exclusive_large" title="Быстрый заказ">Быстрый заказ</a><br /> </p> </p> </div> </div> </div> <!-- /MODULE Block cart --> Link to comment Share on other sites More sharing options...
savvato Posted August 8, 2013 Share Posted August 8, 2013 а {l s=' '} не , не надо? Link to comment Share on other sites More sharing options...
absent Posted August 8, 2013 Share Posted August 8, 2013 а {l s=' '} не , не надо? на любителя Link to comment Share on other sites More sharing options...
markbonk Posted August 9, 2013 Author Share Posted August 9, 2013 Так что делать подскажите Link to comment Share on other sites More sharing options...
markbonk Posted August 9, 2013 Author Share Posted August 9, 2013 Всё спасибо заработало Link to comment Share on other sites More sharing options...
savvato Posted August 9, 2013 Share Posted August 9, 2013 хоть отпишитесь, что сделали , чтобы заработало, авось пригодиться кому то еще Link to comment Share on other sites More sharing options...
markbonk Posted August 9, 2013 Author Share Posted August 9, 2013 Отписался автору модуля, он посоветовал скачать новую версию. Скачал, поставил, заработало Link to comment Share on other sites More sharing options...
Recommended Posts