owebia / magento2-module-advanced-shipping
owebia/magento2-module-advanced-shipping
N/A
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
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.
Changelog
Module: owebia/magento2-module-advanced-shipping
6.1.4 (20 Aug, 2025)
- fix
MethodCollectionusage inforeach - update dependencies
owebia/magento2-module-shared-php-config:6.1.4: fixArrayWrapperclass should implementIteratorAggregateto allow usage inforeach(thanks to Yonn T.)
6.1.3 (21 Jul, 2025)
- update dependencies
owebia/magento2-module-shared-php-config:6.1.3: fix NOT LOGGED IN customer group retrieval
6.1.2 (02 May, 2025)
- fix unexpected totals recalculation on quote retrieval
- update dependencies
owebia/magento2-module-shared-php-config:6.1.2:- fix Declaration of Owebia\SharedPhpConfig\Logger\Handler::write(array $record): void must be compatible with Magento\Framework\Logger\Handler\Base::write(Monolog\LogRecord $record): void
- fix unexpected totals recalculation on quote retrieval
6.1.1 (07 Feb, 2025)
- add
How to start?section in the documentation - fix Magento2 coding standard error: Avoid using self-closing tag with non-void html element
- update dependencies
owebia/magento2-module-shared-php-config:6.1.1: fix display help icon on configuration field only when availableowebia/magento2-module-shared-php-config:6.1.0:- fix compatibility with magento 2.4.7-p1
- add support for nikic/php-parser ^5.0.0
- drop support for nikic/php-parser <4.18
6.0.3 (24 Apr, 2024)
- remove PHP version dependency from composer.json, rely on owebia/magento2-module-shared-php-config
- fix TypeError: str_replace(): Argument #3 ($subject) must be of type array|string, null given (thanks to @Tomasz-Silpion)
- fix PHP 8.4 compatibility warnings: Implicitly marking a parameter as nullable is deprecated since PHP 8.4
- fix Magento2 coding standard warnings: Comment block is missing
- update dependencies
owebia/magento2-module-shared-php-config:6.0.3:- add support for PHP 8.3 & PHP 8.4
- fix PHP 8.4 compatibility warnings: Implicitly marking a parameter as nullable is deprecated since PHP 8.4
- fix Magento2 coding standard warnings: Comment block is missing
6.0.2 (02 Aug, 2023)
- fix TypeError: Owebia\SharedPhpConfig\Model\Parser::parse(): Argument #2 ($configuration) must be of type string, null given
- update dependencies
owebia/magento2-module-shared-php-config:6.0.2: fix TypeError: Owebia\SharedPhpConfig\Model\Wrapper\ArrayWrapper::loadData(): Argument #1 ($key) must be of type string, int given
6.0.1 (26 May, 2023)
- add support for PHP 8.2
- ⚠️ breaking changes: internal classes refactored
- ✨ new api:
Api\MethodCollectionInterfaceApi\MethodInterface
- improve code quality
- use
\Owebia\SharedPhpConfig\Api\FunctionProviderInterface - update documentation
- update dependencies
owebia/magento2-module-shared-php-config:6.0.1:- add support for PHP 8.2
- ⚠️ breaking changes:
- drop support for PHP < 7.4
- drop support for Magento < 2.2
- internal classes refactored
- ✨ new api:
Api\FunctionProviderInterfaceApi\FunctionProviderPoolInterfaceApi\ParserContextInterfaceApi\ParserInterfaceApi\RegistryInterfaceApi\RequiresParserContextInterface
- improve code quality:
- add php doc
- type enforced
- use modern syntax
- reduce class dependencies
2.8.14 (28 Apr, 2023)
- add support for PHP 8.2
- update dependencies
owebia/magento2-module-shared-php-config:3.0.8: add support for PHP 8.2
2.8.13 (30 Nov, 2022)
- fix custom data retrieval issue
- improve handling of custom data in
\Magento\Framework\Reflection\DataObjectProcessorto avoid errors with unsupported types - improve code quality
2.8.12 (13 May, 2022)
- update dependencies
owebia/magento2-module-shared-php-config:3.0.7: apply Magento2 coding standard
2.8.11 (15 Apr, 2022)
- apply PSR-12 coding standard
- apply Magento2 coding standard
- use
boolinstead ofbooleanin PHPDoc - fix constant declaration
- drop support for PHP versions 5.5, 5.6 & 7.0
- add support for PHP versions 8.0 & 8.1
- update dependencies
owebia/magento2-module-shared-php-config:3.0.6:- apply PSR-12 coding standard
- use
boolinstead ofbooleanin PHPDoc - fix constant declaration and usage
- fix signature mismatch errors while keeping backward compatibility
- drop support for PHP versions 5.5, 5.6 & 7.0
- add support for PHP versions 8.0 & 8.1
- fix phpunit compatibility
2.8.10 (17 Sep, 2021)
- use
presentas copyright ending year - update documentation
- update dependencies
owebia/magento2-module-shared-php-config:3.0.5: usepresentas copyright ending year
2.8.9 (14 May, 2021)
- add changelog
- remove promotional links in
etc/adminhtml/system.xml - update documentation
- update copyright year
- update translations
- update dependencies
owebia/magento2-module-shared-php-config:3.0.4: add changelog
2.8.8 (21 Oct, 2020)
- fix config scope
2.8.7 (13 Oct, 2020)
- fix issue when
\Magento\Framework\DataObjectis overriden
2.8.6 (02 Oct, 2020)
- fix JS trailing comma issue with IE 11
2.8.5 (09 Sep, 2020)
- update dependencies
owebia/magento2-module-shared-php-config:3.0.3: fix misspelled variablesowebia/magento2-module-shared-php-config:3.0.2: fix #84: category name retrieval issueowebia/magento2-module-shared-php-config:3.0.1: add Magento 2.4.0 & PHP 7.4 support
2.8.4 (10 Jun, 2020)
- fix refresh on shipping address change
2.8.3 (29 May, 2020)
- add sequence in
etc/module.xml
2.8.2 (28 May, 2020)
- fix mandatory steps in production in README.md and the documentation
2.8.1 (22 May, 2020)
- add
etc/csp_whitelist.xml - update license section in
etc/adminhtml/system.xml - remove the copyright year from file headers
- improve translations
- improve code quality
- update README.md
- update documentation
- update dependencies
- add support for PHP 7.4
- remove
magento2-module-advanced-setting-core:^2.8.0 owebia/magento2-module-shared-php-config:3.0.0:- add experimental subtotal incl and excl tax calculation
- remove the copyright year from file headers
- improve translations
- improve code quality
- fix #78: can't access to
$appmethods - rename module from
Owebia_AdvancedSettingCoretoOwebia_SharedPhpConfig
2.8.0 (20 Mar, 2020)
- update documentation
- update dependencies
owebia/magento2-module-advanced-setting-core:2.8.0:- update copyright year on modified files
- improve code quality
- use
\Magento\Framework\Escaperin Model wrappers instead ofhtmlspecialchars - add unit tests
- refactor
\Owebia\AdvancedSettingCore\Helper\Evaluatorclass - fix class checking in
\Owebia\AdvancedSettingCore\Helper\Evaluator - parse configuration as PHP7
- add support for array item assignment
- add support for assignment operators and incrementing/decrementing operators
- add support for the
uselanguage construct in anonymous functions - add support for
array_key_exists,json_decodeandjson_encodefunctions
2.7.0 (05 Feb, 2020)
- update documentation
- update dependencies
owebia/magento2-module-advanced-setting-core:2.7.0: no change
2.6.5 (05 Feb, 2020)
- update copyright year
- update documentation
- update dependencies
owebia/magento2-module-advanced-setting-core:2.6.3:- update copyright year
- add support for Inventory Management (Magento >= 2.3)
2.6.4 (10 Oct, 2019)
- ...
| Version | Stability | QA Status | Released |
|---|---|---|---|
| 6.1.4 | stable | Fail | 2025-08-20 07:29:13 |
| 6.1.3 | stable | Not tested | 2025-07-21 16:08:01 |
| 6.1.2 | stable | Not tested | 2025-05-02 13:35:38 |
| 6.1.1 | stable | Not tested | 2025-02-07 15:27:47 |
| 6.0.3 | stable | Not tested | 2024-04-24 10:15:07 |
| 6.0.2 | stable | Not tested | 2023-08-02 07:58:23 |
| 6.0.1 | stable | Not tested | 2023-05-26 16:21:35 |
| 2.8.14 | stable | Not tested | 2023-04-28 14:32:28 |
| 6.0.0-beta | beta | Not tested | 2023-02-09 18:06:39 |
| 2.8.13 | stable | Not tested | 2022-11-30 17:43:29 |
| 2.8.12 | stable | Not tested | 2022-05-13 19:03:10 |
| 2.8.11 | stable | Not tested | 2022-04-15 14:20:29 |
| 2.8.10 | stable | Not tested | 2021-09-17 10:31:02 |
| 2.8.9 | stable | Not tested | 2021-05-14 16:01:41 |
| 2.8.8 | stable | Not tested | 2020-10-21 13:29:26 |
| 2.8.7 | stable | Not tested | 2020-10-13 20:49:15 |
| 2.8.6 | stable | Not tested | 2020-10-02 13:44:43 |
| 2.8.5 | stable | Not tested | 2020-09-09 14:39:53 |
| 2.8.4 | stable | Not tested | 2020-06-10 13:03:59 |
| 2.8.3 | stable | Not tested | 2020-05-29 16:23:57 |
| 2.8.2 | stable | Not tested | 2020-05-28 14:06:04 |
| 2.8.1 | stable | Not tested | 2020-05-22 18:28:27 |
| 2.8.0 | stable | Not tested | 2020-03-20 14:34:45 |
| 2.7.0 | stable | Not tested | 2020-02-05 14:34:17 |
| 2.6.5 | stable | Not tested | 2020-02-05 14:25:57 |
| 2.6.4 | stable | Not tested | 2019-10-10 11:22:44 |
| 2.6.3 | stable | Not tested | 2019-06-24 16:55:05 |
| 2.6.2 | stable | Not tested | 2019-05-27 09:38:38 |
| 2.6.1 | stable | Not tested | 2019-05-13 11:25:53 |
| 2.6.0 | stable | Not tested | 2019-04-23 09:31:25 |
| 2.5.4 | stable | Not tested | 2019-03-22 16:24:08 |
| 2.5.3 | stable | Not tested | 2019-03-11 14:04:15 |
| 2.5.2 | stable | Not tested | 2019-02-25 10:58:58 |
| 2.5.1 | stable | Not tested | 2019-02-25 10:34:04 |
| 2.5.0 | stable | Not tested | 2019-02-05 16:19:47 |
| 2.4.0 | stable | Not tested | 2019-02-05 10:36:33 |
| 2.3.0 | stable | Not tested | 2019-02-04 13:18:17 |
| 2.2.0 | stable | Not tested | 2018-12-19 10:53:19 |
| 2.1.1 | stable | Not tested | 2017-12-28 13:40:35 |
| 2.1.0 | stable | Not tested | 2017-12-28 13:38:00 |
| 2.0.8 | stable | Not tested | 2017-10-16 19:53:52 |
| 2.0.7 | stable | Not tested | 2017-04-24 14:48:24 |
| 2.0.6 | stable | Not tested | 2017-02-15 10:52:53 |
| 2.0.5 | stable | Not tested | 2016-09-16 14:06:14 |
| 2.0.4 | stable | Not tested | 2016-09-13 13:45:15 |
| 2.0.3 | stable | Not tested | 2016-08-24 18:09:38 |
| 2.0.2 | stable | Not tested | 2016-08-01 12:26:01 |
| 2.0.1 | stable | Not tested | 2016-07-26 12:38:15 |
| 2.0 | stable | Not tested | 2016-07-25 14:23:23 |
| 1.0.1 | stable | Not tested | 2016-07-18 15:54:35 |
| 1.0 | stable | Not tested | 2016-07-18 14:55:44 |
Requires 1
| Package | Constraint |
|---|---|
| owebia/magento2-module-shared-php-config | ^6.1.4 |
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Pass | 0 | |
| PHPStan | Fail | 24 | 24 errors (level 5, ruleset: phpstan + bitexpert/phpstan-magento) · +76 advisory to level max |
| Cpd | Pass | 0 | |
| Security | Pass | 0 |
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.