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