|
|
@@ -3631,7 +3631,7 @@ function updateConfigurableOptions(i, billingCycle) {
|
|
|
}
|
|
|
);
|
|
|
recalctotals();
|
|
|
- updateProductTotalMessage(billingCycle);
|
|
|
+ updateProductTotalMessage();
|
|
|
}
|
|
|
|
|
|
function recalctotals() {
|
|
|
@@ -3815,9 +3815,8 @@ function validate_captcha(form)
|
|
|
});
|
|
|
}
|
|
|
|
|
|
-function updateProductTotalMessage(billingcycle) {
|
|
|
- console.log(billingcycle);
|
|
|
- if (billingcycle == 'annually') {
|
|
|
+function updateProductTotalMessage() {
|
|
|
+ if (billingCycle == 'annually') {
|
|
|
jQuery('#producttotalmessage').html('Test');
|
|
|
}
|
|
|
}
|