Smart Cat Toys Interactive Ball
${function() {
const variantData = data.variant || {"id":"78dd0a8b-4d1b-4ea3-b4f6-ab3605097245","product_id":"6503ffbd-f1e9-44ba-9bc6-943592136e96","title":"Pink-bird sound-EVA","weight_unit":"kg","inventory_quantity":10000,"sku":"CSQ-PinkE","barcode":"'699963939030","position":1,"option1":"Pink-bird sound","option2":"EVA","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/09b34589e80cafc9fdd16cf046e57cee.png","path":"09b34589e80cafc9fdd16cf046e57cee.png","width":574,"height":574,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"21.99","price":"9.99","retail_price":"21.99","available":true,"url":"\/products\/smart-cat-toys-interactive-ball?variant=78dd0a8b-4d1b-4ea3-b4f6-ab3605097245","available_quantity":999999999,"options":[{"name":"Color","value":"Pink-bird sound"},{"name":"Material","value":"EVA"}],"off_ratio":55,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Pink-bird sound
${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}
`
}()}
Material:
EVA
${function(){
const optName = "Material";
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
$9.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":"78dd0a8b-4d1b-4ea3-b4f6-ab3605097245","product_id":"6503ffbd-f1e9-44ba-9bc6-943592136e96","title":"Pink-bird sound-EVA","weight_unit":"kg","inventory_quantity":10000,"sku":"CSQ-PinkE","barcode":"'699963939030","position":1,"option1":"Pink-bird sound","option2":"EVA","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/09b34589e80cafc9fdd16cf046e57cee.png","path":"09b34589e80cafc9fdd16cf046e57cee.png","width":574,"height":574,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"21.99","price":"9.99","retail_price":"21.99","available":true,"url":"\/products\/smart-cat-toys-interactive-ball?variant=78dd0a8b-4d1b-4ea3-b4f6-ab3605097245","available_quantity":999999999,"options":[{"name":"Color","value":"Pink-bird sound"},{"name":"Material","value":"EVA"}],"off_ratio":55,"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":"78dd0a8b-4d1b-4ea3-b4f6-ab3605097245","product_id":"6503ffbd-f1e9-44ba-9bc6-943592136e96","title":"Pink-bird sound-EVA","weight_unit":"kg","inventory_quantity":10000,"sku":"CSQ-PinkE","barcode":"'699963939030","position":1,"option1":"Pink-bird sound","option2":"EVA","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/09b34589e80cafc9fdd16cf046e57cee.png","path":"09b34589e80cafc9fdd16cf046e57cee.png","width":574,"height":574,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"21.99","price":"9.99","retail_price":"21.99","available":true,"url":"\/products\/smart-cat-toys-interactive-ball?variant=78dd0a8b-4d1b-4ea3-b4f6-ab3605097245","available_quantity":999999999,"options":[{"name":"Color","value":"Pink-bird sound"},{"name":"Material","value":"EVA"}],"off_ratio":55,"flashsale_info":[],"sales":0};
return `
`
}()}