New Function #405
closed
Added by Jisoo Choi 11 months ago.
Updated 10 months ago.
Description
1. 스토리 오더 관리 > 상품 관리 > 상품 순서/노출 설정
2. 스토리 쇼핑 관리 > 상품 등록 관리 > 추천 상품 순서/노출 설정
저장 버튼 왼쪽에 '순서 초기화' 버튼 추가
-> 순서 초기화 버튼 누를 시, 컨펌 팝업 "순서를 초기화하시겠습니까?" 예/아니오
-> 예(순서 초기화) 누를 시, 순서 입력 input 박스 모두 null
로 부탁드립니다.
Files
- Assignee changed from Deca Park to bryant bryant
[ADMIN] 스토리 오더 관리 > 상품 관리 (/storeProduct)
1.상품 순서/노출 설정 (product show setting) modal
- test mall_code='999997'
1) 순서 초기화 (clear product show order) button - add (refer to attach image)
a) msg
- if clicks, show confirm msg.("순서를 초기화하시겠습니까?")
- if YES, do the process and reload the list
b) process
UPDATE st_product
set show_order = NULL
condition: mall_code = {selected mall_code}
[ADMIN] 스토리 쇼핑 관리 > 상품 등록 관리 (/onlineProduct)
1.추천 상품 순서/노출 설정 (product show setting) modal
1) when load the product list
- it takes long time to load product list (fix it)
2) 순서 초기화 (clear product show order) button
a) msg
b) process
- same with [ADMIN] 스토리 오더 관리 > 상품 관리 (/storeProduct)
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Jisoo Choi
- Status changed from Resolved to Closed
Also available in: Atom
PDF