Steps for integration https://docs.octifi.com/woocommerce-integration-guide-sAp5q
=== OctiFi Mobile Payment System for WooCommerce === Contributors: OctiFi Tags: OctiFi payments, woocommerce, payment gateway, installments Requires at least: 5.7.2 Tested up to: 5.7.2 Stable tag: 2.0.9 Requires PHP: 5.5 License: MIT
Allows payments with OctiFi Payment on your WooCommerce website
== Installation ==
= Using The WordPress Dashboard =
- Navigate to the 'Add New' in the plugins dashboard
- Search for 'OctiFi Payment'
- Click 'Install Now'
- Activate the plugin on the Plugin dashboard
= Uploading in WordPress Dashboard =
- Navigate to the 'Add New' in the plugins dashboard
- Navigate to the 'Upload' area
- Select
woocommerce-octifi.zip
from your computer - Click 'Install Now'
- Activate the plugin in the Plugin dashboard
= Using FTP =
- Download
woocommerce-octifi.zip
- Extract the
woocommerce-octifi
directory to your computer - Upload the
woocommerce-cryptapi
directory to the/wp-content/plugins/
directory - Activate the plugin in the Plugin dashboard
== Changelog ==
= 1.0 =
- Initial release.
== Upgrade Notice == = 1.0.2 =
- Country code added to checkout web redirect
= 1.0.3 =
- Saving Checkout token in the order
= 1.0.4 =
- Modal popup option added
= 1.0.5 =
- SDK URL Changed
= 1.0.6 =
- Plugin setting payment type option changed to radio button and changed the labels too.
- Setting the order status as processing for the successful payment instead of completed status.
= 2.0.1 =
- Payment actions(authorize and capture) select option provided.
- If payment option authorize selected, capture will be carried out when order status changed to complete.
- Id payment option capture selected, both authorize and capture will be carried out during the checkout.
= 2.0.2 =
- Bug fixed while displaying error message from payment gateway.
= 2.0.3 =
- Added new feature, now captured status will display in the admin order page and if not captured, admin capture manually.
= 2.0.4 =
- Bug Fixed on automatic capture on order completion
= 2.0.5 =
- Bug Fixed on checkout script rendering, added slashes to the string params
= 2.0.6 =
- Bug Fixed on listing image output
- Bug Fixed on listing price output
- Plugin meta data updated
- TOS links updated
= 2.0.7 =
- changed prfixes
- changed CURL to HHTP API
- changed JS and CSS integration structure
= 2.0.8 =
- changed prfixes
- added sanitization
= 2.0.9 =
- moved shop listing message below price
- removed js console logs
- fixed checkout logo size
= 2.0.10 =
- removed modal pop up functionality
- min summ functionality created
- added option to hide text in archives
= 2.0.11 =
- fixed single product output issue
- changed single product hooks
- fixed JS modal layers issue