New Function #28
closed[ADMIN] 온라인몰 관리 (online mall management) - part2
Added by Deca Park almost 2 years ago. Updated about 1 year ago.
Description
Files
online_mall_search_modal.png (27 KB) online_mall_search_modal.png | Deca Park, 05/13/2023 04:47 PM | ||
admin_selectbox.png (57.6 KB) admin_selectbox.png | Deca Park, 05/13/2023 04:47 PM |
Related issues
Updated by Deca Park almost 2 years ago
- Copied from New Function #24: [ADMIN] 온라인몰 관리 (online mall management) - part1 added
Updated by Deca Park almost 2 years ago
- Copied to New Function #29: [ADMIN] 배너 관리 (banner management) added
Updated by Deca Park almost 2 years ago
1.주문/배송 관리 (order/delivery management)
문의 관리 (product qna management)
추천 사용처 등록 관리 (recommend mall management)
1) Modify page
- develop page (not modal)
a) page navigation
- append with '> 상세'
ex) 온라인몰 관리 > 쇼핑몰 등록 관리 > 상세
b) button
- 닫기 (close) -> 취소 (cancel)
- if click, return to the list page
2) Add page
- develop page (not modal)
a) page navigation
- append with '> 추가'
ex) 온라인몰 관리 > 쇼핑몰 등록 관리 > 추가
b) button
- same with 1.1).b)
Updated by Toby Pham almost 2 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Toby Pham to Deca Park
Updated by Deca Park almost 2 years ago
온라인몰 관리 > 문의 관리 (QnA management) - Spec change
- p81 (v1.57 on #21)
Updated by Deca Park almost 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to Toby Pham
Updated by Deca Park almost 2 years ago
- Assignee changed from Toby Pham to bryant bryant
Updated by bryant bryant almost 2 years ago
- Status changed from Feedback to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park almost 2 years ago
[온라인몰 관리 > 주문/배송 관리 (order/delivery management)] - Spec change
- p76 ~ 79 (v1.58 on #21)
Updated by Deca Park almost 2 years ago
[온라인몰 관리 > 추천 사용처 등록 관리 (recommend mall management)]
- p84 ~ 85 (v1.58 on #21)
Updated by Deca Park almost 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to Toby Pham
Updated by Toby Pham almost 2 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Toby Pham to Deca Park
Updated by Deca Park almost 2 years ago
[온라인몰 관리 > 주문/배송 관리 (/orderDelivery)] - QA
0.URI
- change URI: /orderDelivery -> /onlineOrder
1.List page
1) search area
a) 주문자
- search with user name/ID of st_order.user_seq (currently, it's search by reg_user_seq)
b) 환불상태 / 교환상태 / 취소상태
a-1) buttons: vertical align - center
a-2) if button is selected, apply selected style into the button (currently, we can't know which button is selected)
a-3) remove bottom margin of the button row
c) 검색 (search) button
- whenever search, clear 환불상태 / 교환상태 / 취소상태's selected status
2) Grid column
a) 주문자 / 주문자ID
- show with user name/ID of st_order.user_seq
2.상세(Modify) page
1) common (of all page)
a) selectbox option
- apply vertical align: center (currently, option text is cut a little - refer to attach image)
2) fields
a) 취소 / 교환 / 환불 (claim cancel / exchange / refund)
- currently, if claim status is 취소요청 / 교환요청 / 환불요청 (claim status CS10/CS30/CS20), 취소완료/교환완료/환불완료 button is shown
- if 취소완료/교환완료/환불완료 button is checked and 저장(save), claim status should be updated (currently, it's not updated)
3.추가(Add) page
1) fields
a) 총 상품 금액 : {order_amount}
- if product is selected, set SUM of selected product's sale_price (currently, it's not set)
b) 결제금액 : {payment_amount}
- set by 총 상품 금액{order_amount} + 배송비{delivery_amount} - 포인트 사용액{use_point} - 적립금 사용액{use_money} (currnetly, delivery_amount is deducted wrong)
c) 주문자 연락처 : {orderer_phone}
- if 주문자(user) is selected, set by user's {hp}
d) 수령자 > 주문자와 동일 (same as orderer) checkbox
- if it's checked, set 배송주소(zipcode/address/sub_address) fields by selected user's zipcode/address/sub_address too
4.회원 검색 (search user) modal
1) Grid (like 쇼핑몰 검색 (search online mall modal)
a) add checkbox on first column
b) remove 처리 column
2) buttons
a) 선택 (select)
- set checked row's user
5.쇼핑몰 검색 (search online mall) & 상품 검색 (search online product) modal
- reuse common modal like 쿠폰 등록 관리 (coupon management)
Updated by Deca Park almost 2 years ago
- File admin_selectbox.png admin_selectbox.png added
- File online_mall_search_modal.png online_mall_search_modal.png added
Updated by Deca Park almost 2 years ago
[온라인몰 관리 > 문의 관리 (/productQna)] - QA
1.List page
1) search
a) 환불 상태 (like 주문/배송 관리)
- seperate area from Grid area like 주문/배송 관리
- if button is selected, apply selected style into the button
- remove bottom margin of the button row
2) Grid column
a) decrease 문의제목 width and increase 문의유형 width
[온라인몰 관리 > 추천 사용처 등록 관리 (/mallRecommend)] - QA
1.추가(Add) page
1) Fields
a) 게시 일자
- enable datapicker icon
b) 쇼핑몰 seach icon
- currently, can't re-open the online mall search modal after close the modal (bug) - check all page used search modal
2) Button
a) 저장(save)
- although server error doesn't happen, data is not saved (bug)
3) 쇼핑몰 검색 (online mall search) modal
- reuse common the modal
2.상세(Modify) page
1) Fields
- same with 추가(Add) page
[온라인몰 관리 > 후기 관리 (/onlineReview)] - QA
1.List page
1) Grid column
- decrease 후기제목 width and increase 상품명 width a little
2) 엑셀 다운 (excel download)
- file name: '온라인몰_후기목록.xls'
Updated by Deca Park almost 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to Toby Pham
Updated by Toby Pham almost 2 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Toby Pham to Deca Park
Updated by Deca Park almost 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to Toby Pham
Updated by Toby Pham almost 2 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Toby Pham to Deca Park
Updated by Deca Park almost 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to Toby Pham
Updated by Toby Pham almost 2 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Toby Pham to Deca Park