💙
Magento 2 Request For Quote Pro
  • Overview
  • Installation
    • Setup Module
  • Config and Usage
    • Module Configuration
    • Manage Quotes
    • Admin View Quote
    • Admin Create new Quote
    • Manage Custom Shipping
    • Admin Import Quote
    • Admin Export Quote
  • Admin Send Message
  • Frontend Quotes
  • 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 in future)
  1. Installation

Setup Module

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

PreviousOverviewNextModule Configuration

Last updated 2 years ago

To install Magento 2 Request For Quote Pro 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 ,, module too.

1. Install via FTP (recommend)

Run magento 2 commands:

php bin/magento module:enableLof_RequestForQuote

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

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

php bin/magento cache:clean

Also in the package we have there extend features extensions: RequestForQuoteImport, RequestForQuoteMessage, RequestForQuotePdf

We setup 3 plugins same way as request for quote extension.

For RequestforQuotePdf it require setup library: mpdf/mpdf, dompdf/dompdf We setup them via composer, run:

composer require mpdf/mpdf
composer require dompdf/dompdf

2. Install via composer (support in future)

composer require landofcoder/module-request-for-quote
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

After setup module completely, please go to admin > Landofcoder > license to apply module license key.

More information about generate license key, please read at here:

Lof All
Lof Setup
Lof RequestForQuoteMessage
https://landofcoder.ticksy.com/article/11618