kipme Posted June 25, 2013 Share Posted June 25, 2013 (edited) Добрый день почитатели PS. Помогите найти нить для логичного решения задачи: Хочется чтобы fancybox выводил оригинальное изображение с страницы продукта. Попробовал убрать в product.tpl значение default вывода: <a href="{$link->getImageLink($product->link_rewrite, $imageIds, вот этот значение=> thickbox_default)}" rel="other-views" class="thickbox {if $smarty.foreach.thumbnails.first}shown{/if}" title="{$image.legend|htmlspecialchars}"> получилось, но при скролее в thumbs_list он тоже стал выводить оригинал)) Напишите варианты решения, спасибо за понимание. Edited June 25, 2013 by kipme (see edit history) 1 Link to comment Share on other sites More sharing options...
absent Posted June 25, 2013 Share Posted June 25, 2013 (edited) а если просто увеличить размер thickbox картинки, оригинал думаю тут не нужно... Edited June 25, 2013 by absent (see edit history) Link to comment Share on other sites More sharing options...
kipme Posted June 25, 2013 Author Share Posted June 25, 2013 Хочется решения без полей, так как размеры картинок товаров очень разные. Link to comment Share on other sites More sharing options...
absent Posted June 26, 2013 Share Posted June 26, 2013 покажи как ты в коде написал Link to comment Share on other sites More sharing options...
kipme Posted June 27, 2013 Author Share Posted June 27, 2013 Вот кусок из product.tpl <li id="thumbnail_{$image.id_image}"> <a href="{$link->getImageLink($product->link_rewrite, $imageIds)}" rel="other-views" class="thickbox {if $smarty.foreach.thumbnails.first}shown{/if}" title="{$image.legend|htmlspecialchars}"> <img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium_default')}" alt="{$image.legend|htmlspecialchars}" /> </a> </li> Link to comment Share on other sites More sharing options...
absent Posted June 27, 2013 Share Posted June 27, 2013 так это код для thumb мелких картинок... или я не понял вопроса? Link to comment Share on other sites More sharing options...
Kerm Posted June 27, 2013 Share Posted June 27, 2013 Я недавно делал одному человеку данный функционал, как тут Вам надо? http://shoo.com.ua/522-tufli-na-platforme-s-bantom.html Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now