amwal/magento-available-rates

Magento 2 module to show available rates for Amwal payment gateway

dev-main 2024-04-17 11:04 UTC

This package is auto-updated.

Last update: 2024-04-18 07:44:35 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:

  1. Enable the module in Magento
bin/magento module:enable Amwal_AvailableRates
  1. 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