Skip to content

andresams/magento2-fedex-extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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