{if $non_order_items}

{$msg.opc.non_cart_items}

{foreach from=$non_order_items item="non_order_item"} {/foreach}
{$msg.product.product_description} {$msg.product.product_quantity}

{$non_order_item.title|htmlspecialchars}

{$msg.product.product_id}: {$non_order_item.product_id|htmlspecialchars}
{if $non_order_item.attributes_list != ""} {$non_order_item.attributes_list|htmlspecialchars|nl2br}
{/if}
{$non_order_item.quantity}
{/if}