diff --git a/templates/catalog/_partials/product-details.tpl b/templates/catalog/_partials/product-details.tpl index 347bed0..d705107 100644 --- a/templates/catalog/_partials/product-details.tpl +++ b/templates/catalog/_partials/product-details.tpl @@ -1,25 +1,17 @@ -
- - {block name='product_features'} - {if $product.grouped_features} +{block name='product_features'} + {if $product.grouped_features} +
+

+ Description +

- {/if} - {/block} - - {block name='product_condition'} - {if $product.condition} -
- - - {$product.condition.label} -
- {/if} - {/block} -
+
+ {/if} +{/block} diff --git a/templates/catalog/product.tpl b/templates/catalog/product.tpl index 976f1d1..d7a64c9 100644 --- a/templates/catalog/product.tpl +++ b/templates/catalog/product.tpl @@ -137,9 +137,6 @@ {block name='product_tabs'}
-

- Description -

{block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block}