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

pkg:composer/dimache/module-shipping-message

dev-main 2022-08-08 06:39 UTC

This package is not auto-updated.

Last update: 2025-10-28 20:09:57 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