This extension used for calculating shipping rate with the FedEx services.
- Calculate shipping rate with FedEx services.
- Track your shipment by tracking number.
- Unzip all the files to packages/GGPHP/Shipping.
- Open
config/app.php
and add GGPHP\Shipping\Providers\ShippingServiceProvider::class. - Open
composer.json
of root project and add "GGPHP\Shipping\": "packages/GGPHP/Shipping/src". - Run the following command
composer dump-autoload
- Go to
https://<your-site>/admin/configuration/sales/carriers
. - Make sure that Marketplace FedEx is active and press save.
- Go to
https://<your-site>/admin/configuration/sales/shipping
and add shipping address.
Your customers are now able to select the new shipping method.
- Account ID: 510087240
- Meter Number: 114001500
- Key: aRUu7CcsdSAn9NgB
- Password: mjz590b4Slv0vJEFXeWKnkiv8
- Street Address: 8383 Bowman Dr. Los Angeles
- State: CA
- Zip: 90022
- City: Los Angeles
- Country: US
- Street Address: 10 Fed Ex Pkwy
- State: VA
- Zip: 20171
- City: Herndon
- Country: US
- 568838414941
- 123456789012
- 020207021381215
- 403934084723025
- 231300687629630
- Go to
https://<your-site>/admin/sales/tracking/{tracking-number}
.
- Use
fedExTrackById($trackingIds)
method to get shipment infomations withtrackingIds
are tracking number array.