coddin / magento2-cartbridge
CartBridge by Coddin
Package info
github.com/coddin-web/magento2-cartbridge
Type:magento2-module
pkg:composer/coddin/magento2-cartbridge
1.0.5
2022-04-28 13:33 UTC
Requires
- php: >=7.4.0
README
Magento 2 CartBridge
A module to easily add items to an existing Guest/Customer cart programmatically
The only dependency it has is: it has to know about the current Session, either by already being in a programmatic environment that is aware of the current session, or by an AJAX call that has the xhrClientCredentials added to the call
e.g. (jQuery)
xhrFields: {
withCredentials: true
},
Installation
$ composer require coddin/magento2-cartbridge
Testing
The tests can be run within a Magento 2 instance by using this command:
./vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist vendor/coddin/magento2-cartbridge/Test/Unit