/bagisto-fedex

Primary LanguagePHPMIT LicenseMIT

FeDex Bagisto

This extension allows your customers to collect their orders from your physical store.

Requirements

Installation

Install with composer

  1. Run the following command
composer require hunghbm/fedex-bagisto
  1. Open config/app.php and add Hunghbm\FedEx\Providers\FedExServiceProvider::class.
  2. Run the following command
composer dump-autoload
  1. Go to https://<your-site>/admin/configuration/sales/carriers.
  2. Make sure that Marketplace FedEx is active and press save.

Install with package folder

  1. Unzip all the files to packages/Hunghbm/FedEx.
  2. Open config/app.php and add Hunghbm\FedEx\Providers\FedExServiceProvider::class.
  3. Go to https://<your-site>/admin/configuration/sales/carriers.
  4. Make sure that Marketplace FedEx is active and press save.

Your customers are now able to select the new shipping method.