product repo number
This commit is contained in:
parent
1703c96e2d
commit
7e13219f7d
|
|
@ -624,7 +624,8 @@ class ProductRepository extends WProductRepository
|
||||||
|
|
||||||
private function assignAttributes($product, $attributes){
|
private function assignAttributes($product, $attributes){
|
||||||
foreach($attributes as $code => $value){
|
foreach($attributes as $code => $value){
|
||||||
$attribute = $this->attributeRepository->findOneByField('code', $code);
|
if(! $attribute = $this->attributeRepository->findOneByField('code', $code))
|
||||||
|
continue;
|
||||||
|
|
||||||
$attr = [
|
$attr = [
|
||||||
'product_id' => $product->id,
|
'product_id' => $product->id,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue