{if $product.cat_id > 0}
{$product.product_cat}
{else}
{$product.product_cat}
{/if}
|
{if $product.product_id gt 0 and fn_check_admin_rights('products', 'edit')}
{$product.product_caption}
{else}
{$product.product_caption}
{/if}
|
{$product.product_sku}
|
{if $CONFIG.modules.prod_options.avail eq 'Y'}
{$product.product_options} |
{/if}
{$product.order_id}
|
{$statuses[$product.status_id].caption}
|
{$product.product_qty}
|
{if $give_count gt 0}
{$LABEL.link_give} ({$give_count})
{else}
{$LABEL.link_give}
{/if}
|
{foreachelse}