Home¿ø´Ü ±¸¸Å»óÇ°³»¿ë
»óÇ°³»¿ë
";
}
$("body").append(result);
}
// ¿É¼Ç »èÁ¦
function delItem(frm){
$.ajax({
async : false,
url : '/adm/product/prd_save.php',
type : 'GET',
data : {
mode : 'delete',
idx : $(frm).find("input[name='basket_idx']").val()
},
dataType: 'html',
success : function(response){
$(frm).remove();
getTotalPrice();
}
});
}
// Àüü »óÇ° ÇÕ°è
function getTotalPrice(){
var prd_price = 0;
var qty_form = document.getElementsByClassName("qty-form");
for(i=0; i
ÃÑ »óÇ° ±Ý¾× 14,000 ¿ø