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

SEPA QR-Code for Woocommerce

설명

This free plugin adds a SEPA (Single Euro Payments Area) QR code to the WooCommerce emails and order confirmation screen.
This allows you to provide an easy payment solution for your customers for free. You don’t have to pay for a subscription
with a payment provider and your customers can use their bank’s mobile app to pay.

Keep in mind that the SEPA QR code only works for payments in Euro.

Also, if you have multiple bank accounts in your WooCommerce settings, the first one will be used (may change in the future).

Usage

Just install the plugin and activate it.

Settings

In the WordPress settings, a “SEPA QR” menu item will be added. There you can choose whether or not to store the
generated QR codes as an image (a PNG file). This is necessary for some email clients (like GMail) that won’t render Base64
encoded images.

Translation

Currently, English, Dutch, French and German are supported.

Development

Development happens in the GitHub
repository. The SVN
repository is for releases only.

FAQ

I can’t see the QR-Code in a specific email client

In the WordPress admin UI, go to Settings > SEPA QR and enable the option to store the QR codes as images.

What about privacy / GDPR

The plugin creates the QR-Code on your server and it does not use any external resources. However,
when using the option to store the QR codes as images, this means the QR codes remain on your server.
I have yet to implement a cleanup solution. But even with a cleanup solution, the images will probably
remain on your server for some time (and be sent across the internet to your mail server). I’m not lawyer,
but it seems wise to inform your customers about this.
A more future proof solution may be to replace the QR code in the email with a link to a page hosted
by your website with the QR code.

후기

2025년 9월 8일 답글 3개
Sorry, but plugin is too basic and you can’t make any configurations…
2025년 8월 18일 답글 1개
As QR codes for simple bank transfer become more and more common, I’ve tested a few other plugins with similar functionality and this seems to be the best. The QR code is nicely integrated into the confirmation page and customer email, and it works just fine (tested with German banking app). Note: This is a more recent and up-to-date fork of the plugin “SEPA QR-Code for Woocommerce (GDPR-compliant)” which currently has more active installations but is abandoned.
모든 3 평가 읽기

기여자 & 개발자

“SEPA QR-Code for Woocommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“SEPA QR-Code for Woocommerce”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “SEPA QR-Code for Woocommerce”(을)를 번역하세요.

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

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

변경이력

2.3.1

  • Add missing src folder

2.3.0

  • Allow separate text for thank you page and confirmation email.
  • Render newlines correctly in thank you page and confirmation email.
  • Refactored settings code.

2.2.0

  • Fixed loading translations
  • Allow setting payment text
  • Allow setting QR code size

2.1.2

  • Fixed translations by giving the language files the correct name.

2.1.1

  • Fixed version numbering

2.1.0

  • Added French and German translations

2.0.3

  • Bumped version number in correct places

2.0.2

  • Fixed issue with WP file system not being initialized.

2.0.1

  • Fixed issues found by Plugin Check

2.0.0

  • Revamped readme
  • Renamed text domain
  • Added Dutch language

1.0.4

  • initial commit to the wordpress directory