Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 844 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 844 Bytes

FedEx Extended

This module extends Magento's native Fedex module with a lot of cool features, such as:

  • Free Shipping using Promotions (Cart Rules)
  • Display estimated delivery date
  • Use only weekdays as possible pickup dates (pickup date is moved to the next weekday when shipping rates are requested during an weekend)
  • Add extra days to the pickup date

Usage

The management options can be found under Stores > Stores > Configuration > Shipping Methods > FedEx.

Installation

Composer

composer config repositories.andresams git [email protected]:andresams/magento2-fedex-extended.git
composer require prestafy/magento2-fedex-extended

Modman

modman clone [email protected]:andresams/magento2-fedex-extended.git

Authors