
內容簡介
CheckFlow 是一款輕量級的 WooCommerce 結帳優化外掛,旨在減少購物車放棄率並提高轉換率,無需任何配置即可立即使用。
【主要功能】
• 多步驟結帳流程
• 伺服器端 AJAX 驗證
• 信任徽章顯示
外掛標籤
開發者團隊
② 後台搜尋「CheckFlow – Multi-Step Checkout & Trust Badges for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
CheckFlow is a lightweight WooCommerce checkout optimizer that helps you reduce cart abandonment and improve conversions — with zero configuration required.
Multi-Step Checkout
Split the overwhelming single-page WooCommerce checkout into a clean, guided three-step flow:
Information — billing and shipping address
Shipping — shipping method selection
Payment — payment method and place order
Three progress indicator styles included:
Step Bubbles — numbered circles with connector lines
Progress Bar — smooth animated fill bar
Minimal — clean numbered steps only
Each step is validated server-side via AJAX before the customer can advance — no full page reload required.
Trust Badges
Display security and guarantee icons directly on the checkout page to reassure hesitant buyers at the most critical conversion moment. Five built-in badges:
🔒 Secure Checkout
🛡️ SSL Encrypted
↩️ Money-Back Guarantee
💬 24/7 Support
🚚 Fast Shipping
Choose which badges to show and where to display them — below the Place Order button or below the Order Total.
Why CheckFlow?
No page reload — AJAX step validation keeps customers in flow
Zero config — works immediately after activation
Lightweight — assets load only on the checkout page
Developer-friendly — filter hooks for every key behaviour
Template override — copy templates to your theme for full customisation
WPCS compliant — follows WordPress coding standards
HPOS compatible — supports WooCommerce High-Performance Order Storage
Developer Hooks
Actions:
checkflow_loaded — fires after plugin initialises
checkflow_step_validated — fires after a step passes validation
checkflow_activated — fires on plugin activation
Filters:
checkflow_checkout_steps — modify the step definitions array
checkflow_progress_style — override the progress style
checkflow_step_field_map — modify required fields per step
checkflow_trust_badge_definitions — add or modify trust badges
Template Overrides
Copy any template from wp-content/plugins/checkflow-for-woocommerce/templates/ to wp-content/themes/your-theme/checkflow/ and modify freely. Plugin updates will never overwrite your copies.
checkout/step-nav.php — step progress indicator
checkout/trust-badges.php — trust badges container
