Microwave Bowl Cozy Pattern Template
${function() {
const variantData = data.variant || {"id":"2d116a09-78de-44f6-b64e-cfb6ae2539bc","product_id":"a88bf1c9-1609-4114-a2d7-c797446a5482","title":"Flower Shaped-5 inch","weight_unit":"kg","inventory_quantity":0,"sku":"FYFRWD5A","barcode":"","position":1,"option1":"Flower Shaped","option2":"5 inch","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1096714912b869e054d8fef2ba593791.jpg","path":"1096714912b869e054d8fef2ba593791.jpg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.98,"min_quantity":1}],"weight":"0","compare_at_price":"12.73","price":"9.98","retail_price":"12.73","available":true,"url":"\/products\/microwave-bowl-cozy-pattern-template?variant=2d116a09-78de-44f6-b64e-cfb6ae2539bc","available_quantity":999999999,"options":[{"name":"STYLE","value":"Flower Shaped"},{"name":"SIZE","value":"5 inch"}],"off_ratio":22,"flashsale_info":[],"sales":173};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Style:
Flower Shaped
${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}
`
}()}
Size:
5 inch
${function(){
const optName = "SIZE";
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.98
${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":"2d116a09-78de-44f6-b64e-cfb6ae2539bc","product_id":"a88bf1c9-1609-4114-a2d7-c797446a5482","title":"Flower Shaped-5 inch","weight_unit":"kg","inventory_quantity":0,"sku":"FYFRWD5A","barcode":"","position":1,"option1":"Flower Shaped","option2":"5 inch","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1096714912b869e054d8fef2ba593791.jpg","path":"1096714912b869e054d8fef2ba593791.jpg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.98,"min_quantity":1}],"weight":"0","compare_at_price":"12.73","price":"9.98","retail_price":"12.73","available":true,"url":"\/products\/microwave-bowl-cozy-pattern-template?variant=2d116a09-78de-44f6-b64e-cfb6ae2539bc","available_quantity":999999999,"options":[{"name":"STYLE","value":"Flower Shaped"},{"name":"SIZE","value":"5 inch"}],"off_ratio":22,"flashsale_info":[],"sales":173};
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":"2d116a09-78de-44f6-b64e-cfb6ae2539bc","product_id":"a88bf1c9-1609-4114-a2d7-c797446a5482","title":"Flower Shaped-5 inch","weight_unit":"kg","inventory_quantity":0,"sku":"FYFRWD5A","barcode":"","position":1,"option1":"Flower Shaped","option2":"5 inch","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1096714912b869e054d8fef2ba593791.jpg","path":"1096714912b869e054d8fef2ba593791.jpg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.98,"min_quantity":1}],"weight":"0","compare_at_price":"12.73","price":"9.98","retail_price":"12.73","available":true,"url":"\/products\/microwave-bowl-cozy-pattern-template?variant=2d116a09-78de-44f6-b64e-cfb6ae2539bc","available_quantity":999999999,"options":[{"name":"STYLE","value":"Flower Shaped"},{"name":"SIZE","value":"5 inch"}],"off_ratio":22,"flashsale_info":[],"sales":173};
return `
`
}()}