🔥Household Electricity Saving Box
${function() {
const variantData = data.variant || {"id":"54e40e5b-4ad8-40a7-8907-46c97c217ac5","product_id":"220287df-d230-47f7-8ddc-841c5ebb62cf","title":"American Standard-Buy 1 Only","weight_unit":"kg","inventory_quantity":1000,"sku":"FS1868628-08\u7f8e\u89c4","barcode":"","position":1,"option1":"American Standard","option2":"Buy 1 Only","option3":"","note":"","image":null,"wholesale_price":[{"price":25.85,"min_quantity":1}],"weight":"0","compare_at_price":"36.99","price":"25.85","retail_price":"36.99","available":true,"url":"\/products\/household-electricity-saving-box?variant=54e40e5b-4ad8-40a7-8907-46c97c217ac5","available_quantity":999999999,"options":[{"name":"Size","value":"American Standard"},{"name":"SET","value":"Buy 1 Only"}],"off_ratio":30,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Size:
American Standard
${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}
`
}()}
Set:
Buy 1 Only
${function(){
const optName = "SET";
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
$25.85
${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":"54e40e5b-4ad8-40a7-8907-46c97c217ac5","product_id":"220287df-d230-47f7-8ddc-841c5ebb62cf","title":"American Standard-Buy 1 Only","weight_unit":"kg","inventory_quantity":1000,"sku":"FS1868628-08\u7f8e\u89c4","barcode":"","position":1,"option1":"American Standard","option2":"Buy 1 Only","option3":"","note":"","image":null,"wholesale_price":[{"price":25.85,"min_quantity":1}],"weight":"0","compare_at_price":"36.99","price":"25.85","retail_price":"36.99","available":true,"url":"\/products\/household-electricity-saving-box?variant=54e40e5b-4ad8-40a7-8907-46c97c217ac5","available_quantity":999999999,"options":[{"name":"Size","value":"American Standard"},{"name":"SET","value":"Buy 1 Only"}],"off_ratio":30,"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.