Skip to content

agmscode/woocommerce-agms

Repository files navigation

WooCommerce Agms Plugin

The WooCommerce AGMS plugin provides Avant-Garde Gateway Payment in WooCommerce.

Installation

Download the woocommerce-agms.zip and unzip it. Copy the wordpress/wp-content/pluggin/woocommerce-agms folder inside pluggin folder of your wordpress install. Enable woocommerce-agms in wordpress administrator panel.

Usage

In Checkout Tab of WooCommerce you will see an option for Agms Gateway

Release Notes

Support for Transaction Processing only.

Documentation

License

See the LICENSE file.

Development

The git repository is configured as Vagrant VM. Fireup with vagrant up

Contributing

  1. Fork it ( https://github.com/agmscode/woocommerce-agms/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request