DOG&CAT
[피도테일] 커브오브제 식기 (더블 세트)
혜택안내
- 마일리지
-
1% (+1672P)
- 쿠폰
-
[웰컴 쿠폰] 5천원 할인
- 카드할인
- 최대 7개월 무이자 할부
배송정보
- 배송비
- 3,000원 (80,000원 이상 구매시 무료배송)
도서산간 지역 별도 추가 금액 발생
- 배송기간
- 3일 이내 출고 (주말, 공휴일 제외)
14
상품번호: 2405200009
모델: 커브오브제 식기 (더블 세트)
Family, not just Pet
피도테일
당신이 얼마나 반려동물을 사랑하는지 이해하는 피도테일은 당신과 동물이 함께 하는 행복한 순간을 생각하며 디자인과 쓰임을 연구하고 세심하고 건강하게 제품을 만듭니다.
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