@@ -3833,4 +3833,6 @@ function updateProductTotalMessage(billingcycle) {
break;
}
-updateProductTotalMessage(billingcycle);
+$( document ).ready(function() {
+ updateProductTotalMessage(billingcycle);
+});