wip
This commit is contained in:
@@ -48,8 +48,8 @@ class ProductImport implements OnEachRow, WithHeadingRow
|
|||||||
[
|
[
|
||||||
'channel_id' => $this->channel_id,
|
'channel_id' => $this->channel_id,
|
||||||
'ynamdyr_product_code' => $row['product_code'],
|
'ynamdyr_product_code' => $row['product_code'],
|
||||||
'ynamdyr_brand_id' => $row['brand_id'],
|
// 'ynamdyr_brand_id' => $row['brand_id'],
|
||||||
'ynamdyr_category_id' => $row['category_id'],
|
// 'ynamdyr_category_id' => $row['category_id'],
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
@@ -113,7 +113,7 @@ class ProductImport implements OnEachRow, WithHeadingRow
|
|||||||
'old_price_amount' => $row['old_price'],
|
'old_price_amount' => $row['old_price'],
|
||||||
'cost_amount' => $row['sale_price'],
|
'cost_amount' => $row['sale_price'],
|
||||||
'price_amount' => $row['sale_price'],
|
'price_amount' => $row['sale_price'],
|
||||||
'is_visible' => false,
|
'is_visible' => true,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user