7 months ago
Adobe Commerce (Magento2): Version 3.2.1
Released: June 18, 2024
This release lets you hide the Place Order button in the REPAY payment method section of checkout.
By default, Magento2 checkout includes a Place Order button in each payment method section. If your theme adds a Place Order button in the checkout order summary, use this option to prevent showing two Place Order buttons.
Release Notes
Ticket | Type | Description |
---|---|---|
ERP-6581 | Feature | Payment Method Setup > Personalization Settings. To hide the Place Order button in the REPAY payment method section, set Never display the button 'Place Order'? to Yes. If desired, set Display Message After Payment to Yes and customize the response message shown after the buyer enters their credit card to explain how to complete the purchase. |
Downloads
Installation
If you have a previous version of the REPAY plug-in installed, remove it first. Use an SSH telnet client like PuTTY to access your Magento files.
To install the plugin:
- Download the REPAY plug-in file and extract the contents.
- Rename the extracted folder to Aps.
- Log in to your Magento server and copy the Aps folder to the following location (create /code/Asi/ if necessary).
/var/www/html/magento2/app/code/Asi/Aps
- Using sudo permissions, set the file permissions for the Aps folder:
sudo find . -type d -exec chmod 775 {} + && sudo find . -type f -exec chmod 664 {} +
- Navigate to the Magento 2 installation folder:
cd /var/www/html/magento2
- Using sudo permissions, run these commands, in order, to complete the installation.
sudo bin/magento cache:disable sudo bin/magento setup:upgrade sudo bin/magento setup:di:compile sudo bin/magento cache:enable sudo bin/magento cache:flush
The REPAY Magento installation is complete.