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
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/module-checkout: *
- magento/module-quote: *
This package is auto-updated.
Last update: 2025-01-31 00:41:27 UTC
README
Description
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
Order Value Below Free Shipping Minimum
Order Value Over Free Shipping Minimum
Installation
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
- 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
This module adds new fields to the Sales > Checkout section of your stores configuration.
How to Configure
To access this module's configuration, navigate to Stores > Settings > Configuration > Sales > Checkout
then expand the Shopping Cart
group.
Settings Explanation
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
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
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
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 & Issues
If you find a bug or issue please create a new issue here and include as much detail and context as possible including screenshots.
License
This module is licensed under the Open Software License V3.0 which you can refer to here.