Animated Kicking Witch Legs
${function() {
const variantData = data.variant || {"id":"33a1634e-3a6e-40aa-9ca1-79dde5b1af02","product_id":"3e567300-047a-4684-b915-fe3f800b6282","title":"Orange","weight_unit":"kg","inventory_quantity":917,"sku":"x-\u5973\u5deb\u817f-\u6a59\u8272-1","barcode":"","position":1,"option1":"Orange","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/18bbcac9d0efcd31d69df241fe98eb34.webp","path":"18bbcac9d0efcd31d69df241fe98eb34.webp","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"48.32","price":"28.99","retail_price":"48.32","available":true,"url":"\/products\/animated-kicking-witch-legs557b4afb-03dc-4e79-95c7-e61db037717b?variant=33a1634e-3a6e-40aa-9ca1-79dde5b1af02","available_quantity":917,"options":[{"name":"Color","value":"Orange"}],"off_ratio":40,"flashsale_info":[],"sales":43};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Color:
Orange
${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
$28.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":"33a1634e-3a6e-40aa-9ca1-79dde5b1af02","product_id":"3e567300-047a-4684-b915-fe3f800b6282","title":"Orange","weight_unit":"kg","inventory_quantity":917,"sku":"x-\u5973\u5deb\u817f-\u6a59\u8272-1","barcode":"","position":1,"option1":"Orange","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/18bbcac9d0efcd31d69df241fe98eb34.webp","path":"18bbcac9d0efcd31d69df241fe98eb34.webp","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"48.32","price":"28.99","retail_price":"48.32","available":true,"url":"\/products\/animated-kicking-witch-legs557b4afb-03dc-4e79-95c7-e61db037717b?variant=33a1634e-3a6e-40aa-9ca1-79dde5b1af02","available_quantity":917,"options":[{"name":"Color","value":"Orange"}],"off_ratio":40,"flashsale_info":[],"sales":43};
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":"33a1634e-3a6e-40aa-9ca1-79dde5b1af02","product_id":"3e567300-047a-4684-b915-fe3f800b6282","title":"Orange","weight_unit":"kg","inventory_quantity":917,"sku":"x-\u5973\u5deb\u817f-\u6a59\u8272-1","barcode":"","position":1,"option1":"Orange","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/18bbcac9d0efcd31d69df241fe98eb34.webp","path":"18bbcac9d0efcd31d69df241fe98eb34.webp","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"48.32","price":"28.99","retail_price":"48.32","available":true,"url":"\/products\/animated-kicking-witch-legs557b4afb-03dc-4e79-95c7-e61db037717b?variant=33a1634e-3a6e-40aa-9ca1-79dde5b1af02","available_quantity":917,"options":[{"name":"Color","value":"Orange"}],"off_ratio":40,"flashsale_info":[],"sales":43};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}