This commit is contained in:
2026-03-14 14:10:33 +05:00
parent fdc4c2a1a5
commit 7eefafa805

View File

@@ -48,8 +48,8 @@ class ProductImport implements OnEachRow, WithHeadingRow
[
'channel_id' => $this->channel_id,
'ynamdyr_product_code' => $row['product_code'],
'ynamdyr_brand_id' => $row['brand_id'],
'ynamdyr_category_id' => $row['category_id'],
// 'ynamdyr_brand_id' => $row['brand_id'],
// 'ynamdyr_category_id' => $row['category_id'],
]
)
),
@@ -113,7 +113,7 @@ class ProductImport implements OnEachRow, WithHeadingRow
'old_price_amount' => $row['old_price'],
'cost_amount' => $row['sale_price'],
'price_amount' => $row['sale_price'],
'is_visible' => false,
'is_visible' => true,
];
}
}