Description Tab

I’m placing the full description next to my product image on the product detail page, so I don’t need the description tab. How do I make it go away?



2.0.14

C:> format c:

[quote name=‘TexasGuy’]C:> format c:[/quote]



Wrong: rm -Rf



Untick “Display Products as tabs” on Appearance → Settings

In 2.0.14, I went to Admin → Settings → Appearance, and there is no “Display Products as tabs” option. There is a “Display product tabs as a list” option, but it doesn’t affect whether the Description tab displays or not.

[quote name=‘TexasGuy’]C:> format c:[/quote]But, not really.

[quote name=‘grayloon’]In 2.0.14, I went to Admin → Settings → Appearance, and there is no “Display Products as tabs” option. There is a “Display product tabs as a list” option, but it doesn’t affect whether the Description tab displays or not.[/quote]



Sorry, mis-understood your request.

I suggest you visit the following directory:


skins//customer/blocks/product_tabs/Open description.tpl and comment out the call for the description field, let me know if that works, otherwise it’s a bit more indepth via /views/products/view.tpl

```php

{* $Id: products_links_thumb.tpl 7286 2009-04-16 13:13:14Z angel $ }

{
* block-description:description **}



{$product.full_description|default:$product.short_description|unescape}

```

Replace

{** block-description:description **}

{$product.full_description|default:$product.short_description|unescape}
With

{* [glukkkk] *}
{** block-description:description **}
{* [/glukkkk] *}