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

Issue when try to add product via AE #99

Open
macan0 opened this issue Apr 23, 2023 · 0 comments
Open

Issue when try to add product via AE #99

macan0 opened this issue Apr 23, 2023 · 0 comments

Comments

@macan0
Copy link

macan0 commented Apr 23, 2023

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
chrome_HJLmwwkWlF

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

No branches or pull requests

1 participant