모바일에서 good_mny 값 설정 sm_form 에만 하도록 수정

This commit is contained in:
chicpro
2013-06-19 09:13:46 +09:00
parent 35d90e6015
commit e7ea824994

View File

@ -1079,7 +1079,7 @@ function calculate_order_amount()
var send_cost2 = parseInt($("input[name=od_send_cost2]").val());
var tot_amount = sell_amount + send_cost + send_cost2;
$("input[name=good_mny]").val(tot_amount);
$("form[name=sm_form] input[name=good_mny]").val(tot_amount);
$("#od_tot_amount").text(number_format(String(tot_amount)));
<?php if($temp_point > 0 && $is_member) { ?>
calculate_temp_point();