Multiple Totals
Display one ore more totals. Or, use math to control a total.
Introduction
Several ways are available for displaying multiple totals. You may display subsection totals as well as use a shortcode to supply the calculator total anywhere else on the site/page.

Combine Calculators
Combine two or more calculator totals that are on the same page.
*replace the calculator ID with your ID.
Custom Math for Multiple Totals
Add, subtract, multiply or divide a calculator total. This is great to show a monthly price of the calculator displaying a yearly, monthly, or weekly price breakdown.
[scc_calculator-total type=’text’ invalue=’2′ apply-math=”substract:2″]
[scc_calculator-total type=’text’ invalue=’2′ apply-math=”divide:2″]
[scc_calculator-total type=’text’ invalue=’2′ apply-math=”multiply:20″]
*replace the calculator ID with your ID.
What Are Some Use Cases?
1. Compare Scenarios
Comparing two scenarios with two different calculators on the same page with the totals next to each other.
2. Compare Products and Services
Comparing two products/services by having two different calculators on the same page with the totals next to each other.
Monthly Vs Yearly Pricing
Have one calculator show the monthly price and the other show the yearly price.
Percentage
You can use the custom math feature of the multiple totals to show a percentage. Do this using the divideBy function.