{images_block webpEnabled=$webpEnabled} {if $product.default_image} {$product.name|escape:'quotes'} {else} {/if} {/images_block} {assign var="productAttrs" value=[]} {foreach from=$product.attributes key="attribute" item="value"} {$productAttrs[]= "- `$attribute` : `$value`"} {/foreach} {$productAttrs = ""|implode:$productAttrs}

{if $product.attributes|count > 0} {$product.name|replace:$productAttrs : ''} {else} {$product.name} {/if}

{if $product.attributes} {/if}
{$product.price}
{$product.quantity} {if $page.page_name == 'order-detail' && $order.details.is_returnable && isset($product.qty_returned)}
{$product.qty_returned}
{/if}
{if isset($product.is_gift) && $product.is_gift} {l s='Gift' d='Shop.Theme.Checkout'} {else} {$product.total} {/if}