Commit 8fc7056034cae99ef48a3bfcebf8c60e41296521
1 parent
1c8ebc91
tag manager google seo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/controllers/BasketController.php
... | ... | @@ -50,7 +50,7 @@ class BasketController extends Controller |
50 | 50 | $data['OrdersProducts'] = $row; |
51 | 51 | $data['OrdersProducts']['mod_id'] = $mod_id; |
52 | 52 | $data['OrdersProducts']['order_id'] = $modelOrder->id; |
53 | - $productV[$index]['img'] = \common\components\artboximage\ArtboxImageHelper::getImageSrc(ProductVariant::findOne($mod_id)->image->image, 'list'); | |
53 | + $productV[$index]['img'] = \common\components\artboximage\ArtboxImageHelper::getImageSrc(ProductVariant::findOne($mod_id)->image->imageUrl, 'list'); | |
54 | 54 | $modelOrdersProducts->load($data); |
55 | 55 | $modelOrdersProducts->save(); |
56 | 56 | } | ... | ... |