Table of Contents
View Magento 2 Pre Order Extension Detail Page for Features and Demo
Documentation for Pre Order
Preference
- Pre-Order is the perfect extension for store owner who want to allows previously ordering out of stock products or upcoming products, store owner can add product availability date and messages to alert their customers about pre-order products.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Advanced → Advanced, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_PreOrder’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Advanced → Advanced, the module will be displayed in the admin panel.
Backend Example
After Installation of Extension login to magento admin panel for set configuration of the extension.
You can find configuration at Stores → Configuration → Mageants → PreOrder.
as per below screen shot you can set all the settings here.
Product Detail Page Configuration: Please go to Products → Catalog → select a product → Advanced Inventory
Order Detail Page Configuration
Frontend Example
Category Page
Simple Product View Page
Configurable Product View Page
Grouped Product View Page
Bundle Product View Page.
Cart Page
Order Details Page