🦩 Swirl Bird 🦩 A whimsical and dynamic bird that spins with the slight garden breeze
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"7f563cf7-9528-4566-8d2c-e7c89e511143","product_id":"5fdaa502-8973-4fe3-aa16-11a2f68e4375","title":"White","weight_unit":"kg","inventory_quantity":995,"sku":"","barcode":"","position":1,"option1":"White","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec04f9270186e4c72bda41d55a6b18fe.png","path":"ec04f9270186e4c72bda41d55a6b18fe.png","width":540,"height":540,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"27.99","retail_price":"49.99","available":true,"url":"\/products\/swirl-bird-a-whimsical-and-dynamic-bird-that-spins-with-the-slight-garden-breezeae754dc3-377a-4cdb-b112-e46d9d785810d090cf0a-ada5-4893-9882-dbb2913d99c5?variant=7f563cf7-9528-4566-8d2c-e7c89e511143","available_quantity":999999999,"options":[{"name":"Color","value":"White"}],"off_ratio":44,"flashsale_info":[],"sales":1};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Color:
White
${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}
`
}()}
Add to cart
$27.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":"7f563cf7-9528-4566-8d2c-e7c89e511143","product_id":"5fdaa502-8973-4fe3-aa16-11a2f68e4375","title":"White","weight_unit":"kg","inventory_quantity":995,"sku":"","barcode":"","position":1,"option1":"White","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec04f9270186e4c72bda41d55a6b18fe.png","path":"ec04f9270186e4c72bda41d55a6b18fe.png","width":540,"height":540,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"27.99","retail_price":"49.99","available":true,"url":"\/products\/swirl-bird-a-whimsical-and-dynamic-bird-that-spins-with-the-slight-garden-breezeae754dc3-377a-4cdb-b112-e46d9d785810d090cf0a-ada5-4893-9882-dbb2913d99c5?variant=7f563cf7-9528-4566-8d2c-e7c89e511143","available_quantity":999999999,"options":[{"name":"Color","value":"White"}],"off_ratio":44,"flashsale_info":[],"sales":1};
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":"7f563cf7-9528-4566-8d2c-e7c89e511143","product_id":"5fdaa502-8973-4fe3-aa16-11a2f68e4375","title":"White","weight_unit":"kg","inventory_quantity":995,"sku":"","barcode":"","position":1,"option1":"White","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec04f9270186e4c72bda41d55a6b18fe.png","path":"ec04f9270186e4c72bda41d55a6b18fe.png","width":540,"height":540,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"27.99","retail_price":"49.99","available":true,"url":"\/products\/swirl-bird-a-whimsical-and-dynamic-bird-that-spins-with-the-slight-garden-breezeae754dc3-377a-4cdb-b112-e46d9d785810d090cf0a-ada5-4893-9882-dbb2913d99c5?variant=7f563cf7-9528-4566-8d2c-e7c89e511143","available_quantity":999999999,"options":[{"name":"Color","value":"White"}],"off_ratio":44,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}