Elementor 빌더 이용 시 상품 개별 선택이 되지 않은 경우

Elementor 빌더의 Menu Cart 에서 제공하는 Mini Cart 로 인해 엠샵 바로구매의 선택 구매 기능이 동작하지 않은 부분입니다.

차일드 테마의 functions.php 파일에 아래 코드를 추가하신 후 확인해보시기 바랍니다.

add_action( 'woocommerce_before_mini_cart_contents', array( 'MSBN_Cart', 'remove_woocommerce_cart_item_remove_link_filter' ) );
add_action( 'woocommerce_mini_cart_contents', array( 'MSBN_Cart', 'add_woocommerce_cart_item_remove_link_filter' ) );
Category: DIY 체크아웃
Was this article helpful to you? Yes No