HUMAN
[후르타] 트레이닝 베스트 에코 (Cinamon)
혜택안내
- 마일리지
-
1% (+1990P)
- 쿠폰
-
[웰컴 쿠폰] 5천원 할인
- 카드할인
- 최대 7개월 무이자 할부
배송정보
- 배송비
- 무료배송 (단, 교환/환불 시 배송비 고객 부담)
도서산간 지역 별도 추가 금액 발생
- 배송기간
- 3일 이내 출고 (주말, 공휴일 제외)
16
상품번호: 2407010009
모델: 트레이닝 베스트 에코 (Cinamon)
We are Dog People
후르타
기능적 완성도와 뛰어난 내구성 뿐만 아니라 반려견을 돋보이게 만들어 주는 심플한 디자인과 세련된 컬러감으로 세계 반려인의 사랑을 받고 있습니다.
Buy with Confidence 
-
지속가능성
생태계 유지 발전을
고려한 제품
-
굿 디자인
디자인의 차별성과
완성도가 높은 제품
-
뉴 라이징
주목할 만한 신진
브랜드의 제품
-
헤리티지
업력이 10년 이상인
브랜드 제품
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