superpayments / superpayment-bsscommerce
SuperPayments Bss One Step Checkout Compatibility Module
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 1
Language:JavaScript
Type:magento2-module
Requires
- bsscommerce/module-one-step-checkout: *
- superpayments/superpayment: >=2.6.7
This package is auto-updated.
Last update: 2025-04-16 04:01:10 UTC
README
Requirements
This plugin supports Magento2 version
- Magento >=2.4
- PHP >= 7.4
Prerequisites
Install the SuperPayments Magento 2 Module
composer require superpayments/superpayment "^2.6.7"
How to install compatibility module using Composer:
- Open a terminal and run the following command in your Magento directory:
composer require superpayments/superpayment-bsscommerce "^1.0"
- Set up the module by running the following commands:
php bin/magento module:enable Superpayments_BssOneStepCheckout
php bin/magento setup:upgrade
php bin/magento cache:flush
- If you run Magento in production mode, you also must compile and deploy the module's static files:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy