dimache / module-shipping-message
Checkout Shipping Message
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0|~7.4.0|~8.1.0
This package is not auto-updated.
Last update: 2025-07-08 18:54:51 UTC
README
Main Functionalities
This module adds a text message when you select a shipping method. You can specify the countries which you need for the show message.
Installation
``composer require dimache/module-shipping-message``
Type 1: Composer
- Install the module composer by running
composer require dimache/module-shipping-message
- enable the module by running
php bin/magento module:enable Dimache_ShippingMessage
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Zip file
- Unzip the zip file in
app/code/Dimache
- Enable the module by running
php bin/magento module:enable Dimache_ShippingMessage
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Configuration
See available settings in Stores -> Configuration -> Checkout Shipping Message