Browse Source

try to calc update costs in form

andre 4 years ago
parent
commit
714e1beb1a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      templates/upgrademailhosting.tpl

+ 2 - 1
templates/upgrademailhosting.tpl

@@ -145,6 +145,7 @@
 															sliderTimeoutId = null;
 															recalctotals();
 														}, 250);
+														jQuery("#{$configoption.id}addprice").html({$configoption.selectedqty * 0.2})
 													}
 												});
 											</script>
@@ -164,7 +165,7 @@
 					<tr>
 						<td class="clearfix">
 							Zusätzliche Kosten: 
-							<div id="{$configoption}addprice">
+							<div id="{$configoption.id}addprice">
 							</div> {$ccurrency.code} / Monat
 						</td>
 					</tr>