{{#each myOrdersGroupByYmd}}
{{/each}}
{{else}}
{{ orderYmd }} (총 {{ordersForDay.length}} 건)
{{#each ordersForDay}}
주문번호
{{orderNo}}
{{#each nextActions}}
{{#ifEq nextActionType 'VIEW_DELIVERY'}}
배송 조회
{{/ifEq}}
{{/each}}
-
{{#each orderOptions}}
-
{{#if claimStatusTypeLabel}} {{claimStatusTypeLabel}} {{else}} {{orderStatusTypeLabel}} {{/if}}
- {{safeString unescapedProductName}}
-
{{#ifNe optionType 'PRODUCT_ONLY'}}
{{{displayNormalOption optionName optionValue}}}
{{/ifNe}}
{{#each inputs}}
{{inputLabel}} : {{inputValue}}
{{/each}}
수량: {{orderCnt}} {{convertToKoreanCurrency price.buyAmt}}원-
{{#ifEqOne ../payType 'VIRTUAL_ACCOUNT' 'ESCROW_VIRTUAL_ACCOUNT'}}
{{#each nextActions}}
{{#if (orderStatusConfig)}}
{{#ifEq nextActionType 'CANCEL_ALL'}}
- {{/ifEq}} {{/if}} {{/each}} {{/ifEqOne}} {{#each nextActions}} {{#if (orderStatusConfig)}} {{#ifEq nextActionType 'CANCEL'}}
- {{/ifEq}} {{/if}} {{#ifEq nextActionType 'EXCHANGE'}}
- {{/ifEq}} {{#ifEq nextActionType 'RETURN'}}
- {{/ifEq}} {{#ifEq nextActionType 'WITHDRAW_CANCEL'}}
- {{/ifEq}} {{#ifEq nextActionType 'WITHDRAW_EXCHANGE'}}
- {{/ifEq}} {{#ifEq nextActionType 'WITHDRAW_RETURN'}}
- {{/ifEq}} {{#ifEq nextActionType 'CONFIRM_ORDER'}}
- {{/ifEq}} {{#ifEq nextActionType 'WRITE_REVIEW'}}
- {{/ifEq}} {{/each}}
{{/each}}
{{#if isLoading}}
{{else}}
{{/each}}
주문 내역이 없습니다.
{{/if}}