Beschrijving
Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.
Payment Gateway for Cpay with WooCommerce
Beschrijving
Implements cPay Payment Gateway CaSys, for your WooCommerce shop to make payments.
You can check the payment documentation here.
If the transaction is successful, the order status will be changed to processing. If the transaction failed, the order status will be changed to canceled. If something is wrong with the connection between your server and the cPay server the order status will be changed to on-hold. After successful transaction the customer is redirected to the default WP success page.
Installatie
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin files to the
/wp-content/plugins/plugin-namedirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Plugin Name screen to configure the plugin
- (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
Beoordelingen
Bijdragers & ontwikkelaars
“Payment Gateway for Cpay with WooCommerce” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Payment Gateway for Cpay with WooCommerce” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.2
- Add support for different currencies through the dashboard
1.1
- Add filter for Cpay currency
casys_order_currency - Add filter for order total
casys_order_total - Example
add_filter('casys_order_total', function( $total ) { return $total * 61.5; } ); - Example
add_filter('casys_order_currency', function( $currency ) { return 'MKD'; } );
1.0.1
- Fix wording
- Add filter for Cpay endpoint
cpay_payment_endpoint
1.0.0
- Initial version




