/*! [Aaron] 파일 추가 */ /******/ (() => { // webpackBootstrap const { pageHelper } = ShopbySkin; // [Aaron] 전체삭제 이벤트 $(document).on('click', '.btn_delete', () => { const productsEl = document.getElementsByClassName('recent-product-item-wrap'); Object.values(productsEl).forEach(function (item) { // console.log($(item).find('button').attr('shopby-value')); // [Aaron] 상품 삭제 버튼 강제 트리거 $(item).find('button').click(); }) }) /******/ })() ;