6rey
Постоялец
- Регистрация
- 24 Янв 2008
- Сообщения
- 62
- Реакции
- 18
Да здесь "изобретать велосипед" не нужно... Это есть в шаблоне №9 (гламур)... Просто в файле Вашего шаблона перед {* now show special offers *}
вставляется:
А всё начиная от {* now show special offers *} - снести.Код:{* show two random products from the special offers list *} <p> {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"} {math equation="(n+1)%(m-1)" n=$special_offers_random_index m=$special_offers_count assign="special_offers_random_index2"} <table border=0 bgcolor=white width="430"> <tr> <td width="200" colspan=2><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="200"></a></td> {if $special_offers_random_index ne $special_offers_random_index2}<td width="200" colspan=2><a href="index.php?productID={$special_offers[$special_offers_random_index2][0]}"><img src="products_pictures/{$special_offers[$special_offers_random_index2][2]}" border=0 width="200"></a></td>{/if} </tr> <tr> <td> <B><font class="cat">{$special_offers[$special_offers_random_index][1]}</B></font> </td> <td align="right"> <font class="cat" color="red"><b>{$special_offers[$special_offers_random_index][3]}</b></font> </td> {if $special_offers_random_index ne $special_offers_random_index2}<td> <B><font class="cat">{$special_offers[$special_offers_random_index2][1]}</B></font> </td> <td align="right"> <font class="cat" color="red"><b>{$special_offers[$special_offers_random_index2][3]}</b></font> </td>{/if} </tr> </table> <hr size="1" width="400" align="center"> {/if}
Может ты еще подскажешь как сделать так, что бы там было не 2-а товара (картинки) , а например 4-8-10.
А то я уже не первый день пробую править код и нифига не получается