bluefinchcommerce / module-checkout-rvvup
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Language:Vue
Type:magento2-module
Requires
- bluefinchcommerce/module-checkout: ^1.0
- magento/framework: *
Requires (Dev)
- dev-develop
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.0
- dev-feature/license
- dev-feature/update-readme-with-license-badge
- dev-main
- dev-develop-bluefinch
- dev-feature/update-contributing-doc
- dev-bugfix/rvvup-modal-styles
- dev-bugfix/rvvup-modal-styles-override
- dev-feature/circle-ci-update
- dev-feature/rename-layout-file
- dev-go-live-day
- dev-remove-private-dependencies
- dev-bugifx/iframe-styles-fixes
This package is auto-updated.
Last update: 2025-05-09 13:43:45 UTC
README
Checkout Rvvup Module
Requirements
- Magento 2.4.6 or higher
- Node 16 or higher (for development purposes only)
- Latest version of BlueFinch Checkout
Installation
Ensure you have installed the latest version of BlueFinch Checkout, which can be found here, BlueFinch Checkout.
To install the Checkout Rvvup module, run the following command in your Magento 2 root directory:
composer require bluefinch/module-checkout-rvvup
Checkout Rvvup follows the standard installation process for Adobe Commerce.
For information about a module installation in Adobe Commerce, see Enable or disable modules.
Remember to clear any appropriate caches.
Once installed the module follows the same configuration settings as prescribed by the official rvvup integration documentation, see Rvvup for Magento.
Local frontend development workflow
Please refer to the local frontend development workflow section of the BlueFinch Checkout contributing guidelines, that applies to all BlueFinch Checkout extension modules, such as this one.
CircleCi
CircleCi is a tool for us to use to allow for tested to be run on our modules before they are deployed.
This template comes with EsLint and PHPStan.
You can add more tests to this if you need to.
Testing your module locally
You can test CircleCi before you push your code.
To do this you need to install circleci locally.
brew install circleci
Then once this has been installed in the main directory of your package then.
circleci local execute