Download the PHP package twint-ag/twint-magento-extension without Composer
On this page you can find all versions of the php package twint-ag/twint-magento-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package twint-magento-extension
TWINT Payment Module for Magento 2
This module provides seamless integration of the TWINT payment gateway with your Magento 2 store. It supports both Regular and Express Checkout payment methods, offering a flexible and secure payment solution for your customers.
Key Features
- Regular Payment: Customers can use TWINT to complete purchases through the standard checkout process.
- Express Checkout: A fast checkout option for customers, to shorten the checkout process.
Language Support
This module supports the following languages:
- English (en_US/en_GB)
- German (de_DE/de_CH)
- French (fr_FR/fr_CH)
- Italian (it_IT/it_CH)
Adding or Customizing Languages
To customize or add language support, follow these steps:
- Locate Language Files: Translation files are located in the
i18n
folder. - Edit or Add Translations: use existing CSV files or create a new CSV for your desired language, following the Magento 2 translation format.
- Deploy Static Content (if in production mode):
bash
composer install twint-ag/twint-magento-extension
bash
bin/magento module:enable Twint_Magento
bash
bin/magento setup:upgrade && bin/magento setup:di:compile
bash
bin/magento setup:static-content:deploy
bash
bin/magento cache:clean && bin/magento cache:flush
## Configuration
- Navigate to TWINT settings:
In your Magento admin panel, select TWINT from the main left sidebar. - Set Up TWINT Credentials:
Under the TWINT Credentials section, upload your TWINT certificate file and provide the necessary account details, including API credentials, to complete the integration setup. - Configure Payment Methods:
Navigate to TWINT Checkout and TWINT Express Checkout sections to configure the available payment options. Customize settings such as payment flow, button placement for Express Checkout, and other relevant details according to your store’s needs. - Save Configuration:
After completing the setup in each section, click Save to apply the changes.
Usage
Once installed and configured, TWINT will appear as a payment option in your Magento store during checkout. Customers can select TWINT, either for the full regular checkout process or via the streamlined Express Checkout button.
Support
For any issues or feature requests, please submit a GitHub issue or contact our support team at [email protected].
License
This module is licensed under the MIT License. See the LICENSE file for more details.