Cat Door Knocker
${function() {
const variantData = data.variant || {"id":"60076aac-e8ce-4db6-ad91-d32d323e1ca9","product_id":"164aaab3-5737-4df6-978b-2c6ee15151b9","title":"style A-buy 1","weight_unit":"kg","inventory_quantity":1000,"sku":"x-\u732b\u95e8\u73af-1","barcode":"","position":1,"option1":"style A","option2":"buy 1","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/25a8821475253f9a7afb69bfc4978a27.jpg","path":"25a8821475253f9a7afb69bfc4978a27.jpg","width":794,"height":1058,"alt":"","aspect_ratio":0.7504725897920604},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"29.99","retail_price":"49.99","available":true,"url":"\/products\/cat-door-knocker?variant=60076aac-e8ce-4db6-ad91-d32d323e1ca9","available_quantity":999999999,"options":[{"name":"STYLE","value":"style A"},{"name":"Do you need to buy multiple decorations for your home?","value":"buy 1"}],"off_ratio":40,"flashsale_info":[],"sales":77};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Style:
style A
${function(){
const optName = "STYLE";
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}
`
}()}
Do You Need To Buy Multiple Decorations For Your Home?:
buy 1
${function(){
const optName = "Do you need to buy multiple decorations for your home?";
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":"60076aac-e8ce-4db6-ad91-d32d323e1ca9","product_id":"164aaab3-5737-4df6-978b-2c6ee15151b9","title":"style A-buy 1","weight_unit":"kg","inventory_quantity":1000,"sku":"x-\u732b\u95e8\u73af-1","barcode":"","position":1,"option1":"style A","option2":"buy 1","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/25a8821475253f9a7afb69bfc4978a27.jpg","path":"25a8821475253f9a7afb69bfc4978a27.jpg","width":794,"height":1058,"alt":"","aspect_ratio":0.7504725897920604},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"29.99","retail_price":"49.99","available":true,"url":"\/products\/cat-door-knocker?variant=60076aac-e8ce-4db6-ad91-d32d323e1ca9","available_quantity":999999999,"options":[{"name":"STYLE","value":"style A"},{"name":"Do you need to buy multiple decorations for your home?","value":"buy 1"}],"off_ratio":40,"flashsale_info":[],"sales":77};
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":"60076aac-e8ce-4db6-ad91-d32d323e1ca9","product_id":"164aaab3-5737-4df6-978b-2c6ee15151b9","title":"style A-buy 1","weight_unit":"kg","inventory_quantity":1000,"sku":"x-\u732b\u95e8\u73af-1","barcode":"","position":1,"option1":"style A","option2":"buy 1","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/25a8821475253f9a7afb69bfc4978a27.jpg","path":"25a8821475253f9a7afb69bfc4978a27.jpg","width":794,"height":1058,"alt":"","aspect_ratio":0.7504725897920604},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"29.99","retail_price":"49.99","available":true,"url":"\/products\/cat-door-knocker?variant=60076aac-e8ce-4db6-ad91-d32d323e1ca9","available_quantity":999999999,"options":[{"name":"STYLE","value":"style A"},{"name":"Do you need to buy multiple decorations for your home?","value":"buy 1"}],"off_ratio":40,"flashsale_info":[],"sales":77};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}