scrap fix
This commit is contained in:
parent
18059598f1
commit
3be851946f
|
|
@ -310,7 +310,7 @@ class ProductRepository extends WProductRepository
|
|||
}
|
||||
|
||||
if($data['vendor'] && $seller = $this->vendorRepository->findOneByField('shop_title',$data['vendor'])){
|
||||
$this->createSellerProduct($product, $seller->id);
|
||||
$this->createSellerProduct($parentProduct, $seller->id);
|
||||
}
|
||||
|
||||
if ($product['type'] == 'configurable') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue