🔥Lite Smartphone Display-X
${function() {
const variantData = data.variant || {"id":"5aad507f-6918-4dd7-8dc7-749a84545531","product_id":"2f2a223f-e92c-4ca8-9a6c-69aeddb1ef81","title":"Lite Smartphone Display for iPhone-Non-Touchscreen-US","weight_unit":"kg","inventory_quantity":980,"sku":"","barcode":"","position":1,"option1":"Lite Smartphone Display for iPhone","option2":"Non-Touchscreen","option3":"US","note":"","image":{"src":"\/\/img.staticdj.com\/bb508f08563c214cfeced17efee5fc9e.png","path":"bb508f08563c214cfeced17efee5fc9e.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36.98","retail_price":"0","available":true,"url":"\/products\/lite-smartphone-display-vsju?variant=5aad507f-6918-4dd7-8dc7-749a84545531","available_quantity":999999999,"options":[{"name":"Models","value":"Lite Smartphone Display for iPhone"},{"name":"Style","value":"Non-Touchscreen"},{"name":"Plug","value":"US"}],"off_ratio":0,"flashsale_info":[],"sales":220};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Models:
Lite Smartphone Display for iPhone
${function(){
const optName = "Models";
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}
`
}()}
Style:
Non-Touchscreen
${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}
`
}()}
Plug:
US
${function(){
const optName = "Plug";
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
$36.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":"5aad507f-6918-4dd7-8dc7-749a84545531","product_id":"2f2a223f-e92c-4ca8-9a6c-69aeddb1ef81","title":"Lite Smartphone Display for iPhone-Non-Touchscreen-US","weight_unit":"kg","inventory_quantity":980,"sku":"","barcode":"","position":1,"option1":"Lite Smartphone Display for iPhone","option2":"Non-Touchscreen","option3":"US","note":"","image":{"src":"\/\/img.staticdj.com\/bb508f08563c214cfeced17efee5fc9e.png","path":"bb508f08563c214cfeced17efee5fc9e.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36.98","retail_price":"0","available":true,"url":"\/products\/lite-smartphone-display-vsju?variant=5aad507f-6918-4dd7-8dc7-749a84545531","available_quantity":999999999,"options":[{"name":"Models","value":"Lite Smartphone Display for iPhone"},{"name":"Style","value":"Non-Touchscreen"},{"name":"Plug","value":"US"}],"off_ratio":0,"flashsale_info":[],"sales":220};
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":"5aad507f-6918-4dd7-8dc7-749a84545531","product_id":"2f2a223f-e92c-4ca8-9a6c-69aeddb1ef81","title":"Lite Smartphone Display for iPhone-Non-Touchscreen-US","weight_unit":"kg","inventory_quantity":980,"sku":"","barcode":"","position":1,"option1":"Lite Smartphone Display for iPhone","option2":"Non-Touchscreen","option3":"US","note":"","image":{"src":"\/\/img.staticdj.com\/bb508f08563c214cfeced17efee5fc9e.png","path":"bb508f08563c214cfeced17efee5fc9e.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36.98","retail_price":"0","available":true,"url":"\/products\/lite-smartphone-display-vsju?variant=5aad507f-6918-4dd7-8dc7-749a84545531","available_quantity":999999999,"options":[{"name":"Models","value":"Lite Smartphone Display for iPhone"},{"name":"Style","value":"Non-Touchscreen"},{"name":"Plug","value":"US"}],"off_ratio":0,"flashsale_info":[],"sales":220};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}