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
    479
    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

      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

        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

          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

            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

              Where can I check it ?
              Thank you

              1 Reply Last reply Reply Quote 0
              • M
                macano13 last edited by

                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

                  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

                    Hi there,
                    you can take a reference from Here.

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post