diff --git a/widgets/views/product_smart.php b/widgets/views/product_smart.php index 340993a..6c8c1b8 100755 --- a/widgets/views/product_smart.php +++ b/widgets/views/product_smart.php @@ -96,7 +96,7 @@ if($this->beginCache('_item_list'.$model->id,[ [ 'catalog/product', 'product' => $model->lang->alias, - 'variant' => $firstImage[ 'sku' ], +// 'variant' => $firstImage[ 'sku' ], ], [ 'data-pjax' => 0, @@ -111,7 +111,7 @@ if($this->beginCache('_item_list'.$model->id,[ [ 'catalog/product', 'product' => $model->lang->alias, - 'variant' => $variant->sku, +// 'variant' => $variant->sku, ], [ 'class' => 'style title_cat', @@ -161,7 +161,7 @@ if($this->beginCache('_item_list'.$model->id,[ [ 'catalog/product', 'product' => $model->lang->alias, - 'variant' => $variant->sku, +// 'variant' => $variant->sku, ], [ 'class' => 'btn_view_cat', @@ -193,7 +193,7 @@ if($this->beginCache('_item_list'.$model->id,[ [ 'catalog/product', 'product' => $model->lang->alias, - 'variant' => $variant->sku, +// 'variant' => $variant->sku, '#' => 'video', ], [ -- libgit2 0.21.4