• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

Issue when try to add product via AE (AliExpress dropshipping plugin)

Installing Bagisto
2
8
1.3k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M
    macano13 last edited by 24 Apr 2023, 17:07

    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
    ![alt text](https://user-images.githubusercontent.com/90868232/233865756-ddb06d1a-57d8-4d3b-a738-bfe5241f0837.png)
    1 Reply Last reply Reply Quote 0
    • A
      Amitk-Webkul last edited by 25 Apr 2023, 07:36

      Hi there,
      Please enter the Missing Keys.
      For Missing keys, you can take a reference from Here.

      1 Reply Last reply Reply Quote 0
      • M
        macano13 last edited by macano13 25 Apr 2023, 19:37 25 Apr 2023, 19:36

        Hello Amitk,

        thank you that was good and also I updated in the same location file called OrderDataGrid.php and now I can access the product and Orders field in the admin panel.

        Now I have different bug lets say, when I try to add a product via AE , I am getting the error for the Product fetch , please take a look at the screenshoot, how can I fix this ?

        ![alt text]https://ibb.co/BcM8dN4

        1 Reply Last reply Reply Quote 0
        • A
          Amitk-Webkul last edited by 26 Apr 2023, 13:28

          Hi there,

          Please check the data you are getting from AE is correct.

          1 Reply Last reply Reply Quote 0
          • M
            macano13 last edited by 26 Apr 2023, 14:38

            Where can I check it ?
            Thank you

            1 Reply Last reply Reply Quote 0
            • M
              macano13 last edited by 26 Apr 2023, 15:21

              Because I dont get any data from AE in the products fields in the admin panel, it is empty.

              1 Reply Last reply Reply Quote 0
              • M
                macano13 last edited by macano13 26 Apr 2023, 18:56 26 Apr 2023, 18:51

                this is the screenshoot of the console error :

                ![alt text]https://ibb.co/DMDj9HH

                one more screenshoot:

                ![alt text]https://ibb.co/WBnw76q

                1 Reply Last reply Reply Quote 0
                • A
                  Amitk-Webkul last edited by 28 Apr 2023, 13:18

                  Hi there,
                  you can take a reference from Here.

                  1 Reply Last reply Reply Quote 0
                  3 out of 8
                  • First post
                    3/8
                    Last post