bcmarketplace / module-multiship-virtual-flow
Enables multishipping checkout flow for virtual products in Adobe Commerce.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Language:HTML
Type:magento2-module
pkg:composer/bcmarketplace/module-multiship-virtual-flow
Requires
- php: ~8.2.0||~8.3.0
- bcmarketplace/module-base: *
- magento/framework: >=103.0.0
This package is auto-updated.
Last update: 2025-12-01 02:06:39 UTC
README
What It Does
This module allows customers to use multi-address checkout even when their cart contains only virtual or downloadable products. Normally, Magento prevents multi-address checkout for virtual products - this module removes that restriction.
Installation
-
Install via Composer:
composer require bcmarketplace/module-multiship-virtual-flow
-
Enable the module:
bin/magento module:enable BCMarketplace_MultiShipVirtualFlow
-
Run setup upgrade:
bin/magento setup:upgrade
-
Clear cache:
bin/magento cache:flush
How It Works
Once installed, customers with virtual or downloadable products can:
- Add products to cart
- Go to checkout
- Select "Ship to Multiple Addresses"
- Complete checkout (shipping steps are automatically skipped for virtual items)
- Place order
The module automatically handles skipping unnecessary shipping steps for virtual products.
Configuration
No configuration needed - the module works automatically once enabled.
Testing
To test the module:
- Add virtual/downloadable products to cart
- Go to checkout
- Select "Ship to Multiple Addresses"
- Verify you can complete checkout without being redirected to cart
Troubleshooting
Still redirecting to cart?
- Verify module is enabled:
bin/magento module:status - Clear cache:
bin/magento cache:flush - Recompile:
bin/magento setup:di:compile
Shipping steps not skipping?
- Check that products are actually virtual
- Review logs:
var/log/exception.log
Support
Author: Raphael Baako
Email: rbaako@baakoconsultingllc.com
Company: Baako Consulting LLC
License
Proprietary - All rights reserved.