Page 2 of 2

Re: Use random product image for category image when not set

Posted: Tue May 05, 2020 10:24 pm
by straightlight

Code: Select all

$imgRows[] = $imgRow['image'];
I replaced this part of the code with:

Code: Select all

$imgRows[] = html_entity_decode($imgRow['image'], ENT_QUOTES, 'UTF-8');

Re: Use random product image for category image when not set

Posted: Tue May 05, 2020 11:17 pm
by mnu59
I tried it, but with no succes. Same problem.