Skip to content
  • 🚚 빠른 배송 🛠️ 전문시공 · 디자인컨설팅 가능
baccum85baccum85
  • ×
  • 장바구니
  • 로그인 / 회원가입하기
  • 상담문의
  • 장바구니
  • ×

내 계정

로그인

비밀번호를 잊어버리셨나요?

회원가입하기

새 비밀번호를 설정하는 링크가 회원님의 이메일 주소로 전송됩니다.

개인 데이터는 이 웹사이트 전체에서 사용자 경험을 지원하고, 사용자 계정에 대한 액세스를 관리하며, 개인정보 보호정책에 설명한 기타 목적을 이행하는 데 사용됩니다.

디자인바꿈. All rights reserved. Inspired by better space.

  • 장바구니
  • 내 계정
  • 결제
  • 로그인 / 회원가입하기
  • 상담문의
jQuery(document).ready(function($){ $('.product-small').each(function(){ var $product = $(this); var $boxText = $product.find('.box-text'); // 버튼 컨테이너 생성 if(!$boxText.find('.custom-button-footer').length) { var $footer = $('
'); // 장바구니 버튼 이동 var $cart = $product.find('.add-to-cart-container, .add_to_cart_button').first().clone(); if($cart.length) $footer.append($cart); // 좋아요 버튼 이동 var $wishlist = $product.find('.yith-wcwl-add-to-wishlist').first().clone(); if($wishlist.length) $footer.append($wishlist); $boxText.append($footer); // 원본 숨기기 $product.find('.image-cover').hide(); } }); });