UI : 옵션 없는 상품에서 수량 변경할 때 UI 일관되게 표시되도록 수정
This commit is contained in:
@ -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]);
|
$("#sit_tot_price").trigger("price_calculate", [total]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user