remove admin_locale
This commit is contained in:
parent
4c6ad34881
commit
44cca61481
|
|
@ -341,9 +341,13 @@ class ProductRepository extends WProductRepository
|
|||
}
|
||||
|
||||
if($data['vendor'] && $seller = $this->vendorRepository->findOneByField('url',$data['vendor'])){
|
||||
Log::info('vendor : '.$data['vendor']);
|
||||
$this->createSellerProduct($parentProduct, $seller->id);
|
||||
}else{
|
||||
Log::info('no_create_Seller: '.$data['vendor']);
|
||||
}
|
||||
|
||||
|
||||
if ($product['type'] == 'configurable') {
|
||||
|
||||
$variant = null;
|
||||
|
|
@ -659,7 +663,7 @@ class ProductRepository extends WProductRepository
|
|||
'is_owner' => 1,
|
||||
'marketplace_seller_id' => $seller_id,
|
||||
'is_approved' => 1,
|
||||
'condition' => 'new',
|
||||
'condition' => 'new',
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue