{foreach $sepet as $s}
<tr>
<td>{$s->urun_ID}</td>
<td align="center">{$s->adet}</td>
<td align="right">{$s->toplam} TL</td>
</tr>
{/foreach}