Hello,
I have placed the additional_images.tpl in the long description tab. but i can’t get rig of the additional_images tab.
Anybody know where i can find the code for the additional_images tab?
Thank,
Jan Roel
Did you remove
```php
{if $product.image_pairs}
{include file="products_pages/additional_images.tpl" product=$product show_detailed_link="Y"}
{/if}
```
from the product_details.tpl?
Hello no i moved the code.
Because i want the additional images under the long description.
{$product.full_description|default:$product.short_description}
{if $product.image_pairs}
{include file="products_pages/additional_images.tpl" product=$product show_detailed_link="Y"}
{/if}
I also added a screenshot.