A good reason to switch to Fizz, You could save a bunch of money even if you're on a contract. See w
// <![CDATA[
function myFunction() {
var f = document.getElementById("forfait").value;
var fFizz = document.getElementById("forfait_fizz").value;
var mois = document.getElementById("mois").value;
var balance = document.getElementById("balance").value;
var difference = Number(f) - Number(fFizz);
var economie = Number(difference) * Number(mois);
var vraiEconomie = Number(economie) - Number(balance);
document.getElementById("result").innerHTML = "La différence entre ton ancien forfait et ton forfait avec fizz : $" + difference;
document.getElementById("economie").innerHTML = "Sur "+mois+" mois, tu sauves : $" + economie;
document.getElementById("vraiEconomie").innerHTML = "Après avoir payé la balance avec tes économies tu sauves en totalité : $" + vraiEconomie;
}
// ]]>
Prix de ton forfait actuel :
Balance restante sur ton contrat : *(inscrivez 0 si vous n'avez aucune balance.)
Nombre de mois restant sur ton contrat :
Le forfait que tu désires avoir avec Fizz :
17$/mois Textos et appels illimités
24$/mois Textos et appels illimités + 1 Go
28$/mois Textos et appels illimités + 2 Go
33$/mois Textos et appels illimités + 4 Go
38$/mois Textos et appels illimités + 8 Go
TEST CALCULER
Answers
-
Doesn't seem to do anything for me...9
-
Seems like a good idea but it's not doing anything for me neither.10
-
Fizz has gift and data carryover function. Price wise no huge advantage.6
-
Function not working for me also.
Reasons however, prices are good, data carry over is great idea, and referrals are a nice bonus. Canada / US wide service (which I don't have) is also good if it's something I needed.5 -
the button "CALCULER" doesn't seem to do anything.2
-
Please close this0