ismail / module-freeshippingpromo
this module is adding a distance to free shipping message based on the total amount on cart
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- php: ~7.2.0|~7.3.0|~7.4.0
This package is auto-updated.
Last update: 2025-06-29 02:00:01 UTC
README
This Module is to Add a Distance to Free Shipping Message Based on The Cart Total,for Example:
- cart total is equal to zero it will dispaly the default message.
- cart total is between zero and threshold it will show distance to free shipping message.
- cart total is more than threshold then it will show the free shipping message.
Install
To install the packagist run the following command:
composer require ismail/module-freeshippingpromo
after downloading the package successfully via git hub, then run the below commands:
bin/magento modue:enable Ismail_FreeShippingPromo
bin/magento set:up
bin/magento setup:static-content:deploy