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
- Configure quote settings
- Set up quote statuses
- Configure status transitions
- Configure pricing rules (optional)
- Set up workflow automation (optional)
- Configure PDF layout and company data (optional)
- Configure guest quotes (optional)