瀏覽代碼

try to calc update costs in form

andre 4 年之前
父節點
當前提交
714e1beb1a
共有 1 個文件被更改,包括 2 次插入1 次删除
  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>