💙
Magento 2 Pre Order Extension
  • Overview
  • Installation
    • Setup Module
    • How It Work?
    • Pre Order Workflow
  • Config and Usage
    • Module Configuration
    • View Preorder
    • How pre-order show on frontend
  • Rest API
  • Other Module Guides
    • Magento 2 Step Recommendation
Powered by GitBook
On this page
  • 1. Install via FTP (recommend)
  • 2. Install via composer (support on future)
  1. Installation

Setup Module

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

PreviousOverviewNextHow It Work?

Last updated 2 years ago

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

Download new module file on our site and upload right module version for magento 2 version of your site via FTP client (firezilla)

The module require 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

https://landofcoder.com
Lof All
Lof Setup