Hi @Caroline,
Your code is wrong, we’ve updated it. The correct code should be:
add_action('after_etheme_product_grid_list_product_element_title', 'after_etheme_product_grid_list_product_element_title');
function after_etheme_product_grid_list_product_element_title(){
echo '<div class="assis"><span>assis</span> '.get_field('assis').'</div>';
echo '<div class="cocktail"><span>cocktail</span> '.get_field('cocktail').'</div>';
echo '<div class="conference"><span>conference</span> '.get_field('conference').'</div>';
}
Fore more information, please take a look at this article: https://www.advancedcustomfields.com/resources/get_field/
Warm regards,
The 8Theme Team