{{#each myOrdersGroupByYmd}}

{{ orderYmd }} (총 {{ordersForDay.length}} 건)

{{#each ordersForDay}}
주문번호 {{orderNo}}
{{#each nextActions}} {{#ifEq nextActionType 'VIEW_DELIVERY'}} 배송 조회 {{/ifEq}} {{/each}}
    {{#each orderOptions}}
  • {{#if claimStatusTypeLabel}} {{claimStatusTypeLabel}} {{else}} {{orderStatusTypeLabel}} {{/if}}
    {{#ifEq imageUrlInfo.0.imageUrlType 'VIDEO_URL'}}
    {{else if imageUrlInfo.0.url}} {{img imageUrlInfo.0.url 105 105 productName 'middle' ''}} {{else}} {{img imageUrl 105 105 productName 'middle' ''}} {{/ifEq}}
    {{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}}
{{/each}} {{else}}
{{#if isLoading}}
{{else}}
주문 내역이 없습니다.
{{/if}}
{{/each}}