andre 4 years ago
parent
commit
ccc8d4f869
1 changed files with 7 additions and 0 deletions
  1. 7 0
      js/scripts.js

+ 7 - 0
js/scripts.js

@@ -3814,3 +3814,10 @@ function validate_captcha(form)
         }
     });
 }
+
+function updateProductTotalMessage(billingcycle) {
+    console.log("Test");
+    if (billingcycle == 'annually') {
+        jQuery('#producttotalmessage').html('Test');
+    }
+}