Retro personality street style jeans
${function() {
const variantData = data.variant || {"id":"ba083f15-a050-462d-84e0-2c91f0e7d953","product_id":"4862e06d-c146-41c4-8005-88e6a36c36a6","title":"Light_Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XHb1tyYMd-Light_Blue-S","barcode":"","position":1,"option1":"Light_Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5553aa1a30154eed4a2d69728df6f169.jpeg","path":"5553aa1a30154eed4a2d69728df6f169.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.89,"min_quantity":1}],"weight":"550","compare_at_price":"55","price":"43.89","retail_price":"55","available":true,"url":"\/products\/retro-personality-star-street-style-jeans?variant=ba083f15-a050-462d-84e0-2c91f0e7d953","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Blue"},{"name":"Size","value":"S"}],"off_ratio":20,"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 : XHb1tyYMd-Light_Blue-S
${function(){
const variantData = data.variant || {"id":"ba083f15-a050-462d-84e0-2c91f0e7d953","product_id":"4862e06d-c146-41c4-8005-88e6a36c36a6","title":"Light_Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XHb1tyYMd-Light_Blue-S","barcode":"","position":1,"option1":"Light_Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5553aa1a30154eed4a2d69728df6f169.jpeg","path":"5553aa1a30154eed4a2d69728df6f169.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.89,"min_quantity":1}],"weight":"550","compare_at_price":"55","price":"43.89","retail_price":"55","available":true,"url":"\/products\/retro-personality-star-street-style-jeans?variant=ba083f15-a050-462d-84e0-2c91f0e7d953","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Blue"},{"name":"Size","value":"S"}],"off_ratio":20,"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 `
`;
}()}