Model SL206
${function() {
const variantData = data.variant || {"id":"bda6cc5d-215e-46be-9990-414ff03d9b7c","product_id":"3ac3c142-29e6-41f2-a99c-1ffc33c8eff5","title":"Red-S (110-130 lbs)","weight_unit":"kg","inventory_quantity":1000,"sku":"3256803225592088-Red-S","barcode":"","position":1,"option1":"Red","option2":"S (110-130 lbs)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3038ba73801f5fb33cee10c565264d4a.jpeg","path":"3038ba73801f5fb33cee10c565264d4a.jpeg","width":899,"height":1208,"alt":"Lovingerie - Model SL206","aspect_ratio":0.7442052980132451},"wholesale_price":[{"price":44.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"44.95","retail_price":"0","available":true,"url":"\/products\/model-sl206?variant=bda6cc5d-215e-46be-9990-414ff03d9b7c","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S (110-130 lbs)"}],"off_ratio":0,"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:
S (110-130 lbs)
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$44.95
${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":"bda6cc5d-215e-46be-9990-414ff03d9b7c","product_id":"3ac3c142-29e6-41f2-a99c-1ffc33c8eff5","title":"Red-S (110-130 lbs)","weight_unit":"kg","inventory_quantity":1000,"sku":"3256803225592088-Red-S","barcode":"","position":1,"option1":"Red","option2":"S (110-130 lbs)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3038ba73801f5fb33cee10c565264d4a.jpeg","path":"3038ba73801f5fb33cee10c565264d4a.jpeg","width":899,"height":1208,"alt":"Lovingerie - Model SL206","aspect_ratio":0.7442052980132451},"wholesale_price":[{"price":44.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"44.95","retail_price":"0","available":true,"url":"\/products\/model-sl206?variant=bda6cc5d-215e-46be-9990-414ff03d9b7c","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S (110-130 lbs)"}],"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 {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"bda6cc5d-215e-46be-9990-414ff03d9b7c","product_id":"3ac3c142-29e6-41f2-a99c-1ffc33c8eff5","title":"Red-S (110-130 lbs)","weight_unit":"kg","inventory_quantity":1000,"sku":"3256803225592088-Red-S","barcode":"","position":1,"option1":"Red","option2":"S (110-130 lbs)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3038ba73801f5fb33cee10c565264d4a.jpeg","path":"3038ba73801f5fb33cee10c565264d4a.jpeg","width":899,"height":1208,"alt":"Lovingerie - Model SL206","aspect_ratio":0.7442052980132451},"wholesale_price":[{"price":44.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"44.95","retail_price":"0","available":true,"url":"\/products\/model-sl206?variant=bda6cc5d-215e-46be-9990-414ff03d9b7c","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S (110-130 lbs)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}