Download the PHP package swisspost-yellowcube/magento2-yellowcube without Composer
On this page you can find all versions of the php package swisspost-yellowcube/magento2-yellowcube. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download swisspost-yellowcube/magento2-yellowcube
More information about swisspost-yellowcube/magento2-yellowcube
Files in swisspost-yellowcube/magento2-yellowcube
Package magento2-yellowcube
Short Description Magento2 extension for YellowCube from SwissPost AG - Switzerland.
License OSL-3.0
Homepage http://www.yellowcube.ch
Informations about the package magento2-yellowcube
Magento 2 integration module for YellowCube from Post AG - Switzerland
License
This extension is licensed under OSL v.3.0 Some classes and javascript contain a MIT license.
System requirements
- Magento CE >= 2.3
- PHP >= 7.1 (as required by Magento 2.3)
- PHP Soap, DOM Library, mbstring,
- Cron enabled and configured for Magento 2
This relies on the new MessageQueue component in Magento 2.3 to synchronize data asynchronously. It defaults to the MysqlMq implementation, which has a known issue: https://github.com/magento/magento2/issues/21904.
Alternatively, override it to use the RabbitMQ adapter. @todo: Define how.
The store locale must be set to a locale supported by YellowCube (DE/FR/IT/EN-GB).
Installation
composer require swisspost-yellowcube/magento2-yellowcube
./bin/magento module:enable Swisspost_YellowCube
./bin/magento setup:upgrade
To add the Patch for MysqlMq:
Configuration
In Menu Stores > Configuration > Sales > Shipping Methods
. enable YellowCube and configure it based on the received
information.
In Menu Stores > Stocks
, create a Stock that contains at least the automatically created YellowCube source.
Important: After code changes and deployments, the message queue processor that magento automatically starts on cron must be restarted.
User Manual / Configuration Manual
@TODO
Custom shipping methods
The known shipping methods can be extend in app/etc/config.php, Example:
It is also possible to export the whole configuration and then adjust it. See
Automated tests
Tu run tests, follow the steps on https://devdocs.magento.com/guides/v2.3/test/integration/integration_test_execution.html, set testsuites to: