Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

FB GoCardless Hosted for Gravity Forms

Beskrivning

This plugin provides the functionality to set up direct debit payments through GoCardless. It requires Gravity Forms and a GoCardless account.

Skärmdumpar

Installation

  1. Upload fb-gforms-gocardless-hosted to the /wp-content/plugins/ directory
  2. Activate the plugin through the ’Plugins’ menu in WordPress
  3. Add the GoCardless access token in your wp-config.php file with:
    define( ’FB_GF_GOCARDLESS_HOSTED_READWRITE_TOKEN’, ’insert-token-here’ );
  4. Set the GoCardless connection live in your wp-config.php file with:
    define( ’FB_GF_GOCARDLESS_HOSTED_ENVIRONMENT’, ’live’ );
  5. Edit the Gravity Form you would like to collect the direct debit through
  6. Add a GoCardless feed from Settings > GoCardless Hosted

Recensioner

19 januari 2019
It's great to have this as I managed to get the job done using this plugin but it's quite basic - clearly a candidate for a premium plugin and I'd happily pay a something for a well-supported plugin with more options and more detailed documentation.
Läs 1 betyg

Bidragsgivare och utvecklare

”FB GoCardless Hosted for Gravity Forms” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Ändringslogg

1.0

  • Initial release

1.1

  • Update GoCardless dependencies

1.1.5

  • Fix several bugs that prevented the correct creation of recurring payments – thanks to markbarnes for flagging these.