ROI Calculator

<!DOCTYPE html><html data-wf-page="5d7907052db3db16dc43c17f" data-wf-site="5d7907052db3db6a3c43c17e"><head> <meta charset="utf-8"> <title>Smartbox Technology</title> <meta content="width=device-width, initial-scale=1" name="viewport"> <link href="css/styles.css" rel="stylesheet" type="text/css"> <link href="icons/favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="icons/webclip.png" rel="apple-touch-icon"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"><script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.4.1.min.220afd743d.js" type="text/javascript" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="js/jquery.number.min.js" type="text/javascript"></script> <script src="js/iceq.js" type="text/javascript"></script> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300i,300,400,400i,600,700" rel="stylesheet"></head><body><section class="white-bg" id="roi-container"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div id="roi-calculator"> <div class="row"> <div class="col-sm-12"> <h1 class="text-center">Smartbox Technology by iceQ</h1> </div></div><br> <br> <h2>SmartBox Technology</h2> <hr> <div class="row"> <div class="col-sm-5"> <label for="iceqUnit">iceQ units</label> <div class="input-group rates"> <span class="input-group-addon">-</span> <input type="text" class="form-control" id="iceqUnit" aria-describedby="basic-addon1" value="1"> </div><input type="range" class="rangeSlider" value="1" min="1" max="1000" step="1" id="iceqUnitSlider"> <label class="s-label">Range: 1 - 1,000</label> </div><div class="col-sm-2"></div><div class="col-sm-5"> <label for="avgCost">Avg cost per delivery</label> <div class="input-group rates"> <span class="input-group-addon">$</span> <input type="text" class="form-control" id="avgCost" aria-describedby="basic-addon1" value="45"> </div><input type="range" class="rangeSlider" value="45" min="20" max="125" step="1" id="avgCostSlider"> <label class="s-label">Range: $20 - $125</label> </div></div><div class="row" style="margin-top:40px;"> <div class="col-sm-5"> <label for="avgNumber">Avg Number of Deliveries per year</label> <div class="input-group rates"> <span class="input-group-addon">-</span> <input type="text" class="form-control" id="avgNumber" aria-describedby="basic-addon1" value="52"> </div><input type="range" class="rangeSlider" value="52" min="10" max="200" step="1" id="avgNumberSlider"> <label class="s-label">Range: 10 - 200</label> </div><div class="col-sm-2"></div><div class="col-sm-5"> <label for="stopReduction">Stop Reduction</label> <div class="input-group rates"> <span class="input-group-addon">%</span> <input type="text" class="form-control" id="stopReduction" aria-describedby="basic-addon1" value="25"> </div><input type="range" class="rangeSlider" value="25" min="1" max="50" step="1" id="stopReductionSlider"> <label class="s-label">Range: 1% - 50%</label> </div></div><div class="row" style="margin-top:40px;"> <div class="col-sm-5"> <label for="onetimeCost">One-time Hardware costs</label> <div class="input-group rates"> <span class="input-group-addon">$</span> <input type="text" class="form-control" id="onetimeCost" aria-describedby="basic-addon1" value="285" readonly> </div></div><div class="col-sm-2"></div><div class="col-sm-5"> <label for="mothlyFee">Monthly Fee</label> <div class="input-group rates"> <span class="input-group-addon">$</span> <input type="text" class="form-control" id="mothlyFee" aria-describedby="basic-addon1" value="7.95" readonly> </div></div></div><div class="row"> <div class="col-sm-12 text-right" style="margin:40px 0"> <a class="btn-cta" id="calculateROI" href="#">Calculate ROI &rsaquo;</a> </div></div><div id="step2" style="display:none"> <br> <br> <br> <div class="row"> <div class="col-sm-12"> <div class="table-responsive"> <table class="table" id="useTable"> <thead> <tr> <th>Category</th> <th>Value</th> <th>With no iceQ</th> <th>Year One</th> <th>Year Two</th> <th>Year Three</th> <th>Year Four</th> </tr></thead> <tbody> <tr> <td><span class="label-days">iceQ units</span></td><td><span class="label-days" id="_iceqUnit"></span></td><td><span class="label-result" id="_iceqUnit1"></span></td><td><span class="label-result" id="_iceqUnit2"></span></td><td><span class="label-result" id="_iceqUnit3">0</span></td><td><span class="label-result" id="_iceqUnit4">0</span></td><td><span class="label-result" id="_iceqUnit5">0</span></td></tr><tr> <td><span class="label-days">One-time Hardware costs</span></td><td><span class="label-days" id="_onetimeCost"></span></td><td><span class="label-result" id="_onetimeCost1">0</span></td><td></td><td></td><td></td><td></td></tr><tr> <td><span class="label-days">Monthly Fee</span></td><td><span class="label-days" id="_mothlyFee"></span></td><td><span class="label-result" id="_mothlyFee1">0</span></td><td><span class="label-result" id="_mothlyFee2"></span></td><td><span class="label-result" id="_mothlyFee3"></span></td><td><span class="label-result" id="_mothlyFee4"></span></td><td><span class="label-result" id="_mothlyFee5"></span></td></tr><tr> <td><span class="label-days">Avg cost per delivery</span></td><td><span class="label-days" id="_avgCost"></span></td><td></td><td></td><td></td><td></td><td></td></tr><tr> <td><span class="label-days">Avg Number of Deliveries per year</span></td><td><span class="label-days" id="_avgNumber"></span></td><td></td><td></td><td></td><td></td><td></td></tr><tr> <td><span class="label-days">Stop Reduction</span></td><td><span class="label-days" id="_stopReduction"></span>%</td><td></td><td></td><td></td><td></td><td></td></tr><tr> <td><span class="label-days">iceQ Investment</span></td><td><span class="label-days" id="_iceqInvestment"></span></td><td></td><td><span class="label-result" id="_iceqInvestment2"></span></td><td><span class="label-result" id="_iceqInvestment3"></span></td><td><span class="label-result" id="_iceqInvestment4"></span></td><td><span class="label-result" id="_iceqInvestment5"></span></td></tr><tr> <td><span class="label-days">Distribution Costs</span></td><td><span class="label-days" id="_disCost"></span></td><td><span class="label-result" id="_disCost1"></span></td><td><span class="label-result" id="_disCost2"></span></td><td><span class="label-result" id="_disCost3"></span></td><td><span class="label-result" id="_disCost4"></span></td><td><span class="label-result" id="_disCost5"></span></td></tr><tr> <td><span class="label-days">Total Costs</span></td><td><span class="label-days" id="_totalCost"></span></td><td><span class="label-result" id="_totalCost1"></span></td><td><span class="label-result" id="_totalCost2"></span></td><td><span class="label-result" id="_totalCost3"></span></td><td><span class="label-result" id="_totalCost4"></span></td><td><span class="label-result" id="_totalCost5"></span></td></tr><tr> <td><span class="label-days">Savings with iceQ</span></td><td><span class="label-days" id="_savingIceq"></span></td><td></td><td><span class="label-result" id="_savingIceq2"></span></td><td><span class="label-result" id="_savingIceq3"></span></td><td><span class="label-result" id="_savingIceq4"></span></td><td><span class="label-result" id="_savingIceq5"></span></td></tr><tr class="final-row"> <td><span class="label-result">ROI in Years</span></td><td></td><td></td><td><span class="label-result" id="_result2"> years to pay back</span></td><td><span class="label-result" id="_result3"></span></td><td><span class="label-result" id="_result4"></span></td><td><span class="label-result" id="_result5"></span></td></tr></tbody> </table> </div></div></div></div></div></div></div></div></section> </body></html>

ROI
Calculator