Show specific feature on product list (V3.02)

Hi



I'm trying to show specific features on my product list on CS Cart version 3.0.2.



I searched on the forum and KB but all I can is show the sku.



I tried to add following code to the file blocks/product_list_templates/products_multicolumns.tpl


{include file="views/products/components/product_features.tpl" product_features=$product.product_features details_page=true}



and I added following code to the file blocks/list_templates/grid_list.tpl





{assign var="product_features" value="product_features_`$obj_id`"}
{$smarty.capture.$product_features}




I think I miss something to be able to retrieve the features but I don't understand what.



Thanks for help !



Lucien

did you ever find out? I am currently requiring the exact same thing! :)