bagisto/aliexpress-dropship

dev-master 2022-01-17 06:57 UTC

This package is auto-updated.

Last update: 2024-04-02 06:34:02 UTC


README

1. Introduction:

With the help of Bagisto AliExpress Dropship extension, the admin can import and list products from the AliExpress to its Bagisto store. After receiving the orders, the admin just need to click a single button and then make the payment as we have automated the order process for the AliExpress orders.

It packs in lots of demanding features that allows your business to scale in no time:

  • Import AliExpress products(simple and configurable) from AliExpress into your selected channel.
  • Create configurable product if the product has options otherwise, create a simple product.
  • Edit the product information(along with images) on AliExpress website before importing to your store.
  • Update AliExpress order status from AliExpress chrome extension.
  • Use filter in 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 imported same as AliExpress.
  • The product information like base name, price, quantity, product reviews, meta title, meta keywords, meta description, SKU, description(simple tags, HTML tags, and multiple images), and configurable attributes get imported along with the product.
  • View all AliExpress Orders in a separate section.
  • Automated Order Process for the AliExpress Orders.

2. Requirements:

  • Bagisto: v1.3.2
  • Laravel Aliexpress Dropship Chrome Extension: v1.3.2

3. Installation:

composer require bagisto/aliexpress-dropship
php artisan aliexpress:install
  • Add the following line to the crontab for automatic product information updation (eg. Price and Quantity)
*/5 * * * * php /project_root_folder_path/artisan dropship:product:update

That's it, now just execute the project on your specified domain.