혜택안내
- 마일리지
-
1% (+87P)
- 쿠폰
-
[웰컴 쿠폰] 5천원 할인
- 카드할인
- 최대 7개월 무이자 할부
배송정보
- 배송비
- 3,500원 (34,000원 이상 구매시 무료배송)
도서산간 지역 별도 추가 금액 발생
- 배송기간
- 3일 이내 출고 (주말, 공휴일 제외)
15
상품번호: 2407290003
모델: 제주 당근 칩 30g
Real Food, Real Health
오쏘트루
파종에서 수확까지 함께하는 농가 계약 시스템을 통해 믿을 수 있는 친환경 식재료와 당일 생산한 냉장육만을 사용해 진공동결건조 방식으로 첨가제 없이 건강한 반려동물 간식을 만듭니다.
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