HB-UBN YANKEE AA1 PVC Patch PA35-1
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function() {
const variantData = data.variant || {"id":"54a1f7d8-e1e7-415e-a6f6-0ca45f457842","product_id":"585890b6-4572-4fb6-afcf-a1063d377160","title":"sew on backing","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"sew on backing","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":1,"min_quantity":1}],"weight":"0.01","compare_at_price":"0","price":"1","retail_price":"0","available":true,"url":"\/products\/hb-ubn-yankee-aa1-pvc-patch-pa35-1?variant=54a1f7d8-e1e7-415e-a6f6-0ca45f457842","available_quantity":999999999,"options":[{"name":"Backing style","value":"sew on backing"}],"off_ratio":0,"flashsale_info":[],"sales":3};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"54a1f7d8-e1e7-415e-a6f6-0ca45f457842","product_id":"585890b6-4572-4fb6-afcf-a1063d377160","title":"sew on backing","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"sew on backing","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":1,"min_quantity":1}],"weight":"0.01","compare_at_price":"0","price":"1","retail_price":"0","available":true,"url":"\/products\/hb-ubn-yankee-aa1-pvc-patch-pa35-1?variant=54a1f7d8-e1e7-415e-a6f6-0ca45f457842","available_quantity":999999999,"options":[{"name":"Backing style","value":"sew on backing"}],"off_ratio":0,"flashsale_info":[],"sales":3};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}