2021 Christmas Ornament, Christmas Socks
${function() {
const variantData = data.variant || {"id":"34c114dc-d9a5-4676-a450-cf9e97a5e753","product_id":"ac773985-534c-40e6-87b7-1210c7a33d13","title":"Socks of 2-10 PCS","weight_unit":"kg","inventory_quantity":0,"sku":"CO029A*10","barcode":"","position":1,"option1":"Socks of 2","option2":"10 PCS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fbcb93958912e0a3b31d10d83913fc7f.jpg","path":"fbcb93958912e0a3b31d10d83913fc7f.jpg","width":1487,"height":1500,"alt":"","aspect_ratio":0.9913333333333333},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"30.99","price":"20.99","retail_price":"30.99","available":true,"url":"\/products\/2021-christmas-ornament-christmas-socks?variant=34c114dc-d9a5-4676-a450-cf9e97a5e753","available_quantity":999999999,"options":[{"name":"TYPE","value":"Socks of 2"},{"name":"Minimum order quantity","value":"10 PCS"}],"off_ratio":32,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Type:
Socks of 2
${function(){
const optName = "TYPE";
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}
`
}()}
Minimum Order Quantity:
10 PCS
${function(){
const optName = "Minimum order quantity";
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
$20.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":"34c114dc-d9a5-4676-a450-cf9e97a5e753","product_id":"ac773985-534c-40e6-87b7-1210c7a33d13","title":"Socks of 2-10 PCS","weight_unit":"kg","inventory_quantity":0,"sku":"CO029A*10","barcode":"","position":1,"option1":"Socks of 2","option2":"10 PCS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fbcb93958912e0a3b31d10d83913fc7f.jpg","path":"fbcb93958912e0a3b31d10d83913fc7f.jpg","width":1487,"height":1500,"alt":"","aspect_ratio":0.9913333333333333},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"30.99","price":"20.99","retail_price":"30.99","available":true,"url":"\/products\/2021-christmas-ornament-christmas-socks?variant=34c114dc-d9a5-4676-a450-cf9e97a5e753","available_quantity":999999999,"options":[{"name":"TYPE","value":"Socks of 2"},{"name":"Minimum order quantity","value":"10 PCS"}],"off_ratio":32,"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":"34c114dc-d9a5-4676-a450-cf9e97a5e753","product_id":"ac773985-534c-40e6-87b7-1210c7a33d13","title":"Socks of 2-10 PCS","weight_unit":"kg","inventory_quantity":0,"sku":"CO029A*10","barcode":"","position":1,"option1":"Socks of 2","option2":"10 PCS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fbcb93958912e0a3b31d10d83913fc7f.jpg","path":"fbcb93958912e0a3b31d10d83913fc7f.jpg","width":1487,"height":1500,"alt":"","aspect_ratio":0.9913333333333333},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"30.99","price":"20.99","retail_price":"30.99","available":true,"url":"\/products\/2021-christmas-ornament-christmas-socks?variant=34c114dc-d9a5-4676-a450-cf9e97a5e753","available_quantity":999999999,"options":[{"name":"TYPE","value":"Socks of 2"},{"name":"Minimum order quantity","value":"10 PCS"}],"off_ratio":32,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}