이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

GNU Taler Payment Gateway for WooCommerce

설명

This plugin provides a safe and secure way to pay via the GNU Taler system. The plugin sends a request to, and receives a response from, the GNU Taler Backend.

Next, the plugin confirms the transaction again and redirects the customer to his own wallet to confirm the transaction.

The plugin also provides the possibility for the administrator to send the custumer a refund.

For refunds, the plugin sends a refund request to the GNU Taler back-end and receives a refund-URI. This URI is forwarded to the customer via an e-mail to confirm the refund.

설치

  1. Ensure you have latest version of WooCommerce plugin installed
  2. Upload (or copy) the plugin directory (GNU-Taler-Payment-Gateway) to the /wp-content/plugins/ directory of your WordPress/WooCommerce site, or install the plugin through the WordPress plugins interface at <your-site>/wp-admin/plugins.php.
  3. Activate the GNU Taler Payment Gateway for WooCommerce plugin through the ‘Plugins’ screen in WordPress.
  4. In the WordPress interface, navigate to WooCommerce -> Settings-> Payments tab. Locate the GNU Taler Gateway entry and click the Set up button to configure the plugin.

FAQ

Q: Do I have to have a GNU Taler account to test the plugin?

A: Yes, you need to have a “bank” account to withdraw cash. You can setup one easily at: https://bank.demo.taler.net/

Q: Does the customer need to have the GNU Taler Wallet installed to pay with GNU Taler?

A: Yes, the customer needs the GNU Taler Wallet. The customer can get a wallet here: https://wallet.taler.net/

Q: Can the plugin work without WooCommerce

A: For the plugin to work correctly you need to have the WooCommerce plugin installed on a WordPress site

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“GNU Taler Payment Gateway for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “GNU Taler Payment Gateway for WooCommerce”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.9.4

  • Use billing address in contract if shipping address is not given

0.9.3

  • Fix log logic
  • Fix header transmission

0.9.2

  • Improve comments about settings, especially explain “secret-token:” prefix.
  • Automatically add “Bearer” to “Authorization” header.
  • Minor refactoring to match contemporary plugins better.

0.8.0

  • Adaptations to GNU Taler Merchant API 1:0:0
  • Ensure plugin follows WordPress guidelines. First upload to WordPress.