andre 4 년 전
부모
커밋
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');
+    }
+}