Multifunctional floor seam brush
${function() {
const variantData = data.variant || {"id":"472f5250-5c8b-4826-a497-3ac19f97fba9","product_id":"4e9f4c5a-6c57-4e64-8241-19ba35c93f1d","title":"BUY 1","weight_unit":"kg","inventory_quantity":999,"sku":"-BUY 1-A0022052","barcode":"","position":1,"option1":"BUY 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8d30ea4f8eab902c810561397f4ce905.jpeg","path":"8d30ea4f8eab902c810561397f4ce905.jpeg","width":790,"height":804,"alt":"","aspect_ratio":0.9825870646766169},"wholesale_price":[{"price":19.98,"min_quantity":1}],"weight":"0","compare_at_price":"29.96","price":"19.98","retail_price":"29.96","available":true,"url":"\/products\/\ud83c\udf84early-christmas-hot-sale-48-off-multifunctional-floor-seam-brush-buy-5-get-3-free-and-free-shipping?variant=472f5250-5c8b-4826-a497-3ac19f97fba9","available_quantity":999,"options":[{"name":"QTY","value":"BUY 1"}],"off_ratio":33,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Qty:
BUY 1
${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
$19.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":"472f5250-5c8b-4826-a497-3ac19f97fba9","product_id":"4e9f4c5a-6c57-4e64-8241-19ba35c93f1d","title":"BUY 1","weight_unit":"kg","inventory_quantity":999,"sku":"-BUY 1-A0022052","barcode":"","position":1,"option1":"BUY 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8d30ea4f8eab902c810561397f4ce905.jpeg","path":"8d30ea4f8eab902c810561397f4ce905.jpeg","width":790,"height":804,"alt":"","aspect_ratio":0.9825870646766169},"wholesale_price":[{"price":19.98,"min_quantity":1}],"weight":"0","compare_at_price":"29.96","price":"19.98","retail_price":"29.96","available":true,"url":"\/products\/\ud83c\udf84early-christmas-hot-sale-48-off-multifunctional-floor-seam-brush-buy-5-get-3-free-and-free-shipping?variant=472f5250-5c8b-4826-a497-3ac19f97fba9","available_quantity":999,"options":[{"name":"QTY","value":"BUY 1"}],"off_ratio":33,"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":"472f5250-5c8b-4826-a497-3ac19f97fba9","product_id":"4e9f4c5a-6c57-4e64-8241-19ba35c93f1d","title":"BUY 1","weight_unit":"kg","inventory_quantity":999,"sku":"-BUY 1-A0022052","barcode":"","position":1,"option1":"BUY 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8d30ea4f8eab902c810561397f4ce905.jpeg","path":"8d30ea4f8eab902c810561397f4ce905.jpeg","width":790,"height":804,"alt":"","aspect_ratio":0.9825870646766169},"wholesale_price":[{"price":19.98,"min_quantity":1}],"weight":"0","compare_at_price":"29.96","price":"19.98","retail_price":"29.96","available":true,"url":"\/products\/\ud83c\udf84early-christmas-hot-sale-48-off-multifunctional-floor-seam-brush-buy-5-get-3-free-and-free-shipping?variant=472f5250-5c8b-4826-a497-3ac19f97fba9","available_quantity":999,"options":[{"name":"QTY","value":"BUY 1"}],"off_ratio":33,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}