📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Top 10% by Downloads Stable v6.1.4

Advanced Shipping Module for Magento 2

owebia/magento2-module-advanced-shipping

Provides advanced shipping options and functionalities for Magento 2. Allows the integration of add-ons for customized shipping rules and calculations.

784,883
Downloads
4x above avg
90
GitHub Stars
2x above avg
6mo ago
Last Release
8
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
146 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v6.1.4 on Magento 2.4.8-p3
Dec 28, 2025

Share This Module's Status

Advanced Shipping Module for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Description

Advanced Shipping Module for Magento 2

Add-Ons for Advanced Shipping

You can find add-ons for Advanced Shipping on Owebia Store.

Installation

:warning: Please note that you can only install the extension using composer.

  • Backup your store database and web directory
  • Open a terminal and move to Magento root directory
  • Run these commands in your terminal
# Remove old package
composer remove owebia/magento2-module-advanced-shipping-setting

# You must be in Magento root directory
composer require owebia/magento2-module-advanced-shipping:^6.1.4

php bin/magento cache:clean
php bin/magento module:enable \
    Owebia_SharedPhpConfig \
    Owebia_AdvancedShipping
php bin/magento setup:upgrade
php bin/magento setup:di:compile

# Only if the store is in production mode
# Deploy static content for each used locale (here for en_US locale only)
php bin/magento setup:static-content:deploy en_US
  • If you are logged to Magento backend, logout from Magento backend and login again

Documentation

See the documentation

License

Copyright © 2016-present Owebia. All rights reserved.

No warranty, explicit or implicit, provided.

Files can not be copied and/or distributed without the express permission of Owebia.

Icons:

https://fortawesome.github.io/Font-Awesome/

Contributing

By contributing to this project, you grant a world-wide, royalty-free, perpetual, irrevocable, non-exclusive, transferable license to all users under the terms of the license(s) under which this project is distributed.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.