=== PlugStudio Installment Calculator for WooCommerce ===
Contributors: plugstudio, mazhanay
Tags: woocommerce, installments, payment plans, monthly payments, calculator
Requires at least: 5.2
Tested up to: 6.9
Stable tag: 1.0.3
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Display an installment dropdown on WooCommerce product pages and show the monthly payment amount based on months and interest settings.

== Description ==

**PlugStudio Calculate Fees** allows you to perform a visual calculation of the fees/installments to pay for a product.

* Admins can configure months and interest rates in the backend.
* Shows a dropdown on the product page.
* Calculates the monthly fee automatically via AJAX securely.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/mz-calculate-fees` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Go to the "Calcular Cuota" menu to configure your months and interests.

== Screenshots ==

1. Dashboard where the months to defer and the interest rate to be charged are added.

2. View of the selector for months to defer on the product page

3. We see the months we configured in the dashboard.

4. This is the calculation of the interest rate for the selected months

== Frequently Asked Questions ==

= Is there a Pro version? =
Not yet, but we are working on more features.

== Changelog ==

= 1.0.3 =
* Fix: Adjusted plugin name to comply with WordPress.org trademark guidelines.
* Fix: Unified text domain to 'mz-calculate-fees' for proper internationalization.

= 1.0.1 =
* Security update: Added Nonces and SQL preparation.
* Renamed plugin to adhere to WP guidelines.
* Improved UI using native WP classes mixed with Materialize.

= 1.0 =
* Initial Version.