update store item view
This commit is contained in:
@@ -308,6 +308,8 @@ class UserController extends Controller
|
||||
$thumbnails_array = $newTeamStoreModel->getProductThumbnails($pr_arr->Id);
|
||||
|
||||
if (!empty($thumbnails_array)) {
|
||||
$displayThumbnails = "product-image-placeholder.png";
|
||||
|
||||
foreach ($thumbnails_array as $t => $thumb) {
|
||||
|
||||
if ($thumb->ImageClass == 'custom') {
|
||||
|
||||
Reference in New Issue
Block a user