Skip to content

greenglobal/bagisto-fedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bagisto FeDex

This extension used for calculating shipping rate with the FedEx services.

Features

  • Calculate shipping rate with FedEx services.
  • Track your shipment by tracking number.

Requirements

Installation

Install with package folder

  1. Unzip all the files to packages/GGPHP/Shipping.
  2. Open config/app.php and add GGPHP\Shipping\Providers\ShippingServiceProvider::class.
  3. Open composer.json of root project and add "GGPHP\Shipping\": "packages/GGPHP/Shipping/src".
  4. 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.
  3. Go to https://<your-site>/admin/configuration/sales/shipping and add shipping address.

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

Example data

FedEx key

  • Account ID: 510087240
  • Meter Number: 114001500
  • Key: aRUu7CcsdSAn9NgB
  • Password: mjz590b4Slv0vJEFXeWKnkiv8

Shipper address

  • Street Address: 8383 Bowman Dr. Los Angeles
  • State: CA
  • Zip: 90022
  • City: Los Angeles
  • Country: US

Recipient address

  • Street Address: 10 Fed Ex Pkwy
  • State: VA
  • Zip: 20171
  • City: Herndon
  • Country: US

Tracking number

  • 568838414941
  • 123456789012
  • 020207021381215
  • 403934084723025
  • 231300687629630

Guide

Track your shipment by tracking number.

  • Go to https://<your-site>/admin/sales/tracking/{tracking-number}.

Get shipment infomations

  • Use fedExTrackById($trackingIds) method to get shipment infomations with trackingIds are tracking number array.