Rose Lace Robe
${function() {
const variantData = data.variant || {"id":"1da5aa46-190a-4b07-8c80-d7f73451ed6f","product_id":"558df2b1-9685-4f2d-8808-ba7b73229553","title":"Wine Red-Small","weight_unit":"kg","inventory_quantity":1000,"sku":"SI-Q-L139-WRED-S","barcode":"","position":1,"option1":"Wine Red","option2":"Small","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b5e392a74d105da3d825510e71586ffc.jpeg","path":"b5e392a74d105da3d825510e71586ffc.jpeg","width":1680,"height":2528,"alt":"Lovingerie - Rose Lace Robe","aspect_ratio":0.6645569620253164},"wholesale_price":[{"price":42,"min_quantity":1}],"weight":"0","compare_at_price":"65","price":"42","retail_price":"65","available":true,"url":"\/products\/rosy-red-robe?variant=1da5aa46-190a-4b07-8c80-d7f73451ed6f","available_quantity":999999999,"options":[{"name":"Color","value":"Wine Red"},{"name":"Size","value":"Small"}],"off_ratio":35,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Wine Red
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Size:
Small
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$42.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":"1da5aa46-190a-4b07-8c80-d7f73451ed6f","product_id":"558df2b1-9685-4f2d-8808-ba7b73229553","title":"Wine Red-Small","weight_unit":"kg","inventory_quantity":1000,"sku":"SI-Q-L139-WRED-S","barcode":"","position":1,"option1":"Wine Red","option2":"Small","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b5e392a74d105da3d825510e71586ffc.jpeg","path":"b5e392a74d105da3d825510e71586ffc.jpeg","width":1680,"height":2528,"alt":"Lovingerie - Rose Lace Robe","aspect_ratio":0.6645569620253164},"wholesale_price":[{"price":42,"min_quantity":1}],"weight":"0","compare_at_price":"65","price":"42","retail_price":"65","available":true,"url":"\/products\/rosy-red-robe?variant=1da5aa46-190a-4b07-8c80-d7f73451ed6f","available_quantity":999999999,"options":[{"name":"Color","value":"Wine Red"},{"name":"Size","value":"Small"}],"off_ratio":35,"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":"1da5aa46-190a-4b07-8c80-d7f73451ed6f","product_id":"558df2b1-9685-4f2d-8808-ba7b73229553","title":"Wine Red-Small","weight_unit":"kg","inventory_quantity":1000,"sku":"SI-Q-L139-WRED-S","barcode":"","position":1,"option1":"Wine Red","option2":"Small","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b5e392a74d105da3d825510e71586ffc.jpeg","path":"b5e392a74d105da3d825510e71586ffc.jpeg","width":1680,"height":2528,"alt":"Lovingerie - Rose Lace Robe","aspect_ratio":0.6645569620253164},"wholesale_price":[{"price":42,"min_quantity":1}],"weight":"0","compare_at_price":"65","price":"42","retail_price":"65","available":true,"url":"\/products\/rosy-red-robe?variant=1da5aa46-190a-4b07-8c80-d7f73451ed6f","available_quantity":999999999,"options":[{"name":"Color","value":"Wine Red"},{"name":"Size","value":"Small"}],"off_ratio":35,"flashsale_info":[],"sales":0};
return `
`
}()}