혜택안내
- 마일리지
-
1% (+370P)
- 쿠폰
-
[웰컴 쿠폰] 5천원 할인
- 카드할인
- 최대 7개월 무이자 할부
배송정보
- 배송비
- 3,000원 (150,000원 이상 구매시 무료배송)
도서산간 지역 별도 추가 금액 발생
- 배송기간
- 3일 이내 출고 (주말, 공휴일 제외)
17
상품번호: 2409060009
모델: 멜로우 풉백 (Willow Khaki)
Cozy like a small cave
그로토 서울
Grotto는 반려 일상의 산책 문화를 사랑하며, 반려동물과 반려인의 더 나은 동행을 위한 특별한 경험을 만들기 위해 노력합니다.
Buy with Confidence 
-
굿 디자인
디자인의 차별성과
완성도가 높은 제품
-
뉴 라이징
주목할 만한 신진
브랜드의 제품
Our Promise
-
문화를 만듭니다
반려인과 반려동물이 공유하는 둘만의 반려생활을 더욱 풍성하게 만드는 건강한 반려 문화를 전파합니다.
-
가치를 만듭니다
독창적이고 재치있는 국내외 반려동물 브랜드를 발굴하고, 소개하여 라이프스타일에 가치를 더합니다.
-
신뢰를 만듭니다
꼼꼼한 입점 기준 적용과 내부 규정에 맞춘 인증 부여를 통하여 안전에 대한 고객과의 신뢰를 구축합니다.
고객리뷰
이 상품의 첫번째 리뷰를 작성해보세요.
리뷰 작성시 최대 1,000 Point를 드립니다.
상품 Q&A
문의하기
궁금한점은 언제든지 물어보세요.
";
location.href = "order.php?chk_idx=" + selidx;
return;
}
if(result == 'basket') {
$(".is-layer").show();
return;
}
$("body").append(result);
}
// 옵션전체선택확인
function checkOptions(frm){
if(checkOption(frm, false) == true){
var sum_price = opt_price_sum = 0;
var optname = html= '';
var qty_form = document.getElementsByClassName("qty-form");
for(i=0; i
';
html += '';
html += ' ';
$("#qty-wrap").append(html);
getTotalPrice();
if( $(frm).find("select[name='optcode5']").attr('name')=='optcode5' ) $(frm).find("select[name='optcode5']").prop('selectedIndex', 0);
if( $(frm).find("select[name='optcode6']").attr('name')=='optcode6' ) $(frm).find("select[name='optcode6']").prop('selectedIndex', 0);
if( $(frm).find("select[name='optcode7']").attr('name')=='optcode7' ) $(frm).find("select[name='optcode7']").prop('selectedIndex', 0);
if( $(frm).find("select[name='optcode3']").attr('name')=='optcode3' ) $(frm).find("select[name='optcode3']").prop('selectedIndex', 0);
if( $(frm).find("select[name='optcode4']").attr('name')=='optcode4' ) $(frm).find("select[name='optcode4']").prop('selectedIndex', 0);
if( $(frm).find("select[name='optcode']").attr('name')=='optcode' ) $(frm).find("select[name='optcode']").prop('selectedIndex', 0);
}
}
// 옵션 삭제
function delItem(frm) {
$.ajax({
async : false,
url : 'prd_save.php',
type : 'post',
data : {
mode : 'sel_del_ajax',
idx : $(frm).find("input[name='basket_idx']").val()
},
success : function(data){
$("#basket_total").text(data);
$(".div_form"+frm.div_form_num.value).remove();
getTotalPrice();
}
});
}
// 전체 상품 합계
function getTotalPrice() {
var prd_price = 0;
var qty_form = document.getElementsByClassName("qty-form");
for(i=0; i