Spider T-shirt and trousers two-piece set
${function() {
const variantData = data.variant || {"id":"166d82c1-d79f-4238-9a5f-ad28083093cf","product_id":"43b53f8d-9d8a-493e-a216-e297b6b111d8","title":"Brown And Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHI4Mi7qk-BrownAndBlack-S","barcode":"","position":1,"option1":"Brown And Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0148e0474af67e34b0df9e4c76571500.jpeg","path":"0148e0474af67e34b0df9e4c76571500.jpeg","width":1678,"height":1678,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.89,"min_quantity":1}],"weight":"666","compare_at_price":"77","price":"40.89","retail_price":"77","available":true,"url":"\/products\/spider-t-shirt-and-trousers-two-piece-set?variant=166d82c1-d79f-4238-9a5f-ad28083093cf","available_quantity":999999999,"options":[{"name":"Color","value":"Brown And Black"},{"name":"Size","value":"S"}],"off_ratio":47,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${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.
Sku : XHI4Mi7qk-BrownAndBlack-S
${function(){
const variantData = data.variant || {"id":"166d82c1-d79f-4238-9a5f-ad28083093cf","product_id":"43b53f8d-9d8a-493e-a216-e297b6b111d8","title":"Brown And Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHI4Mi7qk-BrownAndBlack-S","barcode":"","position":1,"option1":"Brown And Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0148e0474af67e34b0df9e4c76571500.jpeg","path":"0148e0474af67e34b0df9e4c76571500.jpeg","width":1678,"height":1678,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.89,"min_quantity":1}],"weight":"666","compare_at_price":"77","price":"40.89","retail_price":"77","available":true,"url":"\/products\/spider-t-shirt-and-trousers-two-piece-set?variant=166d82c1-d79f-4238-9a5f-ad28083093cf","available_quantity":999999999,"options":[{"name":"Color","value":"Brown And Black"},{"name":"Size","value":"S"}],"off_ratio":47,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
`
}()}
people are viewing this right now
${function() {
const postageFreeAmount = 89;
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 `
`;
}()}