${function() {
const variantData = data.variant || {"id":"edaae549-fdf3-428f-967e-d5107e73ab3f","product_id":"18d2785b-e16d-4f5d-b6fd-9ad1b35ea2aa","title":"White-S","weight_unit":"kg","inventory_quantity":999,"sku":"K553161637278679040","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/75ceb9ef0c992018151c4f873cb8ec16.jpeg","path":"75ceb9ef0c992018151c4f873cb8ec16.jpeg","width":1181,"height":1575,"alt":"Women's Pencil Sketch Dog Print V Neck Short Sleeve T-Shirt","aspect_ratio":0.7498412698412699},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"37.99","price":"20.99","retail_price":"37.99","available":true,"url":"\/products\/womens-pencil-sketch-dog-print-v-neck-short-sleeve-t-shirt?variant=edaae549-fdf3-428f-967e-d5107e73ab3f","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":370};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: White
${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":"edaae549-fdf3-428f-967e-d5107e73ab3f","product_id":"18d2785b-e16d-4f5d-b6fd-9ad1b35ea2aa","title":"White-S","weight_unit":"kg","inventory_quantity":999,"sku":"K553161637278679040","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/75ceb9ef0c992018151c4f873cb8ec16.jpeg","path":"75ceb9ef0c992018151c4f873cb8ec16.jpeg","width":1181,"height":1575,"alt":"Women's Pencil Sketch Dog Print V Neck Short Sleeve T-Shirt","aspect_ratio":0.7498412698412699},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"37.99","price":"20.99","retail_price":"37.99","available":true,"url":"\/products\/womens-pencil-sketch-dog-print-v-neck-short-sleeve-t-shirt?variant=edaae549-fdf3-428f-967e-d5107e73ab3f","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":370};
return `
`
}()}