diff --git a/js/shop.override.js b/js/shop.override.js index a7f272958..942df7ac6 100644 --- a/js/shop.override.js +++ b/js/shop.override.js @@ -159,7 +159,7 @@ jQuery(function($){ } }); - $("#sit_tot_price").empty().html("총 금액 "+number_format(String(total))+" 원"); + $("#sit_tot_price").empty().html("총 금액 :"+number_format(String(total))+" 원"); $("#sit_tot_price").trigger("price_calculate", [total]); } else {