The Cindy Thong
${function() {
const variantData = data.variant || {"id":"696c1c43-ccff-4925-a285-fdcb88549be5","product_id":"794c5f6c-cede-4a7e-90cc-2fe8610d6915","title":"Red-Small \/ Medium","weight_unit":"kg","inventory_quantity":1000,"sku":"JEL-1078-RED-S\/M","barcode":"","position":1,"option1":"Red","option2":"Small \/ Medium","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d5e7be4d79c0d5ac0a5bee34746e51cc.jpeg","path":"d5e7be4d79c0d5ac0a5bee34746e51cc.jpeg","width":853,"height":1280,"alt":"Lovingerie - The Cindy Thong","aspect_ratio":0.66640625},"wholesale_price":[{"price":34,"min_quantity":1}],"weight":"0","compare_at_price":"54","price":"34","retail_price":"54","available":true,"url":"\/products\/the-cindy-thong?variant=696c1c43-ccff-4925-a285-fdcb88549be5","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"Small \/ Medium"}],"off_ratio":37,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Red
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Size:
Small / Medium
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$34.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":"696c1c43-ccff-4925-a285-fdcb88549be5","product_id":"794c5f6c-cede-4a7e-90cc-2fe8610d6915","title":"Red-Small \/ Medium","weight_unit":"kg","inventory_quantity":1000,"sku":"JEL-1078-RED-S\/M","barcode":"","position":1,"option1":"Red","option2":"Small \/ Medium","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d5e7be4d79c0d5ac0a5bee34746e51cc.jpeg","path":"d5e7be4d79c0d5ac0a5bee34746e51cc.jpeg","width":853,"height":1280,"alt":"Lovingerie - The Cindy Thong","aspect_ratio":0.66640625},"wholesale_price":[{"price":34,"min_quantity":1}],"weight":"0","compare_at_price":"54","price":"34","retail_price":"54","available":true,"url":"\/products\/the-cindy-thong?variant=696c1c43-ccff-4925-a285-fdcb88549be5","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"Small \/ Medium"}],"off_ratio":37,"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 {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"696c1c43-ccff-4925-a285-fdcb88549be5","product_id":"794c5f6c-cede-4a7e-90cc-2fe8610d6915","title":"Red-Small \/ Medium","weight_unit":"kg","inventory_quantity":1000,"sku":"JEL-1078-RED-S\/M","barcode":"","position":1,"option1":"Red","option2":"Small \/ Medium","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d5e7be4d79c0d5ac0a5bee34746e51cc.jpeg","path":"d5e7be4d79c0d5ac0a5bee34746e51cc.jpeg","width":853,"height":1280,"alt":"Lovingerie - The Cindy Thong","aspect_ratio":0.66640625},"wholesale_price":[{"price":34,"min_quantity":1}],"weight":"0","compare_at_price":"54","price":"34","retail_price":"54","available":true,"url":"\/products\/the-cindy-thong?variant=696c1c43-ccff-4925-a285-fdcb88549be5","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"Small \/ Medium"}],"off_ratio":37,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}