Description
PixelcraftDev Confirm Payment allows your WooCommerce customers to submit bank transfer payment confirmations directly on your website.
How to configure
- Install and activate WooCommerce.
- Enable WooCommerce Settings Payments Direct bank transfer (Bacs).
- Go to Confirm Payment Settings in wp-admin.
- Add your bank accounts (name, account number, bank, optional logo and branch).
- Optionally enable PromptPay QR Code: enter your PromptPay ID (mobile or national ID) and account name.
- Choose the Confirm Payment page (created automatically on activation) or use a shortcode on any page.
- Customize form appearance, email notifications, and success popup as needed.
How to use
- Customers place a Bacs order, then submit payment details on the Confirm Payment form (name, phone, order, amount, bank, date/time, optional slip).
- Store admins review submissions under Confirm Payment Payment List and approve or cancel each payment.
- Approved payments update the related WooCommerce order status and trigger email notifications.
- Customers can view their submission history in My Account Payment History.
Shortcodes
[pxcraft_confirm_payment_form]— full payment form (English labels)[pxcraft_confirm_payment_form lang="th"]— Thai labels[pxcraft_confirm_payment_form order_id="123"]— pre-selected order[pxcraft_confirm_payment_button]— link button to the confirm payment page
Website: https://supapongai.com
Features
- Add unlimited bank accounts with logo upload
- Optional PromptPay QR Code — customers scan to pay the exact transfer amount
- Protect against fake payment confirmations — accept or reject submissions
- Customers can view payment status and history
- Override email templates
- Email notifications for admin and customer
- Payment history logged in WooCommerce order notes
- Calendar date/time picker for transfer date
- Customizable success popup (font, colors) from admin settings
External services
This plugin does not contact external servers automatically. No customer, order, or admin usage data is transmitted to third-party services.
All JavaScript, CSS, images, and fonts are loaded from the plugin directory on your own site.
Bundled libraries (local only, no network requests):
- SweetAlert2 — success popup on the payment form (MIT license)
- Flatpickr — date/time picker on the payment form (MIT license)
- QRCode.js — PromptPay QR generation on the payment form (MIT license)
Bundled admin images (local only):
- Language flag icons (
th-flag.png,gb-flag.png) - Admin header logo and footer mascot image
Optional local font files may be placed in assets/fonts/. When a selected font has a matching CSS file in that folder, it is loaded from your site. No Google Fonts or other remote font CDNs are used.
Admin footer links to the developer website and LINE contact are optional manual links only. They do not load tracking scripts or send site data.
Screenshots





Installation
- Upload the
pixelcraftdev-confirm-payment-for-woocommercefolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Ensure WooCommerce is installed and Direct bank transfer (Bacs) is enabled
Reviews
Contributors & Developers
“PixelcraftDev Confirm Payment for Woocommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “PixelcraftDev Confirm Payment for Woocommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.9
- Fixed PromptPay icon upload: Change and Remove buttons stay visible after uploading
1.0.8
- Fixed PromptPay icon upload not opening the WordPress media library
1.0.7
- Admin can upload a custom PromptPay icon in settings
- Falls back to the bundled default PromptPay icon when no custom icon is set
1.0.6
- Added PromptPay QR Code payment option with dynamic amount QR generation
- Admin settings for PromptPay ID and account name
- PromptPay displays as a selectable payment card alongside bank accounts
- Click PromptPay icon to show QR popup with transfer amount
- WooCommerce HPOS (High-Performance Order Storage) compatibility declared
- Bundled qrcode.js for client-side QR generation (no external API calls)
- Replaced legacy shop_order queries with wc_get_orders() for HPOS support
1.0.5
- WordPress.org compliance: text domain, security hardening, removed custom CSS field
- Local-only assets for admin images and fonts
- Requires Plugins: woocommerce header added
1.0.4
- Added flatpickr calendar picker for transfer date/time fields
- Added popup font, font size, and button color settings in admin
- Bundled SweetAlert2 and Flatpickr as local assets
- Fixed date/time validation condition mismatch
- Fixed post status max-length issue (pxcraft-pending)
- Fixed AJAX form submission to always use FormData
1.0
- Initial release by Supapong (https://supapongai.com)