just modifyed this script to fit into my table..but when i click add product, tha table that is around basket script become a recursive table like attached image. I see the part of script...   {foreach from=$CONTENTS item=item}     <li>       <span class="price">{$item.total}</span>       <a href="{$item.link}" title="{$item.name}">{$item.quantity} &times; {$item.name_abbrev}</a>     </li>     {/foreach}   but i ask this content is inside a <td