Bonjour,
Je cherche a afficher les champs personnalisés dans le module product, sur la vue img + titre.
J'ai activé l'option afficher les champs personnalisés, et j'ai ajouté sous <!-- EO PRODUCT NAME --> :
<span class="champspersonnalise">
<?php if(!empty($this->element->extraData->topBegin)) { echo implode("\r\n",$this->element->extraData->topBegin); } ?>
<?php
if(!empty($this->fields)){
$this->setLayout('show_block_custom_main');
echo $this->loadTemplate();
}
?></span>
mais ça ne fonctionne pas