Skip to content

inadeemkhan/magento2-free-shippiing-indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Extension — Free Shipping Indicator

Magento
PHP
License
Contributions

Author: Nadeem Khan

This Magento 2 extension adds a visual indicator on the cart page to inform customers how close they are to qualifying for free shipping. This helps improve the shopping experience and can encourage customers to increase their cart value.


Installation

  1. Copy the contents of this repository into:
    {MAGENTO_ROOT}/app/code/Nadeem/FreeShippingIndicator/
  2. Run the following commands in your Magento root directory:
    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy
    php bin/magento cache:flush

Screenshots

Cart Page Indicator
Cart Page

Configuration Settings
Configuration

Customization Options
Customization


Prerequisites

Ensure the following requirements are met before installing this extension:

Prerequisite How to Check Documentation
Apache 2.2 / 2.4 apache2 -v (Ubuntu)
httpd -v (CentOS)
Apache Docs
PHP 7.x.x php -v PHP on Ubuntu
PHP on CentOS
MySQL 5.6.x mysql -u [root username] -p MySQL Docs

Contribution

Contributions are welcome!
The fastest way to contribute is by submitting a pull request on GitHub.


Issues & Support

If you encounter any issues or bugs, please open an issue on GitHub.

For direct support or feedback, feel free to contact:
📧 [email protected]

Releases

No releases published

Packages

No packages published