dimache / module-shipping-message
Checkout Shipping Message
Package info
github.com/dimache/module-shipping-message
Type:magento2-module
pkg:composer/dimache/module-shipping-message
dev-main
2022-08-08 06:39 UTC
Requires
- php: ~7.3.0|~7.4.0|~8.1.0
This package is not auto-updated.
Last update: 2026-03-31 22:03:08 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