diff --git a/templates/catalog/_partials/product-details.tpl b/templates/catalog/_partials/product-details.tpl index 4273fb3..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} diff --git a/templates/checkout/_partials/cart-summary-subtotals.tpl b/templates/checkout/_partials/cart-summary-subtotals.tpl index 81ba29a..a4a5938 100644 --- a/templates/checkout/_partials/cart-summary-subtotals.tpl +++ b/templates/checkout/_partials/cart-summary-subtotals.tpl @@ -25,7 +25,7 @@
{foreach from=$cart.subtotals item="subtotal"} - {if $subtotal.value && $subtotal.type !== 'tax'} + {if $subtotal && $subtotal.value|count_characters > 0 && $subtotal.type !== 'tax'}
{$subtotal.label} diff --git a/templates/customer/my-account.tpl b/templates/customer/my-account.tpl index 869cc4a..b3b95d8 100644 --- a/templates/customer/my-account.tpl +++ b/templates/customer/my-account.tpl @@ -32,7 +32,7 @@ {block name='page_content'}
-