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

1.1.2 2022-05-02 22:09 UTC

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:

  1. cart total is equal to zero it will dispaly the default message.
  2. cart total is between zero and threshold it will show distance to free shipping message.
  3. 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