Skip to content

Commit

Permalink
G5-77 shop.override.js 총 금액 표시 통일 작업
Browse files Browse the repository at this point in the history
  • Loading branch information
seeoya committed Apr 7, 2022
1 parent fd7121a commit eef8f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/shop.override.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eef8f32

Please sign in to comment.