@@ -3817,6 +3817,7 @@ function validate_captcha(form)
function updateProductTotalMessage(billingcycle) {
console.log(billingcycle);
+ document.write("Test");
switch(billingcycle) {
case 'monthly':
jQuery('#producttotalmessage').html('Monatlich');