diff --git a/airtime_mvc/application/common/Billing.php b/airtime_mvc/application/common/Billing.php index 6958bcad9..eaddf254e 100644 --- a/airtime_mvc/application/common/Billing.php +++ b/airtime_mvc/application/common/Billing.php @@ -423,8 +423,9 @@ class Billing return true; } - // if client is currently on monthly or old plan AND (upgrading OR upgrading/downgrading to annual plan), YES - if ($currentPlanBillingCycle == "monthly" || $currentPlanBillingCycle == "free account") { + // if client is currently on monthly or annually or old plan AND (upgrading OR upgrading/downgrading to annual plan), YES + if ($currentPlanBillingCycle == "monthly" || $currentPlanBillingCycle == "free account" + || $currentPlanBillingCycle == "annually") { // is the client changing billing cycle to annual? if ($newProductBillingCycle == "annually") { return true; diff --git a/airtime_mvc/application/views/scripts/billing/upgrade.phtml b/airtime_mvc/application/views/scripts/billing/upgrade.phtml index 17274c286..bd7dccfb7 100644 --- a/airtime_mvc/application/views/scripts/billing/upgrade.phtml +++ b/airtime_mvc/application/views/scripts/billing/upgrade.phtml @@ -138,6 +138,8 @@ function promoEligibilityCheck() .success(function(data) { if (data.result == true) { $("#promo-plan-eligible").show(); + } else if ($("#promo-plan-eligible").is(":visible")) { + $("#promo-plan-eligible").hide(); } }); } @@ -197,10 +199,10 @@ $(document).ready(function() {
Hobbyist | -Starter | -Plus | -Premium | +Awesome Hobbyist | +Awesome Starter | +Awesome Plus | +Awesome Premium |
---|---|---|---|---|---|---|---|
1 Stream @@ -222,24 +224,40 @@ $(document).ready(function() { | 64kbps, 128kbps, and 196kbps Stream Quality | ||||||
5 Listeners + | |||||||
+ 5 Listeners + 10 Listeners
|
- 40 Listeners per stream + |
+ 40 Listeners per stream + 80 Listeners per stream
|
- 100 Listeners per stream + |
+ 100 Listeners per stream + 200 Listeners per stream
|
- 500 Listeners per stream + |
+ 500 Listeners per stream + 1000 Listeners per stream
|
|
2GB Storage + | |||||||
+ 2GB Storage + 4GB Storage
|
- 5GB Storage + |
+ 5GB Storage + 10GB Storage
|
- 30GB Storage + |
+ 30GB Storage + 60GB Storage
|
- 150GB Storage + |
+ 150GB Storage + 300GB Storage
|
|