
內容簡介
總結:「Additional Checkout Fields for Woo」是一個輕巧且直覺的外掛程式,讓您輕鬆地在 WooCommerce 結帳頁面上新增額外的欄位。您可以收集額外的聯絡資訊、連結、說明或其他自訂資料,而不需要修改主題或編寫新的程式碼。
問題與答案:
1. 這個外掛程式能幫助您在哪個網站上新增額外的欄位?
- 這個外掛程式可以幫助您在 WooCommerce 結帳頁面上新增額外的欄位。
2. 這個外掛程式有哪些主要功能?
- 它提供九種常見的欄位類型,如標題、文字、數字、電子郵件、網址、核取方塊、單選按鈕、下拉式選單和文字區域。每個欄位支援自訂欄位標籤、提示文字、必要/選擇性切換和自訂段落標題。
- 欄位在 WooCommerce 管理員中是可見並可編輯的,您可以輕鬆查看訂單管理頁面上的自訂欄位資料,並直接在訂單頁面上編輯自訂資訊,無需額外的導覽。
- 安裝與設定簡單,選擇您的欄位、自訂它們,它們立即出現在您的結帳表單上。
- 輕巧且兼容現代 WooCommerce 和 WordPress 標準,為速度和相容性而設計。
外掛標籤
開發者團隊
② 後台搜尋「Additional Checkout Fields for Woo」→ 直接安裝(推薦)
原文外掛簡介
Additional Checkout Fields for Woo is a lightweight, intuitive plugin that allows you to effortlessly add extra fields to your WooCommerce checkout page. Collect extra contact info, links, instructions, or any other custom data without modifying your theme or writing new code.
🔥 Simple, Flexible, and Built for WooCommerce
The default WooCommerce checkout form doesn’t always fit every store’s needs. This plugin gives you the tools to expand your checkout form, keeping the process smooth for customers and organized for admins.
🚀 KEY FEATURES
✅ Add Nine Field Types to Checkout
Choose from the most commonly needed field types:
Heading
Text
Number
Email
URL
Checkbox
Radio button
Dropdown
Text Area
Each field supports:
Custom field label
Placeholder text
Required/optional toggle
Custom section title (e.g., “Additional Info”)
✅ Fields Are Visible and Editable in the WooCommerce Admin
Easily view custom field data on the order admin page.
Edit the custom information directly on the order page
Keep all checkout data in one place—no additional navigation needed.
✅ Error-Free Simplicity
The setup is simple and just works. Choose your fields, customize them, and they appear instantly on your checkout form.
✅ Designed for Speed & Compatibility
Lightweight and built for compatibility with modern WooCommerce and WordPress standards.
Development
This plugin uses Laravel Mix (Webpack) for asset compilation. The source files for JavaScript and CSS are located in the src/ directory:
JavaScript source files: src/js/
SCSS source files: src/scss/
To build the assets:
Install dependencies:
npm install
Build for development:
npm run dev
Build for production:
npm run prod
Watch for changes during development:
npm run watch
The compiled assets are generated in the assets/ directory.
