PHPackages                             magelearn/module-freeshippingprogressbar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. magelearn/module-freeshippingprogressbar

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

magelearn/module-freeshippingprogressbar
========================================

Display a progress bar on the shopping cart based on order total to encourage users to spend more to get free shipping

00PHP

Since Mar 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vijayrami/Magelearn_FreeShippingProgressBar)[ Packagist](https://packagist.org/packages/magelearn/module-freeshippingprogressbar)[ RSS](/packages/magelearn-module-freeshippingprogressbar/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Magento 2 Free Shipping Progress Bar
====================================

[](#magento-2-free-shipping-progress-bar)

Description
-----------

[](#description)

[![Free Shipping Progress Bar](https://camo.githubusercontent.com/690e2e291fafa7e48e96322c7ef7c25bc3483eda6e153ca7ef8b0251db119b2b/68747470733a2f2f692e706f7374696d672e63632f566b7156324e71622f667265652d7368697070696e67322e706e67)](https://camo.githubusercontent.com/690e2e291fafa7e48e96322c7ef7c25bc3483eda6e153ca7ef8b0251db119b2b/68747470733a2f2f692e706f7374696d672e63632f566b7156324e71622f667265652d7368697070696e67322e706e67)

This Magento 2 module adds a free shipping progress bar to your Magento site's shopping cart to promote increased order value. The styles used were intended to allow for this module to be a drop-in feature for the luma theme or other themes based on it. All of the animations are CSS based and no javascript is used to limit overhead.

### Screenshots

[](#screenshots)

#### Order Value Below Free Shipping Minimum

[](#order-value-below-free-shipping-minimum)

[![Order Value Below Free Shipping Minimum](https://camo.githubusercontent.com/154d03ab930f2107041f7c10ad76bc338a2eb32c51dd2de2c8a70012ac287023/68747470733a2f2f692e706f7374696d672e63632f504a4337377a79742f667265652d7368697070696e67312e706e67)](https://camo.githubusercontent.com/154d03ab930f2107041f7c10ad76bc338a2eb32c51dd2de2c8a70012ac287023/68747470733a2f2f692e706f7374696d672e63632f504a4337377a79742f667265652d7368697070696e67312e706e67)

#### Order Value Over Free Shipping Minimum

[](#order-value-over-free-shipping-minimum)

[![Order Value Over Free Shipping Minimum](https://camo.githubusercontent.com/c3883db04537a3210e5b12c8cc515a47bc8df0916ae0fc22fa005215f07f247b/68747470733a2f2f692e706f7374696d672e63632f676a474a716a48712f667265652d7368697070696e672e706e67)](https://camo.githubusercontent.com/c3883db04537a3210e5b12c8cc515a47bc8df0916ae0fc22fa005215f07f247b/68747470733a2f2f692e706f7374696d672e63632f676a474a716a48712f667265652d7368697070696e672e706e67)

Installation
------------

[](#installation)

### Using Composer (Recommended)

[](#using-composer-recommended)

- Install the module composer by running `composer require magelearn/module-freeshippingprogressbar`
- Enable the module by running `php bin/magento module:enable Magelearn_FreeShippingProgressBar`
- apply database updates by running `php bin/magento setup:upgrade`
- Flush the cache by running `php bin/magento cache:flush`

### Manual File Transfer

[](#manual-file-transfer)

- Clone or unzip this repository to `app/code/Magelearn/FreeShippingProgressBar`
- Enable the module by running `php bin/magento module:enable Magelearn_FreeShippingProgressBar`
- Apply database updates by running `php bin/magento setup:upgrade`
- Flush the cache by running `php bin/magento cache:flush`

Configuration
-------------

[](#configuration)

This module adds new fields to the Sales &gt; Checkout section of your stores configuration.

### How to Configure

[](#how-to-configure)

To access this module's configuration, navigate to `Stores > Settings > Configuration > Sales > Checkout` then expand the `Shopping Cart` group.

[![Free Shipping Progress Bar Settings](https://camo.githubusercontent.com/50abdbc8c9f76cc9d260406b303e5c335573c519f32db600c7ccecfc869d909b/68747470733a2f2f692e706f7374696d672e63632f5943786830314e322f416e6e6f746174652d612d6c6f63616c2d696d6167652e706e67)](https://camo.githubusercontent.com/50abdbc8c9f76cc9d260406b303e5c335573c519f32db600c7ccecfc869d909b/68747470733a2f2f692e706f7374696d672e63632f5943786830314e322f416e6e6f746174652d612d6c6f63616c2d696d6167652e706e67)

### Settings Explanation

[](#settings-explanation)

#### Enable Free Shipping Progress Bar

[](#enable-free-shipping-progress-bar)

If set to yes, a free shipping progress bar will be shown on the shopping cart in the cart summary. By default, the free shipping progress bar is disabled.

#### Use Free Shipping Method Configuration

[](#use-free-shipping-method-configuration)

If set to yes, this module will use the configuration for the core Free Shipping method. If that method is enabled then this Free Shipping Progress Bar will show based on that method's minimum order subtotal. If set to no, you will be able to set a custom order subtotal for this Free Shipping Progress Bar to show based on. This setting is primarily useful if your store is using a free shipping method other than the core Free Shipping method. By default, this setting is set to yes.

#### Free Shipping Progress Bar Minimum Order Total

[](#free-shipping-progress-bar-minimum-order-total)

When the above setting is set to no, this field is where you set the order value that the Free Shipping Progress Bar counts down to.

Compatibility
-------------

[](#compatibility)

This module has been tested and validated to work on Magento versions 2.3 to 2.4.2.

This module uses a ViewModel and should be compatible with versions 2.2 and higher.

Bugs &amp; Issues
-----------------

[](#bugs--issues)

If you find a bug or issue please create a new issue [here](https://github.com/vijayrami/Magelearn_FreeShippingProgressBar/issues) and include as much detail and context as possible including screenshots.

License
-------

[](#license)

This module is licensed under the Open Software License V3.0 which you can refer to [here](LICENSE.txt).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fbc17739c789569a8997978c60570db7936dfd338050c636ded61120669951e?d=identicon)[vijayrami](/maintainers/vijayrami)

---

Top Contributors

[![vijayrami](https://avatars.githubusercontent.com/u/13213261?v=4)](https://github.com/vijayrami "vijayrami (9 commits)")

---

Tags

magento2magento2-extensionmagento2-module

### Embed Badge

![Health badge](/badges/magelearn-module-freeshippingprogressbar/health.svg)

```
[![Health](https://phpackages.com/badges/magelearn-module-freeshippingprogressbar/health.svg)](https://phpackages.com/packages/magelearn-module-freeshippingprogressbar)
```

###  Alternatives

[tlr/menu

Take some of the stress and boilerplate out of building menus (or indeed any list, because that's basically what a menu is) With support for laravel

189.6k](/packages/tlr-menu)[thanhnamcnv/laravel-make-repository-service

A simple package to create a make:repository, make:service command for Laravel 8+

273.3k](/packages/thanhnamcnv-laravel-make-repository-service)[darkflib/php-qrcode

QRCode library for PHP

1016.2k](/packages/darkflib-php-qrcode)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
