Poniżej zamieszczam kod pliku wraz z informacjami które udało mi się ustalić dotyczącymi poszczególnych elementów.
{if $notify}
<div class="error">
{$smarty.const.ERROR_NO_CATEGORY}
</div>
{else}
{if $catDescription}
<div class="text">{$catDescription}</div>
{/if}
<div class="box">
<div class="view-list">
<div class="col-left">
<ul>
<li class="first"><a href="/{$list_prod_name}" class="underline">{$smarty.const.LIST_PROD_NAME}</a></li>
<li><a href="/{$list_prod_price}" class="underline">{$smarty.const.LIST_PRICE}</a></li>
</ul>
</div>
{if $smarty.const.CONF_ALLOW_MODIFY_DEFAULT_LIST == '1'}
<div class="col-right">
<ul>
<li class="first"> <a href="/{$adres}"> <b>{$smarty.const.LIST_LIST}</b> </a></li>
<li><a href="/{$adres_opis}"> <b>{$smarty.const.LIST_DESC}</b> </a></li>
<li><a href="/{$adres_zdjecie}"> <b>{$smarty.const.LIST_GFX}</b> </a></li>
</ul>
</div>
{/if}
</div>
{section name=prod_l loop=$produkty}
{if $smarty.section.prod_l.index % $smarty.const.CONF_COLUMN_QUANTITY_LIST == 0}
<ol class="product-list {if $smarty.session.Shop.view == 1}only-title{elseif $smarty.session.Shop.view == 2} only-description{/if} border-top cols{if $smarty.const.CONF_COLUMN_QUANTITY_LIST > 0 AND $smarty.const.CONF_COLUMN_QUANTITY_LIST < 6}{$smarty.const.CONF_COLUMN_QUANTITY_LIST}">{else}1">
{/if}
{/if}
<li class="list-item">
{if $produkty[prod_l].gfx}
<a href="/{$produkty[prod_l].produrl}" class="image"><img src="/image_func.php?img=gfx/{$produkty[prod_l].unic_name}.jpg&maxwidth={$smarty.const.CONF_FOTO_WIDTH_PRODUCT_LIST}" alt="" /></a>
{/if}
<h3><a href="/{$produkty[prod_l].produrl}">{$produkty[prod_l].product_name}</a></h3>
{if $produkty[prod_l].opis}
<div class="text">
<p>
{$produkty[prod_l].opis|truncate:250} cyfra okrsla wielkość opisu na liście
</p>
</div>
{/if}
<form action="#" method="post" class="price" id="form_{$smarty.section.prod_l.index}">
<fieldset>
<br /><strong>{$produkty[prod_l].price}</strong><br />
{if $produkty[prod_l].lista_dodaj}
{if $smarty.get.producent}
<input type="hidden" name="producent" value="{$smarty.get.producent|escape:'html'}" />
<input type="hidden" name="page" value="{$smarty.get.page|escape:'html'}" />
{else}
<input type="hidden" name="catalog" value="catalog" />
<input type="hidden" name="cat_id" value="{$smarty.get.cat_id|escape:'html'}" />
<input type="hidden" name="page" value="{$smarty.get.page|escape:'html'}" />
{/if}
{if $produkty[prod_l].lista_dodaj_cinput}
<input type="text" name="ilosc" value="1" size="2" class="input" />
{/if}
<input type="hidden" name="koszyk" value="add" />
<input type="hidden" name="prod_id" value="{$produkty[prod_l].product_id}" />
<input type="submit" value="{$smarty.const.ADD_TO_CART_FROM_WISHLIST}" onclick="document.getElementById('form_{$smarty.section.prod_l.index}').submit();return false;" class="add" onmouseover="this.className='add hover'" onmouseout="this.className='add'" />
<!--<a style="text-decoration:none;" href="#" class="adcart" title="{$smarty.const.ADD_TO_CART_FROM_WISHLIST}"><span>{$smarty.const.ADD_TO_CART_FROM_WISHLIST|regex_replace:"/dodaj /":"dodaj<br />"}</span><div style="color:#ffffff; text-align:left;padding-left:3px;text-decoration:none;font-weight:bold;">{$smarty.const.ADD_TO_CART_FROM_WISHLIST}</div></a>
-->
</form>
{/if}
</fieldset>
</form>
</li>
{if $smarty.section.prod_l.iteration % $smarty.const.CONF_COLUMN_QUANTITY_LIST == 0}
</ol>
{/if}
{/section}
<div class="text">
{$nastepna}
</div>
</div>
{/if}







