前言介紹
- 這款 WordPress 外掛「Product Fields, Addons and Price Calculator for WooCommerce」是 2022-04-08 上架。
- 目前有 1000 個安裝啟用數。
- 上一次更新是 2024-04-29,距離現在已有 369 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
- 有 44 人給過評分。
- 論壇上目前有 3 個提問,問題解答率 33%
外掛協作開發者
外掛標籤
woocommerce custom fields | woocommerce product price | WooCommerce product fields | woocommerce custom price field | woocommerce personalized product |
內容簡介
WC Kalkulator(WCK)是一個 WordPress 外掛,擴展了 WooCommerce,使其能夠在產品和訂單中使用自訂額外字段。
額外的商品字段可用於計算商品價格並保存訂單詳細信息。
絕對免費的外掛帶有 PRO 功能
23 個字段類型以獲取客戶輸入
基於公式、條件表示式或價格添加(產品添加)的價格計算。
如果您欣賞我的工作 - 請買杯咖啡或通過 PayPal 捐款
通過任何方式出售產品。您不限於銷售長度、面積、體積等。您可以決定價格將如何計算。WooCommerce 產品字段和價格計算器外掛允許完全自由地定義字段和計算自定義價格的公式。您可以在商店中創建個性化的產品。
文檔
wckalkulator.com 上的文檔
github.com/piatkowski 上的文檔
22 個字段類型(全部免費)
1. 附件(URL/文件)
2. 多選框
3. 多選框(組)
4. 選色器
5. 選色板
6. 日期選擇器
7. 日期範圍選擇器
8. 下拉列表
9. 電子郵件輸入
10. 標題
11. 隱藏
12. HTML
13. 圖片選擇器
14. 圖像選色器
15. 鏈接
16. 數字
17. 段落
18. 單選框
19. 選擇
20. 文本區域
21. 文本輸入
22. 圖像上傳
23. 公式值
= =
定義
字段-用於在 WooCommerce 產品頁面上獲取用戶輸入。自定義字段可用於計算價格(在公式中使用)
字段集-商店經理可以創建字段集(包含不同的字段)來計算產品價格的表達式(公式)。Fieldset 必須至少有一個字段和表達式(公式)。
表達式/公式-用於計算 WooCommerce 自定義價格的數學和/或邏輯表達式。表達式可以是單行、條件價格添加(產品添加)。表達式受保護,僅在服務器端計算。
驗證-每個字段都有特定的要求,以滿足驗證。不正確的值使計算 WooCommerce 自定義價格和添加產品到購物車變得不可能。
全局參數-是數字變數,可以在所有字段集中用於公式。
公式/表達式生成器
使用字段值作為變量來計算產品價格。 拖放條件語句。
您可以使用產品添加功能將額外費用添加到產品普通價格中。
價格添加(Product Add-Ons)
使用自定義字段建立產品添加(Product Add-Ons)。
顯示字段
將字段分配給產品、類別或產品標籤。包含/排除選項。
大量分配。
驗證
每個字段都有內置的驗證測試以驗證用戶輸入。您可以定義其他條件。
受保護的公式
價格僅在服務器端計算,因此客戶無法查看確切的表達式。
高級自定義
字段 HTML 模板可以在您的佈景主題文件中超載。每個字段都有 CSS 類可以設置自定義樣式。
功能
原文外掛簡介
WC Kalkulator (WCK) is a WordPress plugin which extends the WooCommerce to use custom extra fields with products and orders.
Extra product fields can be used to calculate product price and save information in order details.
Absolutely FREE plugin with PRO features
23 field types to get customer input
Price calculation based on formula, conditional expression or price add-ons (product addons).
If you appreciate my work – Buy me a Coffee or Donate via PayPal
Sell products by anything. You are not limited to sell only by length, area, volume, etc. You decide how the prices will be calculated. WooCommerce Product Fields and Price Calculator plugin allows full freedom to define fields and formulas for calculating custom price. You can create a personalized product in your store.
Documentation
Documentation @ wckalkulator.com
GitHub @ github.com/piatkowski
22 Field Types (ALL FREE)
1. Attachment (URL/File)
2. Checkbox
3. Multi checkbox (group)
4. Color Picker
5. Color Swatches
6. Date Picker
7. Date Range Picker
8. Dropdown
9. E-mail input
10. Heading
11. Hidden
12. HTML
13. Image Select
14. Image Swatches
15. Link
16. Number
17. Paragraph
18. Radio
19. Select
20. Textarea
21. Text input
22. Image upload
23. Formula Value
= =
Definitions
Field – is used to get user’s input on the woocommerce product page. Custom Field can be used to calculate the price (is used in formula)
Fieldset – store manager can create the fieldset (set of custom product fields) which consists of different Fields. Fieldset must have at least one Field and the expression (formula) to calculate the product price
Expression/Formula – mathematical and/or logical expression using to calculate the woocommerce custom price. The expression can be single-line, conditional price addons (product addons). Expression is protected and calculated only server-side.
Validation – each Field has specific requirements to be met. Incorrect values make it impossible to calculate the woocommerce custom price and add the product to the cart.
Global Parameters – are numeric variables which can be used in formulas across all fieldsets.
Formula/Expression Builder
Use field’s values as variables to calculate product price. Drag&drop conditional statements.
You can use product addons to add extra price to the product regular price.
Price Add-Ons
Use custom fields to make Product Addons.
Display Fields
Assign fields to products, categories or product tags. Include/exclude options.
Mass assignment.
Validation
Each field has built-in validation tests on user input. You can define additional conditions.
Protected Formula
The price is calculated server-side only, so the Client can’t see exact expression.
Advanced Customization
Field HTML templates can be overloaded in your theme file. Each field has CSS class to set custom styles.
Functions
You can use basic math functions in the formula. Fields such as Multi-checkbox, Date Picker, Date Range Picker has additional functions to get sum, min, max value or get date, days between dates values as number.
Global Parameters
You can define numeric variable across all fieldsets. You can modify all prices by global parameters.
Cart
The customer can edit product options after adding to cart.
Integration with ACF
You can use acf('field_name') function to get ACF field value in custom price formula.
Compatibility
multisite mode is supported
product shortcodes
translation
virtual and variable products are supported
product regular and sale prices are supported
product tags and attributes
use product attributes in formulas
ACF supported
More Features
define unlimited fieldsets with unlimited fields
fields are displayed in product page, cart and order details,
expression builder
define single-line expression to calculate the price
define unlimited conditional expressions to calculate the price
attach fieldset to: all products/catgories/tags, selected products/categories/tags
supported variable products
supported multisite
the plugin is translatable
every field has built-in validation tests
the product will be removed from user’s cart when shop manager updates the fieldset settings
product shortcodes are supported
the formula is protected and will not be shown to the user – the price is calculated only server-side
regular and sale price are supported
supported price filters
customizable HTML code of every field
HMTL template of every field can be overridden in a theme directory
static fields such as HTML, Heading, Paragraph, Hidden, Link, Attachment
math functions to use in the expression
additional functions for radio group, checkbox group (sum, max, min), range date picker (days between dated)
global parameters can be defined and used in formula
ability to edit product fields after from a cart
Full documentation at: www.wckalkulator.com
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Product Fields, Addons and Price Calculator for WooCommerce」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.1.0 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.5 | 1.2.0 | 1.2.1 | 1.2.2 | 1.2.3 | 1.3.0 | 1.3.1 | 1.3.2 | 1.3.3 | 1.4.0 | 1.4.1 | 1.4.2 | 1.4.3 | 1.4.4 | 1.4.5 | 1.4.6 | 1.5.0 | 1.5.1 | 1.5.2 | 1.5.3 | 1.5.4 | 1.5.5 | 1.5.6 | 1.5.7 | 1.6.0 | 1.6.1 | trunk |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。