Installation Guide

Install the B2B Quote extension on your Magento 2 store.

Requirements

  • Magento 2.4.x
  • PHP 8.1+
  • Composer

Installation via Composer

composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/b2b-quote:*

Enable the Module

php bin/magento module:enable MageB2B_B2BQuote php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:flush

Verify Installation

Check that the module is installed:

php bin/magento module:status MageB2B_B2BQuote

Database Tables

The installation creates these tables:

TablePurpose
b2b_quoteMain quote records
b2b_quote_itemQuote line items
b2b_quote_statusConfigurable statuses
b2b_quote_projectCustomer projects
b2b_quote_messageCommunication
b2b_quote_attachmentFile attachments
b2b_quote_pricing_rulePricing automation
b2b_quote_workflow_ruleWorkflow automation

Post-Installation

  1. Configure quote settings
  2. Set up quote statuses
  3. Configure status transitions
  4. Configure pricing rules (optional)
  5. Set up workflow automation (optional)
  6. Configure PDF layout and company data (optional)
  7. Configure guest quotes (optional)

Next Steps

Found an issue with this documentation? Let us know