linets/module-deliverytime

Create admin to set time shipping for region id

dev-master 2021-11-24 16:51 UTC

This package is not auto-updated.

Last update: 2025-07-04 07:42:40 UTC


README

``linets/module-deliverytime``

Main Functionalities

Create admin to set time shipping for region id

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Linets
  • Enable the module by running php bin/magento module:enable Linets_DeliveryTime
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:
    • private repository repo.magento.com
    • public repository packagist.org
    • public github repository as vcs
  • Add the composer repository to the configuration by running composer config repositories.repo.magento.com composer https://repo.magento.com/
  • Install the module composer by running composer require linets/module-deliverytime
  • enable the module by running php bin/magento module:enable Linets_DeliveryTime
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

Specifications

  • Model

    • deliveryTime
  • Model

    • holiDay

Attributes