Shiny Ribbed Crop Tank
${function() {
const variantData = data.variant || {"id":"e051a869-a8d3-40bd-b1ea-c143455a2206","product_id":"f84a9b1d-238d-4c43-a4d6-8526547d74f8","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"XJA7153-YE0S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/99ed974f972e52a7e8568e54e3ad45fd.jpeg","path":"99ed974f972e52a7e8568e54e3ad45fd.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/short-sleeveless-on-trend-ribbed-round-neck-casual-wear-tank-a71531e515f28-89ea-4fd4-b5f7-ff8cc00c2c7d1086f506-5f46-45b8-b8e9-7afcfc6b9069?variant=e051a869-a8d3-40bd-b1ea-c143455a2206","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = false;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Yellow
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Size:
S
${function(){
const optName = "Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"e051a869-a8d3-40bd-b1ea-c143455a2206","product_id":"f84a9b1d-238d-4c43-a4d6-8526547d74f8","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"XJA7153-YE0S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/99ed974f972e52a7e8568e54e3ad45fd.jpeg","path":"99ed974f972e52a7e8568e54e3ad45fd.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/short-sleeveless-on-trend-ribbed-round-neck-casual-wear-tank-a71531e515f28-89ea-4fd4-b5f7-ff8cc00c2c7d1086f506-5f46-45b8-b8e9-7afcfc6b9069?variant=e051a869-a8d3-40bd-b1ea-c143455a2206","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}