{if $row.url}{/if}{$row.title|htmlspecialchars}{if $row.url}{/if} {if $row.shortDescription} {$row.shortDescription} {/if} {$row.quantity|intval|money:0} {'App_ECommerce_Cart_View::CURRENCY_SYMBOL'|constant}{$row.price|money} {if $row.groupedProducts} {foreach from=$row.groupedProducts item=product} {include file='ECommerce/Cart/small-list-row.tpl' row=$product} {/foreach} {/if}