Custom Hot-Fix Heat Transfers
If you would like to get a free quote by email, please click here to contact us. Our sales rep will reply to you by email as soon as possible.
${function() {
const variantData = data.variant || {"id":"f4fe8bdd-addb-4ee8-9daa-8e7a300c60fa","product_id":"d5c722ef-1eda-4ae3-97a8-1ffc8170a211","title":"","weight_unit":"g","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":0,"min_quantity":1}],"weight":"30","compare_at_price":"0","price":"0","retail_price":"0","available":true,"url":"\/products\/custom-hot-fix-heat-transfers?variant=f4fe8bdd-addb-4ee8-9daa-8e7a300c60fa","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":6};
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":"f4fe8bdd-addb-4ee8-9daa-8e7a300c60fa","product_id":"d5c722ef-1eda-4ae3-97a8-1ffc8170a211","title":"","weight_unit":"g","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":0,"min_quantity":1}],"weight":"30","compare_at_price":"0","price":"0","retail_price":"0","available":true,"url":"\/products\/custom-hot-fix-heat-transfers?variant=f4fe8bdd-addb-4ee8-9daa-8e7a300c60fa","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":6};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}