Install Shipping Conditions
Install the package from the Magento project directory with the Composer access provided by SoftwareSilo:
composer require mageb2b/shipping-conditions
php bin/magento module:enable MageB2B_ExtensionManager MageB2B_ShippingConditions
php bin/magento setup:upgrade
For production mode, follow your normal deployment process for compilation and static content.
Verify the module:
php bin/magento module:status MageB2B_ShippingConditions
An Admin role with Shipping Conditions > Manage Rules permission can now open Stores > Shipping Conditions.
The extension has no indexer, cron job or queue consumer to start. Continue with Create your first rule.