⚡Windshield Cleaning Tool
${function() {
const variantData = data.variant || {"id":"c0422fcd-3c70-4300-b987-8a4199eb5732","product_id":"ec21009d-71a6-4a83-82c6-d9f1edebf4cf","title":"GREEN*2pcs","weight_unit":"kg","inventory_quantity":1000,"sku":"TC1618538-\u7eff\u8272*2","barcode":"","position":1,"option1":"GREEN*2pcs","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a2c3cc4ee7411518fd92cb2a6c6ddb79.jpeg","path":"a2c3cc4ee7411518fd92cb2a6c6ddb79.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.67","price":"16.99","retail_price":"32.67","available":true,"url":"\/products\/windshield-cleaning-tool?variant=c0422fcd-3c70-4300-b987-8a4199eb5732","available_quantity":999999999,"options":[{"name":"QTY","value":"GREEN*2pcs"}],"off_ratio":48,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Qty:
GREEN*2pcs
${function(){
const optName = "QTY";
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
$16.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":"c0422fcd-3c70-4300-b987-8a4199eb5732","product_id":"ec21009d-71a6-4a83-82c6-d9f1edebf4cf","title":"GREEN*2pcs","weight_unit":"kg","inventory_quantity":1000,"sku":"TC1618538-\u7eff\u8272*2","barcode":"","position":1,"option1":"GREEN*2pcs","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a2c3cc4ee7411518fd92cb2a6c6ddb79.jpeg","path":"a2c3cc4ee7411518fd92cb2a6c6ddb79.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.67","price":"16.99","retail_price":"32.67","available":true,"url":"\/products\/windshield-cleaning-tool?variant=c0422fcd-3c70-4300-b987-8a4199eb5732","available_quantity":999999999,"options":[{"name":"QTY","value":"GREEN*2pcs"}],"off_ratio":48,"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":"c0422fcd-3c70-4300-b987-8a4199eb5732","product_id":"ec21009d-71a6-4a83-82c6-d9f1edebf4cf","title":"GREEN*2pcs","weight_unit":"kg","inventory_quantity":1000,"sku":"TC1618538-\u7eff\u8272*2","barcode":"","position":1,"option1":"GREEN*2pcs","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a2c3cc4ee7411518fd92cb2a6c6ddb79.jpeg","path":"a2c3cc4ee7411518fd92cb2a6c6ddb79.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.67","price":"16.99","retail_price":"32.67","available":true,"url":"\/products\/windshield-cleaning-tool?variant=c0422fcd-3c70-4300-b987-8a4199eb5732","available_quantity":999999999,"options":[{"name":"QTY","value":"GREEN*2pcs"}],"off_ratio":48,"flashsale_info":[],"sales":0};
return `
`
}()}