Cat Door Knocker
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"cc196f8e-0d3a-440a-bd44-8ffba58a9482","product_id":"aba85fc2-a1d2-45e4-8af9-6e62ad379c7d","title":"style A-buy 1","weight_unit":"kg","inventory_quantity":978,"sku":"x-\u00a8\u00a8-1","barcode":"","position":1,"option1":"style A","option2":"buy 1","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6174e10e1ab2bc181c2f2b09fa7b54a6.jpeg","path":"6174e10e1ab2bc181c2f2b09fa7b54a6.jpeg","width":794,"height":1058,"alt":"","aspect_ratio":0.7504725897920604},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/cat-door-knocker018a81c2-779d-4c37-9368-29d0dc560b1d?variant=cc196f8e-0d3a-440a-bd44-8ffba58a9482","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":0,"flashsale_info":[],"sales":7};
const saveType = "amount";
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":"cc196f8e-0d3a-440a-bd44-8ffba58a9482","product_id":"aba85fc2-a1d2-45e4-8af9-6e62ad379c7d","title":"style A-buy 1","weight_unit":"kg","inventory_quantity":978,"sku":"x-\u00a8\u00a8-1","barcode":"","position":1,"option1":"style A","option2":"buy 1","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6174e10e1ab2bc181c2f2b09fa7b54a6.jpeg","path":"6174e10e1ab2bc181c2f2b09fa7b54a6.jpeg","width":794,"height":1058,"alt":"","aspect_ratio":0.7504725897920604},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/cat-door-knocker018a81c2-779d-4c37-9368-29d0dc560b1d?variant=cc196f8e-0d3a-440a-bd44-8ffba58a9482","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":0,"flashsale_info":[],"sales":7};
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":"cc196f8e-0d3a-440a-bd44-8ffba58a9482","product_id":"aba85fc2-a1d2-45e4-8af9-6e62ad379c7d","title":"style A-buy 1","weight_unit":"kg","inventory_quantity":978,"sku":"x-\u00a8\u00a8-1","barcode":"","position":1,"option1":"style A","option2":"buy 1","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6174e10e1ab2bc181c2f2b09fa7b54a6.jpeg","path":"6174e10e1ab2bc181c2f2b09fa7b54a6.jpeg","width":794,"height":1058,"alt":"","aspect_ratio":0.7504725897920604},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/cat-door-knocker018a81c2-779d-4c37-9368-29d0dc560b1d?variant=cc196f8e-0d3a-440a-bd44-8ffba58a9482","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":0,"flashsale_info":[],"sales":7};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}