WooCommerce PayPlug

Accept all credit cards with PayPlug on your WooCommerce site via this secure WooCommerce gateway.

Author:Boris Colombier (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:5.4.10
Plugin version:3.5.3
Added to WordPress repository:19-11-2013
Last updated:23-06-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:72
Rated by:7
Plugin URI:https://wba.fr/woocommerce-payplug/
Total downloads:22 007
Active installs:800+
plugin download
Click to start download

La solution de paiement par carte bancaire la plus simple et
efficace pour votre boutique WooCommerce

PayPlug propose une solution de paiement très avantageuse pour les activités basées en Europe.

  • Pas de frais d’installation
  • Compatible avec WordPress Multisite

Créer un compte PayPlug gratuit

version minimum de WooCommerce : 2.6.0

Personnalisation des champs de checkout

Lors d’une demande de paiement avec PayPlug, certains champs sont obligatoires.
L’adresse, le code postal, la ville et le pays par exemple.
Si vous avez personnalisé votre boutique afin de ne pas demander ces informations, vous devez indiquer des valeurs par défaut via le hook ‘woocommerce-payplug_filter_billing_datas’
ex :
add_filter( ‘woocommerce-payplug_filter_billing_datas’, function($billing_datas){
$billing_datas[‘address1′] = ’empty’;
$billing_datas[‘postcode’] = ‘11111’;
$billing_datas[‘city’] = ’empty’;
$billing_datas[‘country’] = ‘FR’;
return $billing_datas;
});

à placer dans votre fichier functions.php