MUSINSA currently accepts 5 different currencies, and the payment currency will vary depending on the selected shipping country.
■ Payment currencies available by shipping destination:
- Japan: JPY
- United States: USD
- Vietnam: VND
- Singapore: SGD
- Thailand: THB
- Canada: CAD
- Australia: AUD
- Newzealand: NZD
- Hong Kong: HKD
- Taiwan: TWD
- Indonesia: IDR
- Malaysia: MYR
- Philippines: PHP
<% if (previousArticle) { %>
<% } %>
<% if (items.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>