Install Guide
These are installation steps to set up the Tiptop Payment Method module in your Magento 2 (Adobe Commerce) store.
To install the Tiptop Payment Method module in Magento 2 (Adobe Commerce), follow these steps:
- Get the Extension: Download the Tiptop module from the Adobe Commerce Marketplace (or other source).
- Enable Maintenance Mode:
bin/magento maintenance:enable
- Install the Module:
If using Composer:
composer require tiptop/module-paymentgateway
If manually:
Put the extension files at app/code/Tiptop/PaymentGateway.
4. Run Setup Commands:
bin/magento setup:upgrade && php bin/magento
setup:di:compile && php bin/magento
setup:static-content:deploy -f
bin/magento cache:clean
bin/magento maintenance:disable
- Verify the module in the admin panel and configure as needed.