Laravel AliExpress Dropshipping module is only support in Bagisto version 0.1.5 or higher.
Feature of Laravel AliExpress Dropshipping
Import AliExpress products from AliExpress into your selected channel.
Create a configurable product if possible otherwise, create a simple product.
Edit the product information(along with images) on the AliExpress website before importing to your store.
Update AliExpress order status from the AliExpress chrome extension.
Use the filter in the AliExpress Chrome extension for e-packet identification.
Import products from the AliExpress Product, Search and Category pages.
Shop URL verification while registering your Bagisto store URL.
Add Product Price Synchronization from AliExpress using cron.
Description of the product also gets import the same as AliExpress.
All the information regarding the product gets imported along with the product from the AliExpress website.
View all AliExpress Orders in a separate section.
Automated Order Process for the AliExpress Orders.
Installation of Laravel AliExpress Dropshipping Chrome Extension
You have to install Laravel AliExpress Dropshipping Extension in your chrome browser so that you can import products from AliExpress to Bagisto Shop. You can add chrome extension from here.
After you have successfully downloaded the zip file of Laravel AliExpress Dropshipping, unzip the zip folder then merge “packages” folders into the project root directory.
Goto config/app.php file then add the following line under ‘webkul packages’
Next, run these commands below to complete the setup in the Bagisto root directory.
composer dump-autoload
php artisan migrate
php artisan route:cache
php artisan vendor:publish (-> Press 0 and then press enter to publish all assets and configurations.)
Once the commands have executed successfully, you will see the Dropship Manager icon on the left-hand side in the menu bar.
Dropship Configuration
On the Admin Dashboard, click on Configure>>Dropship
Configuration
Above you will get settings to choose channel and locale. Based on that you can even change the configuration of the Dropshipping.
Let’s go through with the Configuration Settings one by one
User name
You have to enter the username as a part of the credentials of AliExpress dropshipping.
Token
Set the Token so that you can enter this token to import product from AliExpress
Default Weight
Admin can set the default weight for an imported product.
Price:- Admin can set the price of the products imported from AliExpress.
Same As AliExpress:- Admin can keep the price same as AliExpress
Custom Price:- Admin can set the customized price
Increase:- Means That admin can increase the price(%)
Decrease:- Admin can also decrease the price(%)
Quantity
Admin can set the quantity of the products as imported.
Same as AliExpress:- Admin can set the quantity same as AliExpress
Custom Quantity:- You can set custom quantity as per your choice.
Default Inventory Source
Admin can set the default inventory source so that the quantity of the product admin can be managed.
Auto Update
To automatically update the quantity and price of products imported from AliExpress, you can set the status as Yes or No respectively.
After successfully setting all configuration of the dropship manager you have to click on Save.
How To Import AliExpress Product To Bagisto
Go to the AliExpress Site then open the product as per choice. A blue icon will be visible on the product then you have to click on that icon from there you can easily import the AliExpress Product.
After clicking on the blue icon, you have to enter the Bagisto Store URL and click on Next.
Next, you have to fill the username and token as provided in the Credentials section on the Bagisto admin panel and then click on submit.
After successfully submit, you will get a notification “Authenticated Successful“. Admin can edit in the product like name, images, specification, description etc while importing product from Aliexpress.
After successfully editing in the product, you have to click on submit. Therefore, you will get notification “Product imported successfully”
Admin Panel
Once you will get notification of product import successfully, you have to go to the Admin Panel Dropship manager>>Products
You can edit the product detail like name, images, price, description, category, etc from the backend.
How To Perform Order
Once the order is placed successfully on the front end, then you have to process the order to Aliexpress. Click Dropship Manager>>Orders>>Add to Cart
Once you click on Add to cart, then you will be redirect to the AliExpress product review page. You have to enter the shipping information then click on Save and Ship to this Address
After then, you can edit your shipping information then review your order.
Next Section is the Payment Method, so you have to select the payment method then click on Confirm and Pay
That’s all for Laravel AliExpress Dropshipping, still, have any issue feel free to add a ticket and let us know your views to make the module better https://bagisto.uvdesk.com/en/
I found a depecration error with this extension. The method Illuminate\Events\Dispatcher::fire() is deprecated and you have to change it to dispatch(). I fixed this by my own in the module. This missage is for notify you.
Hi! First of all, nice work!
I have successfully completed all the steps to the “Authenticated Successful” message, but I don’t see the blue icon (and border) in the AliExpress product page.
What could be the problem?
Thank you for your feedback. If you say you have completed steps till “Authenticated Successful”, it means you have got the blue arrow beside the product. Also once authentication is successful if you see blue icon, press that so you can get the image to edit the product details.
No, I don’t see the blue arrow beside the product – that’s the problem.
Here is an example of what I see when I open a random product https://snag.gy/McelE2.jpg
After extracting the files, you will find the packages folder which you need to merge with existing packages folder inside the bagisto root directory. Please check the user guide for more details: https://webkul.com/blog/laravel-aliexpress-dropshipping/
Please run the commands again as mentioned in the user guide. If you are still facing the issue, please raise the query on the forum here: https://forums.bagisto.com/
Yes… I’m using multivendor marketplace now
and I wanted to use aliexpress as well to import product… when I import the product it’s showing in the categories page, but it’s showing an error when I click the product
saurav pathak (Moderator)6 years ago
Please check the product attributes regarding the attributes or you can raise a ticket at https://bagisto.uvdesk.com/
Raj 6 years ago
the error is “Whoops, looks like something went wrong.”
saurav pathak (Moderator)6 years ago
Can you share me with the screenshot?
Raj 6 years ago
https://snag.gy/1lpUTk.jpg
saurav pathak (Moderator)5 years ago
Are you getting this error while clicking on the product that you have imported from AliExpress?
Brown 6 years ago
When you say username and token, where is this username and token gotten from??
As mention in the blog, you have to set the username and token for your shop!!
On the Admin panel, click on Configure>>Dropship then you can create your username and token and save!! Please check here: https://webkul.com/blog/laravel-aliexpress-dropshipping/#panel-3
Does this work with any laravel store or does this only work with stores made using bagisto?