G5-77 shop.override.js 총 금액 표시 통일 작업
This commit is contained in:
@ -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]);
|
$("#sit_tot_price").trigger("price_calculate", [total]);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user