We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am having issue when I try to import products from the Ali Express
this is the error code :
Missing Keys: title (View: /var/www/html/bagisto/packages/Webkul/Dropship/src/Resources/views/admin/products/index.blade.php)
` throw new \Webkul\Ui\Exceptions\ColumnKeyException($message);
}); } /** * This will check the keys which are needed for action. * * @param array $action * @return void|\Webkul\Ui\Exceptions\ActionKeyException */ public function checkRequiredActionKeys($action) { $this->checkRequiredKeys($this->requiredActionKeys, $action, function ($missingKeys) { $message = 'Missing Keys: ' . implode(', ', $missingKeys); throw new \Webkul\Ui\Exceptions\ActionKeyException($message); }); } /** * Check required keys. * * @param array $requiredKeys * @param array $actualKeys * @param \Closure $operation * @return void|\Closure */ public function checkRequiredKeys($requiredKeys, $actualKeys, $operation) { $requiredKeys = array_flip($requiredKeys);`
SCREENSHOOT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am having issue when I try to import products from the Ali Express
this is the error code :
Missing Keys: title (View: /var/www/html/bagisto/packages/Webkul/Dropship/src/Resources/views/admin/products/index.blade.php)
` throw new \Webkul\Ui\Exceptions\ColumnKeyException($message);
SCREENSHOOT
The text was updated successfully, but these errors were encountered: