${function() {
const variantData = data.variant || {"id":"b0efe9a7-65b0-485b-ad3e-c9c88d328ef1","product_id":"55452755-e74d-48cd-b97f-a6aec04cd726","title":"Black-\ud83d\udc9d1PC","weight_unit":"kg","inventory_quantity":970,"sku":"QR1347617-","barcode":"","position":1,"option1":"Black","option2":"\ud83d\udc9d1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/126d5e1a4d743edf471f72d081f47c84.jpeg","path":"126d5e1a4d743edf471f72d081f47c84.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"29.99","retail_price":"39.99","available":true,"url":"\/products\/lighter0a41a2c5-62be-48c8-b00e-0a7441f9c07f?variant=b0efe9a7-65b0-485b-ad3e-c9c88d328ef1","available_quantity":970,"options":[{"name":"Color","value":"Black"},{"name":"Buy More Save More","value":"\ud83d\udc9d1PC"}],"off_ratio":25,"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
: Black
${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}
`
}()}
Buy More Save More
: 💝1PC
${function(){
const optName = "Buy More Save More";
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
$29.99
${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":"b0efe9a7-65b0-485b-ad3e-c9c88d328ef1","product_id":"55452755-e74d-48cd-b97f-a6aec04cd726","title":"Black-\ud83d\udc9d1PC","weight_unit":"kg","inventory_quantity":970,"sku":"QR1347617-","barcode":"","position":1,"option1":"Black","option2":"\ud83d\udc9d1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/126d5e1a4d743edf471f72d081f47c84.jpeg","path":"126d5e1a4d743edf471f72d081f47c84.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"29.99","retail_price":"39.99","available":true,"url":"\/products\/lighter0a41a2c5-62be-48c8-b00e-0a7441f9c07f?variant=b0efe9a7-65b0-485b-ad3e-c9c88d328ef1","available_quantity":970,"options":[{"name":"Color","value":"Black"},{"name":"Buy More Save More","value":"\ud83d\udc9d1PC"}],"off_ratio":25,"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.