Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Code Refactor and optimization of code. #90

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

suraj-webkul
Copy link

Code Refactor and optimization of code. Please find the commit link suraj-webkul@08dfd9d

@suraj-webkul suraj-webkul deleted the v1.5.0 branch May 2, 2023 10:31
@suraj-webkul suraj-webkul restored the v1.5.0 branch May 2, 2023 10:31
@suraj-webkul suraj-webkul reopened this May 2, 2023
$data['attribute_family_id'] = $attributeFamilyData->id;
$data['short_description'] = (string)$csvData[$i]['short_description'];
$data['sku'] = (string)$csvData[$i]['sku'];
$data['name'] = (string)$csvData[$i]['name'];
$data['weight'] = (string)$csvData[$i]['super_attribute_weight'];
$data['status'] = (string)$csvData[$i]['status'];
$data['type'] = (string)$csvData[$i]['type'];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not needed. We get the following error message
Please ensure the product type 'variant' is configured in your application.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants