amwal / magento-available-rates
Magento 2 module to show available rates for Amwal payment gateway
Installs: 453
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- amwal/payments: *
- magento/framework: *
This package is auto-updated.
Last update: 2025-03-11 09:17:34 UTC
README
Amwal Available Rates is a Magento 2 plugin that allows you to display the available rates for a amwal checkout modal.
Using composer (Recommended)
Go to your magento root directory in your server
Require the composer package
composer require amwal/magento-available-rates:dev-main
Enabling the plugin
From the command prompt or terminal run the following commands to enable the plugin:
- Enable the module in Magento
bin/magento module:enable Amwal_AvailableRates
- Run the Magneto Setup Upgrade command, Compile DI, Deploy static content, and finally flush the cache
bin/magento setup:upgrade && \ bin/magento setup:di:compile && \ bin/magento setup:static-content:deploy && \ bin/magento cache:flush