-
평점 5 park**** 2025-10-17 닌텐도 스위치2 본체: 닌텐도 스위치2 본체 포켓몬 ZA
다른 곳에서 시켰으면 다음주에나 받을 수 있었는데 덕분에 하루만에 받고 즐겁게 플레이 중입니다. 와이프도 참 좋아하네요. 컨트롤러도 양품으로 왔고 본체도 불량 하나도 없고 박스 찌그러짐 하나 없이 잘 왔습니다.
다음에 게임이나 주변기기 살 때도 여기서 시킬 예정입니다. 정말 감사합니다. 많이 파시고 더욱 더 번창하시길 마음 속 깊은 곳에서 바라겠습니다.
5개의 포토리뷰
-
평점 5 rori**** 2025-11-16 구성선택: 스위치2 포켓몬 에디션 + 액정보호필름
아 ㅋ 쿠팡으로 보내주시는 거 모르고 취소한 장본인입니다 ㅋㅋㅋ 죄송합니다. 그 일주일이든 이주일이든 기다릴 테니까... ㅋㅋㅋ 죄송합니다. 그래도 바로바로 처리해주시려고 해주시는 점 진짜 감사하고 죄송합니다. 사랑합니다... 오면 잘 쓸기요
5개의 포토리뷰
-
평점 5 gksa**** 2025-10-18 옵션선택: 닌텐도 스위치 2 포켓몬레전드ZA 세트 본체
잘 받았습니다 잘 가지고 놀게요
5개의 포토리뷰
5개의 포토리뷰
5개의 포토리뷰
-
평점 5 hotb**** 2025-10-23
기대 이상의 퀄리티!! 다음에 또 주문할게요 감사합니다
5개의 포토리뷰
-
평점 5 sjnr**** 2025-10-25 옵션선택: 닌텐도 스위치 2 포켓몬레전드ZA 세트 본체
배송이 늦어서 아들이 엄청 화를 내긴했지만
그만큼 받고서 엄청 좋아하네요
1보다 2가 화면자체도 커져서
엄마 마음으로는 그게 너무 좋네요ㅋ
5개의 포토리뷰
5개의 포토리뷰
-
평점 5 kyst**** 2025-10-17
키링 미포함인건 몰랐네요 ㅠ 타이틀 패키지만 구매할 때 오는 거였군요… 아쉽지만 어쩌겠어요 상세페이지 못 읽은 제 잘못….ㅋ큐ㅠㅠ
그래두 기다린 만큼 제대로 즐겨볼께욤
5개의 포토리뷰
5개의 포토리뷰
-
평점 5 happ**** 2025-11-03 구성선택: 스위치2 포켓몬 에디션
주문이 폭주하여서 배송은 느렸지만 상품은 잘 도착했습니다 ??
5개의 포토리뷰
5개의 포토리뷰
-
평점 5 pke1**** 2025-11-07
확실히 스위치 1보다 로딩도 짧고 부드럽고 좋은 것 같아요!
function isNumeric(s) { for (i=0; i
"9") { return false; } } } return true; } function addComma(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } var tot_opt_add_val = 0; var opt_tot_price = 0; var opt_tot_qty = 0; var tot_i = document.getElementById("tot_i").value; function ct_color_change(opt_id) { if (!opt_id) { return; } else if (opt_id) { var valuename = document.getElementById("view_opt_"+opt_id).value; var opt_price = addComma(document.getElementById("opt_price_"+opt_id).value); if (document.getElementById("opt_view_tr_"+opt_id).style.display == "") { alert ("既に選択しました"); return; } else if (document.getElementById("opt_view_tr_"+opt_id).style.display == "none") { // 선택한 옵션 내용 표시 시작 document.getElementById("opt_view_td_"+opt_id).innerHTML = "
"; document.getElementById("opt_view_tr_"+opt_id).style.display = ""; // 선택한 옵션 내용 표시 끝 opt_tot_price += parseInt(document.getElementById("opt_price_"+opt_id).value); opt_tot_qty += parseInt(document.getElementById("opt_qty_"+opt_id).value); // 총 합계금액 표시 시작 document.getElementById("opt_view_tot_td").innerHTML = ""; document.getElementById("opt_view_tot_td").innerHTML = ""+valuename+" 個 "+opt_price+"ウォン 
"; document.getElementById("opt_view_tot_top_tr").style.display = ""; document.getElementById("opt_view_tot_tr").style.display = ""; document.getElementById("opt_view_tot_bottom_tr").style.display = ""; document.getElementById("opt_tot_price").value = opt_tot_price; document.getElementById("opt_tot_qty").value = opt_tot_qty; // 총 합계금액 표시 끝 } } } function opt_delete_btn_click(opt_id) { // 선택한 옵션 내용 삭제 시작 document.getElementById("opt_view_td_"+opt_id).innerHTML = ""; document.getElementById("opt_view_tr_"+opt_id).style.display = "none"; // 선택한 옵션 내용 삭제 끝 // 선택한 옵션 삭제 후 남아 있는 상품들의 총 합계금액 구하기 시작 tot_opt_add_val = 0; opt_tot_price = 0; opt_tot_qty = 0; for(i=0; i合計金額(数量) "+addComma(opt_tot_price)+"ウォン("+opt_tot_qty+"個) 0) { document.getElementById("opt_view_tot_td").innerHTML = ""; document.getElementById("opt_view_tot_td").innerHTML = "
"; document.getElementById("opt_tot_price").value = opt_tot_price; document.getElementById("opt_tot_qty").value = opt_tot_qty; } // 선택한 옵션 삭제 후 남아 있는 상품들의 총 합계금액 표시 끝 } function opt_qty_change(opt_id) { var save_qty = document.getElementById("save_qty_"+opt_id).value; if (!isNumeric(document.getElementById("opt_qty_"+opt_id).value)) { alert("数字で入力してください"); document.getElementById("opt_qty_"+opt_id).value = save_qty; document.getElementById("opt_qty_"+opt_id).focus(); return; } if (document.getElementById("opt_qty_"+opt_id).value == "") { alert("1以上に入力してください"); document.getElementById("opt_qty_"+opt_id).value = save_qty; document.getElementById("opt_qty_"+opt_id).focus(); return; } if (document.getElementById("opt_qty_"+opt_id).value < 1) { alert("1以上に入力してください"); document.getElementById("opt_qty_"+opt_id).value = save_qty; document.getElementById("opt_qty_"+opt_id).focus(); return; } // 선택한 옵션의 수량 변경 후 해당 옵션의 내용 다시 표시 시작 var valuename = document.getElementById("view_opt_"+opt_id).value; var opt_price = parseInt(document.getElementById("opt_price_"+opt_id).value); var opt_qty = parseInt(document.getElementById("opt_qty_"+opt_id).value); opt_price = (opt_price * opt_qty); document.getElementById("opt_view_td_"+opt_id).innerHTML = ""; document.getElementById("opt_view_td_"+opt_id).innerHTML = "合計金額(数量) "+addComma(opt_tot_price)+"ウォン("+opt_tot_qty+"個)
"; // 선택한 옵션의 수량 변경 후 해당 옵션의 내용 다시 표시 끝 // 선택한 옵션의 수량 변경 후 상품들의 총 합계금액 구하기 시작 opt_tot_price = 0; opt_tot_qty = 0; for(i=0; i"+valuename+" 個 "+addComma(opt_price)+"ウォン 
"; document.getElementById("opt_tot_price").value = opt_tot_price; document.getElementById("opt_tot_qty").value = opt_tot_qty; // 선택한 옵션의 수량 변경 후 상품들의 총 합계금액 구하기 끝 } function cos_opt_qty_change() { var save_qty = document.getElementById("save_qty_0").value; if (!isNumeric(document.getElementById("opt_qty_0").value)) { alert("数字で入力してください"); document.getElementById("opt_qty_0").value = save_qty; document.getElementById("opt_qty_0").focus(); return; } if (document.getElementById("opt_qty_0").value == "") { alert("1以上に入力してください"); document.getElementById("opt_qty_0").value = save_qty; document.getElementById("opt_qty_0").focus(); return; } if (document.getElementById("opt_qty_0").value < 1) { alert("1以上に入力してください"); document.getElementById("opt_qty_0").value = save_qty; document.getElementById("opt_qty_0").focus(); return; } document.getElementById("save_qty_0").value = document.getElementById("opt_qty_0").value; opt_price = parseInt(document.getElementById("opt_price_0").value); opt_tot_qty = parseInt(document.getElementById("opt_qty_0").value); opt_tot_price = (opt_price * opt_tot_qty); document.getElementById("opt_tot_price").value = opt_tot_price; document.getElementById("opt_tot_qty").value = opt_tot_qty; // 선택한 옵션의 수량 변경 후 상품들의 총 합계금액 구하기 시작 document.getElementById("opt_view_tot_td").innerHTML = ""; document.getElementById("opt_view_tot_td").innerHTML = "合計金額(数量) "+addComma(opt_tot_price)+"ウォン("+opt_tot_qty+"個)
"; document.getElementById("opt_view_tot_top_tr").style.display = ""; document.getElementById("opt_view_tot_tr").style.display = ""; document.getElementById("opt_view_tot_bottom_tr").style.display = ""; // document.getElementById("opt_tot_price").value = opt_tot_price; // document.getElementById("opt_tot_qty").value = opt_tot_qty; // 선택한 옵션의 수량 변경 후 상품들의 총 합계금액 구하기 끝 } function form_cart_submit() { var member_check = document.getElementById("member_check").value; if (member_check != "1") { if (confirm("ログインしてください")) document.location.href = "https://www.1moa.net/mypage/login.php"; return; } // document.getElementById("sbm_type").value = sbm_type; var option_yn = document.getElementById("option_yn").value; if (option_yn == "Y") { tot_opt_add_val = 0; for(i=0; i合計金額(数量) "+addComma(opt_tot_price)+"ウォン("+opt_tot_qty+"個) 0) { var ct_color_full = ""; var ct_option_full = ""; var isMultiOpton = 0; for(i=0; i · "; ct_color_full += valuename; ct_color_full += " ("; ct_color_full += document.getElementById("opt_qty_"+i).value; ct_color_full += "個)"; ct_color_full += "
"; if (isMultiOpton == 0) { isMultiOpton = 1; } else { ct_option_full += "||"; } ct_option_full += valuename; ct_option_full += "^"; ct_option_full += opt_qty; ct_option_full += "^"; ct_option_full += opt_price; } } document.getElementById("ct_color_full").value = ct_color_full; document.getElementById("ct_option_full").value = ct_option_full; document.getElementById("form_cart").submit(); } } else if (option_yn =="") { var ct_option_full = "オプション無し"; var valuename = ""; var opt_price = document.getElementById("opt_tot_price").value; var opt_qty = document.getElementById("opt_tot_qty").value; ct_option_full += valuename; ct_option_full += "^"; ct_option_full += opt_qty; ct_option_full += "^"; ct_option_full += opt_price; document.getElementById("ct_option_full").value = ct_option_full; document.getElementById("form_cart").submit(); } } function bdk_index_11st_form_submit() { if (document.getElementById("bdk_index_11st_keyword").value == "") { alert ("検索語を入力してください"); document.getElementById("bdk_index_11st_keyword").focus(); return; } else { var bdk_index_g_11st_keyword = document.getElementById("bdk_index_11st_keyword").value; document.location.replace("./list.php?bdk_index_g_11st_keyword="+bdk_index_g_11st_keyword); } } cos_opt_qty_change();
ワンモア|1moa.net
韓国購入代行、ワンモアが安全、安心できるサービスでサポートします。
「ワンモア」は株式会社イノバンスが運営する韓国購入代行サービスのサイトです。
https://www.1moa.net
Copyrights(C) INNOVANCE, Inc. All rights reserved.









