Sink Or Swim Tank
${function() {
const variantData = data.variant || {"id":"9a07f6c0-10e8-4e5c-8593-0105f49b434d","product_id":"eed04a68-a8b5-45f5-a6be-a06ed035989a","title":"Black-M","weight_unit":"g","inventory_quantity":99999993,"sku":"101817440006","barcode":"","position":1,"option1":"Black","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e5fbdec829b07ef75e63a06d7d49415c.jpeg","path":"e5fbdec829b07ef75e63a06d7d49415c.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":17,"min_quantity":1}],"weight":"200","compare_at_price":"28","price":"17","retail_price":"28","available":true,"url":"\/products\/sink-or-swim-skull-printed-mens-vest?variant=9a07f6c0-10e8-4e5c-8593-0105f49b434d","available_quantity":99999993,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"M"}],"off_ratio":39,"flashsale_info":[],"sales":299};
const saveType = "percentage";
const productLabelDiscountOn = false;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const postageFreeAmount = 70;
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 `
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.