Moyasar Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Payments with Ease
A comprehensive set of payment solutions that allows you to easily accept and track your transactions.
Accept e-Payments in your WooCommerce store using Moyasar’s plugin.
Features
- Credit Card (Visa, MasterCard, Mada and American Express)
- Apple Pay
- STC Pay
This plugin support both Classic and Blocks:
- Blocks: Developed using React JS.
Path: assets/js/blocks/src and the compiled file is assets/js/blocks/dist/index.js - Classic: Implemented natively.
Path: assets/classic
both approaches use general functions and classes in the general folder
Third-Party Services
This plugin relies on the following third-party services:
-
Moyasar Payment Gateway
This plugin integrates with Moyasar for processing payments.- Service URL: https://moyasar.com
- Terms of Service: https://moyasar.com/legal/terms
- Privacy Policy: https://moyasar.com/legal/privacy-policy
Moyasar API is used for processing payments and communicating transaction data.
-
Apple Pay
This plugin uses Apple Pay for processing payments on supported devices.- Service URL: https://developer.apple.com/apple-pay/
- Terms of Service: https://developer.apple.com/terms/
- Apple Pay API Usage Guidelines: https://developer.apple.com/apple-pay/acceptable-use-guidelines-for-websites/
The Apple Pay SDK is loaded from Apple’s CDN to enable Apple Pay functionality in supported browsers.
By using this plugin, you agree to the terms and conditions of these third-party services.
F. A. Q.
For more information, please visit: our website (https://moyasar.com/)
Development
The source code of the complied code for this plugin is available in the assets/blocks/src/
directory.
To build the plugin:
1. Ensure you have Node.js and npm installed.
2. Run npm install
to install dependencies.
3. Run npm run build
to compile the assets.
The webpack configuration can be found in webpack.config.js
in the plugin’s root directory.
For more information on the development process or to contribute, please visit our GitHub repository: https://github.com/moyasar/moyasar-woocommerce-plugin