Vintage Personalized Badge Print Trousers
${function() {
const variantData = data.variant || {"id":"796edd0f-4f72-4374-9bd7-b063b7e6a1cd","product_id":"32b5164d-6a13-4c2a-b255-59f2c782da57","title":"Dark_Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHgLEUKFG-Dark_Gray-S","barcode":"","position":1,"option1":"Dark_Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c6be32eacf0b3f5f18ac1dae95a0f167.png","path":"c6be32eacf0b3f5f18ac1dae95a0f167.png","width":1794,"height":1794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"0","compare_at_price":"40","price":"33.89","retail_price":"40","available":true,"url":"\/products\/vintage-personalized-badge-print-trousers?variant=796edd0f-4f72-4374-9bd7-b063b7e6a1cd","available_quantity":999999999,"options":[{"name":"Color","value":"Dark_Gray"},{"name":"Size","value":"S"}],"off_ratio":15,"flashsale_info":[],"sales":2};
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 : XHgLEUKFG-Dark_Gray-S
${function(){
const variantData = data.variant || {"id":"796edd0f-4f72-4374-9bd7-b063b7e6a1cd","product_id":"32b5164d-6a13-4c2a-b255-59f2c782da57","title":"Dark_Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHgLEUKFG-Dark_Gray-S","barcode":"","position":1,"option1":"Dark_Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c6be32eacf0b3f5f18ac1dae95a0f167.png","path":"c6be32eacf0b3f5f18ac1dae95a0f167.png","width":1794,"height":1794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"0","compare_at_price":"40","price":"33.89","retail_price":"40","available":true,"url":"\/products\/vintage-personalized-badge-print-trousers?variant=796edd0f-4f72-4374-9bd7-b063b7e6a1cd","available_quantity":999999999,"options":[{"name":"Color","value":"Dark_Gray"},{"name":"Size","value":"S"}],"off_ratio":15,"flashsale_info":[],"sales":2};
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 `
`;
}()}