search suggestions finish
This commit is contained in:
parent
7f1bf381a8
commit
1c7c6c6c0c
|
|
@ -529,8 +529,7 @@ class ProductRepository extends WProductRepository
|
|||
'visible_individually' => 1,
|
||||
'url_key' => $parentProduct->sku,
|
||||
'short_description' => $desc,
|
||||
'description' => $desc,
|
||||
'favoritesCount' => $data['favoriteCount'],
|
||||
'description' => $desc
|
||||
];
|
||||
|
||||
if(isset($data['favoriteCount'])){
|
||||
|
|
|
|||
Loading…
Reference in New Issue