@ -480,7 +480,7 @@ function price_calculate()
|
||||
}
|
||||
});
|
||||
|
||||
$("#sit_tot_price").empty().html("<span>총 금액 :</span> "+number_format(String(total))+"원");
|
||||
$("#sit_tot_price").empty().html("<span>총 금액 :</span><strong>"+number_format(String(total))+"</strong> 원");
|
||||
|
||||
$("#sit_tot_price").trigger("price_calculate", [total]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user