biznesoft
Постоялец
- Регистрация
- 11 Фев 2008
- Сообщения
- 509
- Реакции
- 123
- Автор темы
- #1
Вот решил вывести на главную страницу случайный товар, получилось.
Случайный товар выводитса с товаров спец предложения.
Пробовал на шаблоне №12.
Таким образом делаем красивую главную страницу.
Отдельная благодарность за помощь Welhor'ny
Вот смотрите:
Случайный товар выводитса с товаров спец предложения.
Пробовал на шаблоне №12.
Таким образом делаем красивую главную страницу.
Отдельная благодарность за помощь Welhor'ny
Вот смотрите:
HTML:
<table height="7px"><tr><td></td></tr></table>
<table cellpadding="0" style="background-image:url(images/tmpl12_katalog_bg.gif); background-repeat:repeat-y;" cellspacing="0" border="0" width="179">
<td align="center" class="katal" background="images/tmpl12_katalog_prod_1.gif" width="179" height="28">
Случайный товар</td>
</tr><tr>
<td width="179" valign="middle" class="voting" align="center">
<table border="0" cellpadding="1" cellspacing="1" align="center" width="100%"><tr><td align="left" class="voting">
<span>
<br><br><td class="voting" align="center">{* show one of special offers *}
<p align="center">
{counter name='special_offers_count' start=0 skip=1 print=false}
{section name=i loop=$special_offers}
{counter name=special_offers_count print=false}
{/section}
{counter name=special_offers_count assign="special_offers_count"}
{if $special_offers_count > 1}
{math equation="rand() % (maximum-1)" maximum=$special_offers_count assign="special_offers_random_index"}
<table border=0 width=100% cellpadding=0 cellspacing=1>
<tr><td>
<table border=0 bgcolor=white width=100%>
<tr>
<td colspan=2 align="center"><a href="index.php?productID={$special_offers[$special_offers_random_index][0]}">
<img src="products_pictures/{$special_offers[$special_offers_random_index][2]}" border=0 width="160" height="160"></a></td>
</tr>
<tr>
<td align=center class="voting"><a href="index.php?productID={$special_offers[$special_offers_random_index][0]}">{$special_offers[$special_offers_random_index][1]}</a></td><tr>
<td align=right class="voting"><font color=red><b>{$special_offers[$special_offers_random_index][3]}</b></font></td>
</tr>
</table>
</td></tr>
</table>
{/if}
{* end of special offers*}</td><br><br> </td></span></td></tr></table> </td>
</tr><tr>
<td width="179" height="6" background="images/tmpl12_katalog_bg_down.gif">
</table>