diff --git a/templates/default/includes/single-product.html b/templates/default/includes/single-product.html index dd4137a69..4b5045c8c 100644 --- a/templates/default/includes/single-product.html +++ b/templates/default/includes/single-product.html @@ -1,5 +1,7 @@
  • {assign var="hasSubmit" value = false} + {assign var="productTitle" value="{$TITLE}"} +
    {loop name="brand.feature" type="feature" product=$ID title="brand"} @@ -15,14 +17,13 @@
    -

    {$TITLE}

    +

    {$productTitle}

    {if $hasDescription}

    {$DESCRIPTION}