파일을 직접수정하지 않고 hook을 사용해 관리자 메뉴 추가.

기존 shop_admin 에 포함되어있던 새 파일을 fg_admin 폴더 내부로 이동
관리자 월 정산용 페이지 오작동 문제 해결
This commit is contained in:
2025-12-11 10:40:20 +09:00
parent 8ea1ab51fc
commit d125d39965
18 changed files with 208 additions and 3186 deletions

View File

@ -19,10 +19,5 @@ $menu['menu400'] = array(
array('400800', '쿠폰관리', G5_ADMIN_URL . '/shop_admin/couponlist.php', 'scf_coupon'),
array('400810', '쿠폰존관리', G5_ADMIN_URL . '/shop_admin/couponzonelist.php', 'scf_coupon_zone'),
array('400750', '추가배송비관리', G5_ADMIN_URL . '/shop_admin/sendcostlist.php', 'scf_sendcost', 1),
array('400410', '미완료주문', G5_ADMIN_URL . '/shop_admin/inorderlist.php', 'scf_inorder', 1),
array('400411', '매표소주문확인', G5_ADMIN_URL.'/shop_admin/orderlist_ticket.php', 'scf_order', 1),
array('400421', '혜윰주문확인', G5_ADMIN_URL.'/shop_admin/orderlist_hy.php', 'scf_order', 1),
array('400431', 'B2B주문확인', G5_ADMIN_URL.'/shop_admin/orderlist_b2b.php', 'scf_order', 1),
array('400412', '관리자주문확인', G5_ADMIN_URL . '/shop_admin/orderlist_admin.php', 'scf_order', 1),
array('400413', '관지라월정산용', G5_ADMIN_URL . '/shop_admin/orderlist_admin_sum.php', 'scf_order', 1),
array('400410', '미완료주문', G5_ADMIN_URL . '/shop_admin/inorderlist.php', 'scf_inorder', 1)
);