We'll create fresh WordPress site with Product Fields, Addons and Price Calculator for WooCommerce installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
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.
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
= =
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.
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.
Use custom fields to make Product Addons.
Assign fields to products, categories or product tags. Include/exclude options.
Mass assignment.
Each field has built-in validation tests on user input. You can define additional conditions.
The price is calculated server-side only, so the Client can’t see exact expression.
Field HTML templates can be overloaded in your theme file. Each field has CSS class to set custom styles.
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.
You can define numeric variable across all fieldsets. You can modify all prices by global parameters.
The customer can edit product options after adding to cart.
You can use acf('field_name')
function to get ACF field value in custom price formula.
Full documentation at: www.wckalkulator.com