Re: Use random product image for category image when not set
Posted: Tue May 05, 2020 10:24 pm
Code: Select all
$imgRows[] = $imgRow['image'];
Code: Select all
$imgRows[] = html_entity_decode($imgRow['image'], ENT_QUOTES, 'UTF-8');
OpenCart Community Forum - Discuss shopping cart and e-commerce solutions.
https://forum.opencart.com/
Code: Select all
$imgRows[] = $imgRow['image'];
Code: Select all
$imgRows[] = html_entity_decode($imgRow['image'], ENT_QUOTES, 'UTF-8');