혜택안내
- 마일리지
-
1% (+140P)
- 쿠폰
-
[웰컴 쿠폰] 5천원 할인
- 카드할인
- 최대 7개월 무이자 할부
배송정보
- 배송비
- 3,000원 (50,000원 이상 구매시 무료배송)
도서산간 지역 별도 추가 금액 발생
- 배송기간
- 7일 이내 출고 (주말, 공휴일 제외)
14
상품번호: 2408050013
모델: 튤립 캣닢 마따따비 쿠션
Today is whose day?
블랭크데이
반려동물의 행복한 하루를 위하여 귀엽고 사랑스러우며, 안전한 장난감을 직접 디자인하고 손으로 만들며, 특히 심심한 고양이를 위해 캣닢과 마따따비를 사용한 장난감을 제안합니다.
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