shipping
${function() {
const variantData = data.variant || {"id":"bb24a7a0-e36b-4e94-9bd7-690cc93c8d7f","product_id":"b1d56d5c-6362-4900-af59-c016536d7305","title":"","weight_unit":"g","inventory_quantity":6666,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":20,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"20","retail_price":"0","available":true,"url":"\/products\/shipping?variant=bb24a7a0-e36b-4e94-9bd7-690cc93c8d7f","available_quantity":6666,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const postageFreeAmount = 10;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"bb24a7a0-e36b-4e94-9bd7-690cc93c8d7f","product_id":"b1d56d5c-6362-4900-af59-c016536d7305","title":"","weight_unit":"g","inventory_quantity":6666,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":20,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"20","retail_price":"0","available":true,"url":"\/products\/shipping?variant=bb24a7a0-e36b-4e94-9bd7-690cc93c8d7f","available_quantity":6666,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}