Setup Module

At now the module just support setup via FTP and run magento 2 commands

To install Magento 2 Pre Order Extension, please follow below instructions step by step:

Download new module file on our site https://landofcoder.com and upload right module version for magento 2 version of your site via FTP client (firezilla)

The module require setup Lof All , Lof Setup module too.land

1. Install via FTP (recommend)

Run magento 2 commands:

php bin/magento module:enableLof_PreOrder

php bin/magento setup:upgrade --keep-generated

php bin/magento setup:static-content:deploy -f

php bin/magento cache:clean

2. Install via composer (support on future)

composer require landofcoder/module-pre-order
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean

Last updated