Skip to content

twtoolsnet/magento-module-delivery-time

 
 

Repository files navigation

Greenrivers DeliveryTime

Magento2 module delivery time for products.

Requirements

  • PHP >= 7.1
  • Magento >= 2.3

Installation

  1. Module

    composer require greenrivers/delivery-time
    
    php bin/magento module:enable Greenrivers_DeliveryTime
    
    php bin/magento setup:upgrade
    
    php bin/magento setup:di:compile
    
    php bin/magento setup:static-content:deploy -f

Usage

Stores->Configuration->GREENRIVERS->Delivery Time

  • General->Enabled - module activation

  • Backend->Date unit - select date unit

  • Backend->Slider min scale - min slider value

  • Backend->Slider max scale - max slider value

  • Backend->Slider step scale - slider step

  • Frontend->Label - delivery time label

  • Frontend->Sorting - add delivery time to sorting options

  • Frontend->Filters - add delivery time to filter options

  • Frontend->Visible on - choose on which pages delivery time should show

Catalog->Products

  1. Simple product

In Delivery Time tab select type on radiobox set.
Next set up value on slider.

  1. Configurable product

Apply to simple products - select if You want to apply delivery time to all children products
Apply from simple products - select if You want to choose delivery time from one of children products

Notes

Sort option works for Magento version 2.3.* with disabled Elasticsearch.
Sort option not available for Magento version 2.4.*.

About

Magento Delivery Time module.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 60.4%
  • HTML 30.7%
  • JavaScript 7.8%
  • Less 1.1%