=== PriceWise Calculator Pro ===
Contributors: devtonicstudios, hamzaafridi05
Donate link: https://devtonicstudios.com/about-us/
Tags: extra product options, product addons, woocommerce product options, price calculator, product fields
Requires at least: 5.8
Tested up to: 6.9
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Add extra product options, custom input fields, and dynamic price calculators to your WooCommerce products.

== Description ==

**PriceWise Calculator Pro** adds extra product options to your WooCommerce products. Your customers can enter measurements, quantities, or any custom values, and the product price updates automatically based on a formula you set up.

If you sell products where the price depends on size, area, weight, length, or quantity, this plugin will save you a lot of time. Flooring, fabric, glass, printing, lumber, custom packaging... anything that needs a price calculator on the product page.

= What makes this different? =

Most WooCommerce extra product options plugins only add static fields to product pages. PriceWise goes further. You can write a pricing formula, and the plugin runs the calculation in real time as your customer fills in the fields. The price on the page updates instantly.

= Free Version Features =

* **Number input fields** that let customers enter quantities, measurements, or custom values directly on the product page
* **Global assignment** so your calculator shows up on every WooCommerce product automatically
* **Custom pricing formulas** using field variables like `{length} * {width} * 5`
* **Full WooCommerce integration** with cart, checkout, and order support
* **Live price updates** that change as the customer types
* **15+ color customization controls** to match your store's branding using the built-in visual color picker
* **Mobile friendly** layout that works on all screen sizes
* **Translation ready** with a .pot file included

= Premium Version Features =

The free version handles the basics well. Premium adds more if you need it:

* **All field types** including text, dropdowns, radio buttons, checkboxes, sliders, file uploads, and textarea
* **Product-specific assignment** so you can put different calculators on different products
* **Category assignment** to apply calculators to entire product categories at once
* **Multi-step forms** that break long calculators into smaller steps
* **Advanced formula builder** with conditional logic and complex calculations
* **Priority support** via email
* **Regular updates** with new features

[Upgrade to Premium](https://devtonicstudios.com/pricewise-pro/) | [View Documentation](https://devtonicstudios.com/pricewise-calculator-documentation/)

= See PriceWise Calculator Pro in Action =

https://www.youtube.com/watch?v=zpc9WNolELo

*This video shows the Premium version of the plugin. The free version works the same way but includes number input fields and global assignment only.*

= Who is this for? =

* WooCommerce stores that need extra product options and custom input fields
* Businesses selling measurement-based products like flooring, fabric, printing, or glass
* Stores with quantity-based or bulk pricing
* Anyone offering made-to-order or customizable products
* Service businesses that want a quote calculator on their product pages

= How does it work? =

**For store owners:**
1. Create a new calculator and give it a name
2. Add your input fields with labels, min/max values, and defaults
3. Write a pricing formula using your field variables
4. Set the status to Active

That's it. The calculator will appear on all your WooCommerce product pages.

**For customers:**
They see a clean calculator on the product page, fill in their values, see the price update in real time, and add to cart.

= Docs & Support =

* **Documentation:** [https://devtonicstudios.com/pricewise-calculator-documentation/](https://devtonicstudios.com/pricewise-calculator-documentation/)
* **About Us:** [https://devtonicstudios.com/about-us/](https://devtonicstudios.com/about-us/)
* **Need help?** Reach out through our website or email us

== Installation ==

= Requirements =

* WordPress 5.8+
* PHP 7.4+
* WooCommerce 5.0+
* MySQL 5.6+

= Install from WordPress =

1. Go to Plugins > Add New in your WordPress dashboard
2. Search for "PriceWise Calculator Pro"
3. Click "Install Now" and then "Activate"

= Install manually =

1. Download the plugin zip file
2. Go to Plugins > Add New > Upload Plugin
3. Upload the zip file and activate the plugin

= First time setup =

1. Go to Calculators > Add New
2. Give your calculator a name
3. Add number fields in the Fields tab
4. Write your pricing formula in the Formula tab
5. Set the status to "Active" in Settings
6. Visit any product page to see your calculator

= Calculator not showing? =

Check these two things:

* Your calculator needs at least 1 field added
* Your WooCommerce product needs a regular price set

== Frequently Asked Questions ==

= What does this plugin do? =

It adds extra product options to WooCommerce product pages. Customers enter values into input fields, and the plugin calculates the product price automatically using a formula you define.

= What's included in the free version? =

Number input fields, global product assignment, custom pricing formulas, WooCommerce cart integration, live price updates, 15+ color customization controls, and mobile support. This is not a trial. You can use it as long as you want.

= How do I get dropdowns, checkboxes, sliders, and other field types? =

Those are part of the [Premium version](https://devtonicstudios.com/pricewise-pro/). The free version includes number inputs only.

= Can I assign calculators to specific products? =

Product-specific and category-based assignment are Premium features. The free version applies one calculator globally to all products. [Learn more](https://devtonicstudios.com/pricewise-pro/)

= Can I customize the calculator colors? =

Yes. The free version includes 15+ color controls so you can change the header, background, text, buttons, and other elements to match your store's look.

= Does this require WooCommerce? =

Yes. The plugin is built for WooCommerce and integrates with its cart, checkout, and order system.

= How is this different from other WooCommerce extra product options plugins? =

Most plugins add static fields to product pages. PriceWise lets you build pricing formulas that calculate the product price in real time based on what the customer enters. It's built for dynamic pricing, not just extra fields.

= Can I create multiple calculators? =

Yes. In the free version, only one can be active at a time since it uses global assignment. Premium allows multiple active calculators on different products.

= How do pricing formulas work? =

Use curly braces around your field keys. For example:
* Formula: `(10 + {quantity}) * {measurement}`
* If quantity = 5 and measurement = 3, the price would be (10 + 5) * 3 = 45

= Where can I find the documentation? =

Here: [https://devtonicstudios.com/pricewise-calculator-documentation/](https://devtonicstudios.com/pricewise-calculator-documentation/)

= Why isn't my calculator showing on the product page? =

Two common reasons:
1. The calculator has no fields added
2. The WooCommerce product doesn't have a regular price set

= Does it support translations? =

Yes. A .pot file is included for translating the plugin into any language.

== Screenshots ==

1. Calculator builder where you add fields and set up validation (Free)
2. Frontend calculator on a WooCommerce product page (Free)
3. Formula configuration with field variables (Free)
4. Settings panel for status and priority (Free)
5. All field types including dropdowns, checkboxes, and sliders (Premium)
6. Multi-step calculator with step-by-step navigation (Premium)
7. 15+ color customization controls to match your brand (Free)
8. Category and product-specific assignment options (Premium)

== Changelog ==

= 1.0.0 - 2025-01-27 =
* Initial free release
* Number input fields for extra product options
* Global assignment to all WooCommerce products
* Custom pricing formula engine
* WooCommerce cart, checkout, and order integration
* Live price calculation
* 15+ color customization controls
* Mobile responsive design
* Field validation (min/max values)
* Admin calculator builder with tabs
* Settings panel
* Translation support (.pot file)
* Security: nonce verification, input sanitization, capability checks
* Database optimization
* Clean uninstall with user consent

= Premium features (separate purchase) =
* Additional field types: text, dropdown, radio, checkbox, slider, file upload, textarea
* Product-specific assignment
* Category-based assignment
* Multi-step calculator with progress tracking
* Advanced formula builder with conditionals
* Export/Import
* Calculation logging

Full docs: https://devtonicstudios.com/pricewise-calculator-documentation/

== Upgrade Notice ==

= 1.0.0 =
First release. Add extra product options and price calculators to WooCommerce. Upgrade to Premium for more field types, product-specific assignment, and advanced features.

== Premium Upgrade ==

What you get with PriceWise Calculator Pro Premium:

**All field types**
* Text inputs, dropdowns, radio buttons, checkboxes
* Range sliders
* File upload fields
* Textarea

**Assignment options**
* Assign calculators to specific products
* Assign by product category
* Priority system for overlapping assignments

**Customer experience**
* Multi-step forms with progress bar
* Next/Previous navigation
* Mobile-optimized interactions

**Pro tools**
* Export/Import between sites
* Calculation logging
* Auto-save
* One-click duplication
* Search, filter, and bulk actions

[View All Premium Features](https://devtonicstudios.com/pricewise-pro/) | [Upgrade Now](https://devtonicstudios.com/pricewise-pro/)


== Privacy Policy ==

This plugin does not collect or store personal data from your visitors. All calculations happen on your server. No data is sent to external services.

== Credits ==

Built by Devtonic Studios
Website: https://devtonicstudios.com/about-us/
Docs: https://devtonicstudios.com/pricewise-calculator-documentation/

== Support ==

* **Docs:** https://devtonicstudios.com/pricewise-calculator-documentation/
* **Website:** https://devtonicstudios.com/about-us/
* **Email:** support@devtonicstudios.com

We support both free and premium users. Please check the documentation first as it covers most common questions.