${function() {
const variantData = data.variant || {"id":"e4691a2c-cfbf-4d52-976d-41d1e58fcd90","product_id":"f17cbc95-1db6-47a0-b3d5-b1b3e9fd7404","title":"Flower 1-2XL","weight_unit":"g","inventory_quantity":200,"sku":"CJYJ182470603CX","barcode":"","position":1,"option1":"Flower 1","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/002d5679d021f4ae990c567daa8794eb.jpeg","path":"002d5679d021f4ae990c567daa8794eb.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59,"min_quantity":1}],"weight":"310","compare_at_price":"0","price":"59","retail_price":"0","available":true,"url":"\/products\/womens-black-flounced-skirt-split-swimsuit?variant=e4691a2c-cfbf-4d52-976d-41d1e58fcd90","available_quantity":200,"options":[{"name":"Color","value":"Flower 1"},{"name":"Size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Flower 1
${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
: 2XL
${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
$59.00
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"e4691a2c-cfbf-4d52-976d-41d1e58fcd90","product_id":"f17cbc95-1db6-47a0-b3d5-b1b3e9fd7404","title":"Flower 1-2XL","weight_unit":"g","inventory_quantity":200,"sku":"CJYJ182470603CX","barcode":"","position":1,"option1":"Flower 1","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/002d5679d021f4ae990c567daa8794eb.jpeg","path":"002d5679d021f4ae990c567daa8794eb.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59,"min_quantity":1}],"weight":"310","compare_at_price":"0","price":"59","retail_price":"0","available":true,"url":"\/products\/womens-black-flounced-skirt-split-swimsuit?variant=e4691a2c-cfbf-4d52-976d-41d1e58fcd90","available_quantity":200,"options":[{"name":"Color","value":"Flower 1"},{"name":"Size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
return `
`
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"e4691a2c-cfbf-4d52-976d-41d1e58fcd90","product_id":"f17cbc95-1db6-47a0-b3d5-b1b3e9fd7404","title":"Flower 1-2XL","weight_unit":"g","inventory_quantity":200,"sku":"CJYJ182470603CX","barcode":"","position":1,"option1":"Flower 1","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/002d5679d021f4ae990c567daa8794eb.jpeg","path":"002d5679d021f4ae990c567daa8794eb.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59,"min_quantity":1}],"weight":"310","compare_at_price":"0","price":"59","retail_price":"0","available":true,"url":"\/products\/womens-black-flounced-skirt-split-swimsuit?variant=e4691a2c-cfbf-4d52-976d-41d1e58fcd90","available_quantity":200,"options":[{"name":"Color","value":"Flower 1"},{"name":"Size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}