diff --git a/themes/prestashop/product.tpl b/themes/prestashop/product.tpl
index 1bebb189f..533c1c67e 100644
--- a/themes/prestashop/product.tpl
+++ b/themes/prestashop/product.tpl
@@ -410,13 +410,24 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
{if $product->description || $features || $accessories || $HOOK_PRODUCT_TAB || $attachments}
-
+ {if $product->description && !$features && !$accessories && !$attachments && !$HOOK_PRODUCT_TAB}
+
{l s='More info'}
+ {elseif $features && !$product->description && !$accessories && !$attachments && !$HOOK_PRODUCT_TAB}
+
{l s='Data sheet'}
+ {elseif (isset($accessories) AND $accessories) && !$product->description && !$features && !$attachments && !$HOOK_PRODUCT_TAB}
+
{l s='Accessories'}
+ {elseif $attachments && !$product->description && !$features && !$accessories && !$HOOK_PRODUCT_TAB}
+
{l s='Download'}
+ {else}
+
+ {/if}
+
{if $product->description}