Helena
${function() {
const variantData = data.variant || {"id":"cc96415a-f316-47d8-95ed-718dc8cae090","product_id":"9322811c-6cb3-4469-b00e-b0425320ea83","title":"Red-S (110 - 130 lbs)","weight_unit":"kg","inventory_quantity":1000,"sku":"helena-red-s","barcode":"","position":1,"option1":"Red","option2":"S (110 - 130 lbs)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dece566b85d3224e02a3644c862a9618.jpeg","path":"dece566b85d3224e02a3644c862a9618.jpeg","width":1080,"height":1349,"alt":"Lovingerie - Helena","aspect_ratio":0.8005930318754633},"wholesale_price":[{"price":43,"min_quantity":1}],"weight":"0","compare_at_price":"47","price":"43","retail_price":"47","available":true,"url":"\/products\/helena?variant=cc96415a-f316-47d8-95ed-718dc8cae090","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Cup Size","value":"S (110 - 130 lbs)"}],"off_ratio":9,"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}
`
}()}
Cup 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
$43.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":"cc96415a-f316-47d8-95ed-718dc8cae090","product_id":"9322811c-6cb3-4469-b00e-b0425320ea83","title":"Red-S (110 - 130 lbs)","weight_unit":"kg","inventory_quantity":1000,"sku":"helena-red-s","barcode":"","position":1,"option1":"Red","option2":"S (110 - 130 lbs)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dece566b85d3224e02a3644c862a9618.jpeg","path":"dece566b85d3224e02a3644c862a9618.jpeg","width":1080,"height":1349,"alt":"Lovingerie - Helena","aspect_ratio":0.8005930318754633},"wholesale_price":[{"price":43,"min_quantity":1}],"weight":"0","compare_at_price":"47","price":"43","retail_price":"47","available":true,"url":"\/products\/helena?variant=cc96415a-f316-47d8-95ed-718dc8cae090","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Cup Size","value":"S (110 - 130 lbs)"}],"off_ratio":9,"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":"cc96415a-f316-47d8-95ed-718dc8cae090","product_id":"9322811c-6cb3-4469-b00e-b0425320ea83","title":"Red-S (110 - 130 lbs)","weight_unit":"kg","inventory_quantity":1000,"sku":"helena-red-s","barcode":"","position":1,"option1":"Red","option2":"S (110 - 130 lbs)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dece566b85d3224e02a3644c862a9618.jpeg","path":"dece566b85d3224e02a3644c862a9618.jpeg","width":1080,"height":1349,"alt":"Lovingerie - Helena","aspect_ratio":0.8005930318754633},"wholesale_price":[{"price":43,"min_quantity":1}],"weight":"0","compare_at_price":"47","price":"43","retail_price":"47","available":true,"url":"\/products\/helena?variant=cc96415a-f316-47d8-95ed-718dc8cae090","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Cup Size","value":"S (110 - 130 lbs)"}],"off_ratio":9,"flashsale_info":[],"sales":0};
return `
`
}()}