Description
Accept AmpaCash payments on your WordPress site seamlessly.
Veprap WordPress AmpaCash Payment Plugin
Veprap WordPress AmpaCash Payment Plugin is a WordPress plugin that enables merchants to accept payments through AmpaCash on their WordPress websites.
Getting Started
Before using the plugin, merchants need to sign up for an AmpaCash account at AmpaCash Merchant Registration. Once registered, follow the steps below:
- Activate the Veprap WordPress AmpaCash Payment Plugin in the WordPress admin panel.
- Configure the plugin settings by entering your AmpaCash Merchant ID in the woocommerce > payment tab.
- Turn on the AmpaCash Payment Method.
- Enter your Merchant ID that you have obtained after signing up and the email address that you used.
Usage
Once activated, the plugin adds a pay button to the checkout screen. Customers can pay using AmpaCash by following these steps:
-
Install the AmpaCash app on their mobile device:
-
Load money into their AmpaCash account and complete the verification process within the app.
-
On the merchant’s website:
- Customers will see the AmpaCash pay button during the checkout process.
- Clicking the button will prompt users to enter their AmpaCash PIN generated in the AmpaCash app.
-
Complete the payment using the AmpaCash PIN.
Support and Feedback
For support and inquiries, please contact us at [email protected].
If you encounter any issues or have suggestions for improvements, feel free to contact us via support: https://www.ampacash.com/landingpage/support.
External Script Usage
This plugin includes JavaScript files that are built using Angular. The source files, excluding proprietary code, are available on our GitHub repository.
Source Code
- Source code for
veprap.js
can be found in thesrc/
directory of the GitHub repository. - Unminified versions of
intlTelInput.js
and other libraries are also included in thesrc/
directory.
The compressed file ampacash-veprap-payment/js/veprap.js
is generated by building the public Angular project following the instructions in the readme file on GitHub. This generates a standalone file of the entire Angular project.
Build Instructions
To build the JavaScript files from source, follow these steps:
1. Clone the repository: git clone https://github.com/ahsanampacash/ampa-cash-veprap.git
2. Navigate to the project directory: cd ampa-cash-veprap
3. Follow the instructions in the README.md
file to install dependencies and build the project.
Local Files
The plugin now includes all required scripts and styles locally:
– ampacash-veprap-payment/js/intlTelInput.js
– ampacash-veprap-payment/js/veprap.js
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this plugin. If not, see https://www.gnu.org/licenses/.
Development
We encourage developers to contribute to the development of this plugin. You can find the source code and instructions on our GitHub repository.
Reporting Issues
If you encounter any issues or have suggestions for improvements, please report them at [email protected].
Screenshots
Installation
- Upload the
ampacash-veprap-payment
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use the classic checkout instead of the block checkout. Go to checkout page, edit it, and switch to “Classic Checkout” instead of block-based checkout.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“ampacash-veprap-payment” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “ampacash-veprap-payment” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.8
- Fixed the conflict with other payment methods i.e. Stripe.
2.7
- Added error validation: Users must ensure the phone number and name entered match exactly with the details registered in their AmpaCash account.
2.6
- Fixed compatibility with other payment plugins.
2.5
- Fixed compatibility with other payment plugins.
2.4
- Added video tutorial to instructions.
2.3
- Updated ‘Tested Up To’ value to 6.5.
2.2
- Updated
intlTelInput
library to the latest stable version. - Included source files for all compressed JavaScript and CSS files.
- Removed external dependencies and included all files locally.
- Changed function names to use unique prefixes.
- Added plugin logo.