hunghbm/bagisto-fedex

This extension used for calculating shipping rate with FeDex services.

v1.0 2020-09-22 07:02 UTC

This package is auto-updated.

Last update: 2024-05-22 15:33:13 UTC


README

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.