Plugin info

Total downloads: 2,642
Active installs: 400
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 3/9/2021 (1815 days ago)
Added to WordPress: 12/11/2020 (5 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 5.6.16
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1815 days ago • 1 reviews

22/100

Is Payment Gateway for Cpay with WooCommerce abandoned?

Possibly abandoned (last update 1815 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 5.6.16
Requires PHP: 7.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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.

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Plugin Name screen to configure the plugin
  4. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

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