woo-meta-enhanced-calculator/
│
├── woo-meta-enhanced-calculator.php
├── readme.txt
└── tcpdf/
├── (TCPDF library files - represented here as a placeholder due to size)
└── tcpdf.php
=== WooCommerce On-Road Price Calculator (Enhanced) ===
Contributors: IndiCar
Tags: woocommerce, calculator, car price, on-road price, quote
Requires at least: 5.0
Tested up to: 6.5
Stable tag: 6.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
This plugin provides an advanced on-road price calculator for WooCommerce products, specifically designed for car sales. It includes features like PDF quote generation, customer tracking, and export functionality.
== Installation ==
1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Use the shortcode `[indicar_onroad_calculator]` to display the calculator on your product pages.
4. Configure settings under IndiCar Calculator > Settings.
5. View quote tracking under IndiCar Calculator > Quote Tracking.
== Changelog ==
= 6.1 =
* Added BH registration type
* Renamed Insurance to Dealer Insurance Premium with tooltip
* Made Accessories and Extended Warranty optional with [Add] toggle
* Conditionally display Other Costs based on backend value
* Added IndiCar Membership line item
* Fixed number formatting to Indian style
* Enhanced PDF layout with logo placeholder, date, and improved styling
* Fixed amount in words conversion
* Updated Terms & Conditions and Notes
* Centralized admin options under IndiCar Calculator menu
* Fixed quote tracking database insertion and added more fields
= 6.0 =
* Initial release of the enhanced version with PDF quote generation, customer tracking, and export functionality.
/* Placeholder for TCPDF library files. You need to download TCPDF from https://tcpdf.org/ and place the files here. */