How Let Compare Feature List Showing Image Gallery

Hello, Anyone know how showing image gallery into compare list ?

I tried :

{include file="views/products/components/product_icon.tpl" product=$compared_products show_gallery=true}

Inside : / themes / responsive / templates / blocks / static_templates / feature_comparison.tpl

But not working!!!

app/controllers/frontend/product_features.php

try to add

'get_additional' => true,

after

'get_detailed' => true,

in the fn_get_product_data_for_compare function

Changes from your post should be also applied

(!) Not tested

app/controllers/frontend/product_features.php

try to add

'get_additional' => true,

after

'get_detailed' => true,

in the fn_get_product_data_for_compare function

Changes from your post should be also applied

(!) Not tested

Thank you

I already playing with function and it working now ...

Reference

ADDED : /app/functions/fn.catalog.php | LINE : 9735
MODIFY: /app/functions/fn.catalog.php | LINE : 9717 

: