Quantcast
Channel: Webkul Blog
Viewing all articles
Browse latest Browse all 5489

Laravel eCommerce Marketplace Bulk Upload

$
0
0

With the help of the module Laravel eCommerce Marketplace bulk upload the admin and the sellers can upload product in bulk that will save the time while uploading a huge quantity of products.

Features of laravel eCommerce Marketplace Bulk Upload

  • The product can be upload by CSV /XLS files.
  • The seller can upload bulk products.
  • Admin can upload the bulk product into the individual seller account.
  • This module supports simple and configurable product types.
  • Add any number of the product there is no limitation.
  • Mass upload is compatible with multiple channels.
  • It supports multi-lingual.
  • Data profile creation feature for both admin and seller.
  • Mass update via product SKU and url_key.
  • Image attachment with the product within CSV / XLS files.
  • Each attribute has a different column.

How to install Laravel eCommerce Marketplace Bulk Upload

Customers will get a zip folder after purchasing the extension. After that, Unzip the respective extension zip and then merge “packages” and “storage” folders into the project root directory.

Goto config/app.php file and add the following line under ‘webkul packages’

Webkul\Bulkupload\Providers\BulkUploadServiceProvider::class

Goto composer.json file inside the Bagisto root directory and add the following line under ‘psr-4’.

\Webkul\Bulkupload\Providers\ModuleServiceProvider::class

Then Goto config/concord.php file and add the following line under ‘modules’

\Webkul\Bulkupload\Providers\ModuleServiceProvider::class

Next, run these commands below to complete the setup in the bagisto root directory.

composer dump:autoload
php artisan migrate
php artisan storage:link
php artisan route:cache
php artisan vendor:publish

Marketplace Bulk Upload-Admin Management

After the successful installation of the module laravel eCommerce marketplace bulk upload, the admin can see the options of Bulk upload under the marketplace section. 

Firstly the admin needs to create the Profile and need to select the associated attribute family, by navigating to Bulk upload Dataflow profile a page will generate that will look like shown below.

After the profile has been created click on Bulkupload product that will look like as shown in the below picture in which there are two sections.

Download Sample:- under this section the admin can download the sample of CSV/XLS files for both simple and configurable products and can further edit it.

Import Products:-Under this section there are several fields as described below.

  • Set Seller:- In this field, the admin can select the seller to whom the admin wants to assign the products.
  • Attribute Family:- The attribute family can be selected in this field.
  • Data Flow Profile:- In this field, the admin can select the profile that has been created before.
  • CSV/XLS File:- Under this field, the admin can upload the CSV/XLS file for the uploading of the product in bulk quantity.
  • Image Zip file:- In this field, the admin can upload the images regarding the products in Zip format.

Click on Save button.

Now the next step is to Run the profile click on Run Profile a page will generate as shown below

Select File:- In this field, the admin can select the profile that has been created from the dropdown.

Click on Run.

Now the bulk products have been uploaded successfully to the eCommerce store.

Creating sample CSV/XLS file

After downloading the CSV/XLS sample files the admin /Seller can edit the files according to the products. The admin/seller can upload ‘n’ numbers of product.

A sample file for both Simple products and configurable products are downloadable for the further edition.

after editing Save the file to the desired location.

Marketplace Bulkupload – Seller Management

The seller can also upload products in bulk with the help of this module sellers can see the options of Bulk upload in the profile page as shown below.

Firstly the seller needs to create the Profile and need to select the associated attribute family, by navigating to Bulk upload Dataflow profile a page will generate that will look like shown below.

After the profile has been created click on Bulkupload product that in which there are two sections.

Download Sample:- under this section the seller can download the sample of CSV/XLS files for both simple and configurable products and can further edit it.

Import Products:-Under this section there are several fields as described below.

  • Attribute Family:- The attribute family can be selected in this field.
  • Data Flow Profile:- In this field, the seller can select the profile that has been created before.
  • CSV/XLS File:- Under this field, the seller can upload the CSV/XLS file for the uploading of the product in bulk quantity.
  • Image Zip file:- In this field, the seller can upload the images regarding the products in Zip format.

Click on Save button.

Now the next step is to Run the profile.

Select File:- In this field, the seller can select the profile that has been created from the dropdown.

Click on Run.

Now the bulk products have been uploaded successfully to the eCommerce store from the seller’s end.

That’s all for the Laravel eCommerce Marketplace Bulk Upload if you still have any issue please raise a ticket on https://bagisto.uvdesk.com/en/


Viewing all articles
Browse latest Browse all 5489

Trending Articles