1/5
${data.index + 1}/${data.total}
Description
| Size(inch) | US Size | Bust | Sleeve Length | Length |
| S | 4/6 | 39.2 | 23.2 | 26 |
| M | 8/10 | 41.2 | 23.6 | 26.4 |
| L | 12/14 | 43.2 | 24 | 26.8 |
| XL | 16/18 | 45.2 | 24.4 | 27.2 |
| 2XL | 20 | 47.2 | 24.8 | 27.6 |
| 3XL | 22 | 49.2 | 25.2 | 28 |
You may also like
Recently viewed
Your cart is reserved for
${data.mm}m
${data.ss}s
!
${data.line_items.map(item => {
const renderDiscountApp = () => {
const isEmpty = item.discount_applications && item.discount_applications.length < 1;
const isNotExist = !item.discount_applications;
if (isEmpty || isNotExist) {
return ""
}
return `
${renderDiscountApp()}
`;
}).join('')}
${
(item.discount_applications || []).map(discount_item => {
const discount_item_amount = discount_item.discount_amount || discount_item.amount || '';
return `
${discount_item.title}
(- )
`
}).join('')
}
`
}
return `
${item.options.map(o => `
${o.name}: ${o.value}
`).join('')}
${(item.parsedProperties || []).map((propertie)=>{
if (propertie.isImage){
return `${propertie.name}: View image
`
}else{
return `${propertie.name}: ${propertie.value}
`
}
}).join('')}
Free gift
*${item.quantity}
${function() {
return `
`;
}()}
Cart
Total:
${data.total_discount > 0 ? (
`
`
) : ''}
Taxes and shipping calculated at checkout
