{html_image_fs name = $product.image width = $item->config.image.width height = $item->config.image.height method = $item->config.image.resizeMethod alt = $product.title title = $product.description itemprop = "image" }
{$product.title|htmlspecialchars}
{*Color #{$product.colorId|truncate|htmlspecialchars} {$product.colorName|truncate|htmlspecialchars}*}
  • ${$product.price|money} each
    {foreach from = $errors.quantity item = error}
  • {$error}
  • {/foreach}
{if $product.showAdditionalFields eq 'y'}
    {foreach from = $errors.numbersText item = error}
  • {$error|htmlspecialchars}
  • {/foreach}
{if !$new and $values.numbersFile}

{/if}

{$descriptions.numbersFile}

    {foreach from = $errors.numbersFile item = error}
  • {$error|htmlspecialchars}
  • {/foreach}
{/if}