G5-77 shop.override.js 총 금액 표시 통일 작업

This commit is contained in:
seeoya
2022-04-07 15:32:21 +09:00
parent fd7121a215
commit eef8f32efe

View File

@ -159,7 +159,7 @@ jQuery(function($){
}
});
$("#sit_tot_price").empty().html("<span>총 금액 </span><strong>"+number_format(String(total))+"</strong> 원");
$("#sit_tot_price").empty().html("<span>총 금액 :</span><strong>"+number_format(String(total))+"</strong> 원");
$("#sit_tot_price").trigger("price_calculate", [total]);
} else {