It is necessary to add a product assessment to the card, found a "solution", add the code to the component template
<?$APPLICATION->IncludeComponent("bitrix:iblock.vote","stars",Array( "IBLOCK_TYPE" => "", "IBLOCK_ID" => $arItem['IBLOCK_ID'], //ID инфоболка "ELEMENT_ID" => $arItem['ID'], //ID товара "ELEMENT_CODE" => $arItem['CODE'], //код товара "MAX_VOTE" => "5", "VOTE_NAMES" => array("0","1","2","3","4"), "SET_STATUS_404" => "N", "MESSAGE_404" => "", "CACHE_TYPE" => "A", "CACHE_TIME" => "3600" ) );?> However, the message "Photo not found" is displayed on the card. 