andre 4 лет назад
Родитель
Сommit
ccc8d4f869
1 измененных файлов с 7 добавлено и 0 удалено
  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');
+    }
+}