{$product.quantity}
{$product.name}
{$product.price}
{l s="Remove" d="Shop.Theme.Actions"}
{if $product.customizations|count}
{foreach from=$product.customizations item="customization"}
-
{$customization.quantity}
{l s='Remove' d="Shop.Theme.Actions"}
{foreach from=$customization.fields item="field"}
-
{if $field.type == 'text'}
{$field.text}
{elseif $field.type == 'image'}
{/if}
{/foreach}
{/foreach}
{/if}