Xtreme Crane Calculator
Professional crane and heavy equipment financing calculator for WordPress. Supports loans, leases, balloon payments, and amortization schedules.
by XtremePlugins · github.com/xtreme-plugins/xtreme-crane-calculator · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/xtreme-plugins/xtreme-crane-calculator/archive/refs/heads/main.zipReadme
Xtreme Crane Calculator
Professional crane and heavy equipment financing calculator for WordPress.
View Plugin Page | XtremePlugins.com
Overview
Xtreme Crane Calculator is a purpose-built financing tool for crane dealers, rental companies, and heavy equipment contractors. It ships with two shortcodes covering two distinct use cases — a full-featured calculator for detailed proposals and a lightweight version suited to landing pages and lead forms.
Features
Full Calculator — [xtreme_crane_loan_calculator]
- Five loan types: Equipment Loan, Equipment Finance Agreement, FMV Lease, $1 Buyout Lease, Balloon Loan
- Five crane presets with realistic financing defaults: Mobile, Tower, Crane Truck, Rough Terrain, Crawler
- Soft cost financing: sales tax, delivery, installation, inspection, registration, and other fees — each separately itemised and optionally financed
- Trade-in value input with automatic net equity calculation
- Four payment frequencies: monthly, quarterly, semiannual, annual
- Deferred first payment toggle (30-day deferral with accrued interest rolled into balance)
- Balloon / residual value support for balloon loans and FMV leases
- Full amortization schedule with CSV export and print layout
- Three Chart.js charts: donut (principal vs interest split), balance decline line, stacked payment composition over time
- Scenario comparison: save up to 5 configurations and compare side by side with a grouped bar chart
- PDF download via bundled jsPDF — full amortization table included in the export
- Shareable URL parameters — encode current inputs in the URL for bookmarking or sharing with colleagues
- New vs used equipment toggle
Lite Calculator — [xtreme_crane_calculator_lite]
- Streamlined 5-input layout: crane price, down payment, interest rate, term, and taxes/fees
- Three quick presets with SVG crane icons: Mobile Crane ($350K), Tower Crane ($850K), Used Crane Truck ($220K)
- Tabbed results panel: Payment Estimate, Loan Breakdown, Amortization
- Donut chart with principal/interest legend
- Expandable amortization table
- Mobile-first responsive design with 4 breakpoints
- Minimal asset footprint — loads independently of the full calculator
Both Versions
- CSS-isolated with scoped class namespaces (
.xclc,.xclcl) to prevent theme conflicts - Assets loaded only on pages that contain the shortcode
- No external API calls — Chart.js and jsPDF are bundled
- Works with any WordPress theme
Installation
- Download
xtreme-crane-calculator.zip - In WordPress admin, go to Plugins → Add New → Upload Plugin
- Upload the zip file and activate
- Add
[xtreme_crane_loan_calculator]or[xtreme_crane_calculator_lite]to any page or post
Alternatively, upload the xtreme-crane-calculator folder to /wp-content/plugins/ via FTP and activate from the plugins list.
Usage
Full Calculator
[xtreme_crane_loan_calculator]
Place on a dedicated financing or quote page. Visitors can adjust all inputs, save scenarios for comparison, and download a PDF estimate.
Lite Calculator
[xtreme_crane_calculator_lite]
Place on landing pages, equipment listing pages, or anywhere a quick payment estimate is more appropriate than a full proposal tool.
Screenshots
- Full calculator — two-column layout with equipment details, financing structure, soft costs, and the payment summary card
- Full calculator — amortization schedule and three Chart.js charts
- Lite calculator — preset buttons with SVG crane icons and the tabbed results panel
- Scenario comparison table with grouped bar chart
Requirements
- WordPress 6.0 or higher
- PHP 7.4 or higher
- No WooCommerce dependency
Changelog
See CHANGELOG.md
License
See license.txt. Licensed under GPL-2.0-or-later.
Built by XtremePlugins