Commit 305352a0e984115ab14c5214049f87022146f7fc

Authored by Yarik
1 parent 50808d34

Canonical

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
widgets/views/product_smart.php
@@ -96,7 +96,7 @@ if($this->beginCache('_item_list'.$model->id,[ @@ -96,7 +96,7 @@ if($this->beginCache('_item_list'.$model->id,[
96 [ 96 [
97 'catalog/product', 97 'catalog/product',
98 'product' => $model->lang->alias, 98 'product' => $model->lang->alias,
99 - 'variant' => $firstImage[ 'sku' ], 99 +// 'variant' => $firstImage[ 'sku' ],
100 ], 100 ],
101 [ 101 [
102 'data-pjax' => 0, 102 'data-pjax' => 0,
@@ -111,7 +111,7 @@ if($this->beginCache('_item_list'.$model->id,[ @@ -111,7 +111,7 @@ if($this->beginCache('_item_list'.$model->id,[
111 [ 111 [
112 'catalog/product', 112 'catalog/product',
113 'product' => $model->lang->alias, 113 'product' => $model->lang->alias,
114 - 'variant' => $variant->sku, 114 +// 'variant' => $variant->sku,
115 ], 115 ],
116 [ 116 [
117 'class' => 'style title_cat', 117 'class' => 'style title_cat',
@@ -161,7 +161,7 @@ if($this->beginCache('_item_list'.$model->id,[ @@ -161,7 +161,7 @@ if($this->beginCache('_item_list'.$model->id,[
161 [ 161 [
162 'catalog/product', 162 'catalog/product',
163 'product' => $model->lang->alias, 163 'product' => $model->lang->alias,
164 - 'variant' => $variant->sku, 164 +// 'variant' => $variant->sku,
165 ], 165 ],
166 [ 166 [
167 'class' => 'btn_view_cat', 167 'class' => 'btn_view_cat',
@@ -193,7 +193,7 @@ if($this->beginCache('_item_list'.$model->id,[ @@ -193,7 +193,7 @@ if($this->beginCache('_item_list'.$model->id,[
193 [ 193 [
194 'catalog/product', 194 'catalog/product',
195 'product' => $model->lang->alias, 195 'product' => $model->lang->alias,
196 - 'variant' => $variant->sku, 196 +// 'variant' => $variant->sku,
197 '#' => 'video', 197 '#' => 'video',
198 ], 198 ],
199 [ 199 [