- Регистрация
- 10 Май 2007
- Сообщения
- 1.332
- Реакции
- 1.237
- Автор темы
- Заблокирован
- #1
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
*** скрытое содержание ***
Так а что конкретно не работает?Лицензия не подходит или не запускается сам скрипт?Не работает всерно. Я ставил на локалку, потом просто залил все файлы на хостинг - может поэтому не работает?
Это вопрос скорее не по интернет магазину. Прикрути, например, jquery плагин fancybox.Хочу реализовать следующее. В статье ставить огромную картинку я считаю ужасно. Кто-нибудь делал чтобы картинка сама по себе мала, а при наведении мыши или по щелчку мыши она увеличивалась?
вот скрипты Посмотреть вложение 38213 а вот кусок кода из шопаХочу реализовать следующее. В статье ставить огромную картинку я считаю ужасно. Кто-нибудь делал чтобы картинка сама по себе мала, а при наведении мыши или по щелчку мыши она увеличивалась?
{if $smarty.const.CONF_DISPLAY_FOTO eq 1}
<td class="imboxl"> {if $product_info.thumbnail}
{if $product_info.big_picture} <a href="data/big/{$product_info.big_picture}" class="highslide" onclick="return hs.expand(this)"><img src="data/medium/{$product_info.thumbnail}" alt="{$product_info.name}" id="{$product_info.big_picture}"></a>{*
<div class="fil"></div>
<a href="data/big/{$product_info.big_picture}" onclick="return hs.expand(this,{literal}{{/literal}thumbnailId: '{$product_info.big_picture}'{literal}}{/literal})" class="cl9">{$smarty.const.ENLARGE_PICTURE}</a> *}
{else} <img src="data/medium/{$product_info.thumbnail}" alt="{$product_info.name}"> {/if}
{elseif $product_info.picture}
{if $product_info.big_picture} <a href="data/big/{$product_info.big_picture}" class="highslide" onclick="return hs.expand(this)"><img src="data/small/{$product_info.picture}" alt="{$product_info.name}" id="{$product_info.big_picture}"></a>{*
<div class="fil"></div>
<a href="data/big/{$product_info.big_picture}" onclick="return hs.expand(this,{literal}{{/literal}thumbnailId: '{$product_info.big_picture}'{literal}}{/literal})" class="cl9">{$smarty.const.ENLARGE_PICTURE}</a> *}
{else} <img src="data/small/{$product_info.picture}" alt="{$product_info.name}"> {/if}
{else}
{if $smarty.const.CONF_DISPLAY_NOPHOTO eq 1} <img src="data/empty.gif" alt="no photo"> {/if}
{/if}
{if $all_product_pictures}
{section name=i loop=$all_product_pictures}
<div class="fil"></div>
{if $all_product_pictures[i].enlarged} <a href="data/big/{$all_product_pictures[i].enlarged}" class="highslide" onclick="return hs.expand(this)"><img src="data/small/{$all_product_pictures[i].filename}" alt="{$product_info.name}" id="{$all_product_pictures[i].enlarged}"></a>{*
<div class="fil"></div>
<a href="data/big/{$all_product_pictures[i].enlarged}" onclick="return hs.expand(this,{literal}{{/literal}thumbnailId: '{$all_product_pictures[i].enlarged}'{literal}}{/literal})" class="cl9">{$smarty.const.ENLARGE_PICTURE}</a> *}
{else} <img src="data/small/{$all_product_pictures[i].filename}" alt="{$product_info.name}"> {/if}
{/section}
{/if} </td>
{/if}
Всмысле, несколько фото к одному товару?Подскажите имеет ли магазин дополнительные картинки для товаров?