dimache/module-shipping-message

Checkout Shipping Message

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

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