Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants