Category Images Not Showing

When setting up a category there is an opportunity to add an image.



Where does this image show up ??



The documentation is not clear, I thought it would be added at the top of the product list next to the category description but that does not seem to happen.

hi,


[quote]Where does this image show up ??[/quote]



2 places:

  • Categories catalog;
  • Category page - it shows images of subcategories




[quote]

The documentation is not clear, I thought it would be added at the top of the product list next to the category description but that does not seem to happen.

[/quote]

Please check file design/themes/responsive/templates/views/categories/view.tpl



before line


{if $subcategories}


add the code:```php



{if $category_data.main_pair}


{include file="common/image.tpl"
show_detailed_link=false
images=$category_data.main_pair
no_ids=true
image_id="category_image"
image_width=$settings.Thumbnails.product_details_thumbnail_width
image_height=$settings.Thumbnails.product_details_thumbnail_height
class="ty-subcategories-img"
}

{/if} ```

Don't forget to clean up the template cache after the change.

best regards,
WSA team