Ciao, premetto che non conosco il php e cercavo un aiuto da chi ne sa.
Ricevo il seguente errore nel product feed file di opencart:
PHP Warning: html_entity_decode() expects at most 3 parameters, 4 given
La riga a cui si riferisce l'errore è questa.
grazie a tuttiCodice PHP:
$output .= '<description>' . html_entity_decode($product['description'],"", ENT_QUOTES, 'UTF-8') . '</description>';