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 <token>
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:

Table Purpose
b2b_quote Main quote records
b2b_quote_item Quote line items
b2b_quote_status Configurable statuses
b2b_quote_project Customer projects
b2b_quote_message Communication
b2b_quote_attachment File attachments
b2b_quote_pricing_rule Pricing automation
b2b_quote_workflow_rule Workflow 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