Discrete Comb
This comb contains a discrete accessory. It can be used as a real comb.
${function() {
const variantData = data.variant || {"id":"0cbe8168-ec00-4610-be2f-35e6ba153699","product_id":"f2cee46f-2b69-491e-bf9e-efb8a546bccd","title":"Pink with Black Stripe","weight_unit":"g","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Pink with Black Stripe","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/27d01170e539bc1231c2b56c76c6d975.JPG","path":"27d01170e539bc1231c2b56c76c6d975.JPG","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"30","compare_at_price":"19.99","price":"14.99","retail_price":"19.99","available":true,"url":"\/products\/discrete-pen-5bkg?variant=0cbe8168-ec00-4610-be2f-35e6ba153699","available_quantity":999999999,"options":[{"name":"Colour","value":"Pink with Black Stripe"}],"off_ratio":25,"flashsale_info":[],"sales":2326};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"0cbe8168-ec00-4610-be2f-35e6ba153699","product_id":"f2cee46f-2b69-491e-bf9e-efb8a546bccd","title":"Pink with Black Stripe","weight_unit":"g","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Pink with Black Stripe","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/27d01170e539bc1231c2b56c76c6d975.JPG","path":"27d01170e539bc1231c2b56c76c6d975.JPG","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"30","compare_at_price":"19.99","price":"14.99","retail_price":"19.99","available":true,"url":"\/products\/discrete-pen-5bkg?variant=0cbe8168-ec00-4610-be2f-35e6ba153699","available_quantity":999999999,"options":[{"name":"Colour","value":"Pink with Black Stripe"}],"off_ratio":25,"flashsale_info":[],"sales":2326};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}