Yu-Gi-Oh Casual Street Tapestry Zip-Up Jacket
${function() {
const variantData = data.variant || {"id":"cb7707e8-7ba9-4d64-a14e-8b198e27f676","product_id":"cbd23385-c31c-4780-935e-da2860c9ba8a","title":"Dark_Navy-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHagzqmt9-Dark_Navy-S","barcode":"","position":1,"option1":"Dark_Navy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/73f59c6a0a00fde7fe2bc047731a4607.jpeg","path":"73f59c6a0a00fde7fe2bc047731a4607.jpeg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.89,"min_quantity":1}],"weight":"0","compare_at_price":"51","price":"40.89","retail_price":"51","available":true,"url":"\/products\/yu-gi-oh-casual-street-tapestry-zip-up-jacket?variant=cb7707e8-7ba9-4d64-a14e-8b198e27f676","available_quantity":999999999,"options":[{"name":"Color","value":"Dark_Navy"},{"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 : XHagzqmt9-Dark_Navy-S
${function(){
const variantData = data.variant || {"id":"cb7707e8-7ba9-4d64-a14e-8b198e27f676","product_id":"cbd23385-c31c-4780-935e-da2860c9ba8a","title":"Dark_Navy-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHagzqmt9-Dark_Navy-S","barcode":"","position":1,"option1":"Dark_Navy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/73f59c6a0a00fde7fe2bc047731a4607.jpeg","path":"73f59c6a0a00fde7fe2bc047731a4607.jpeg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.89,"min_quantity":1}],"weight":"0","compare_at_price":"51","price":"40.89","retail_price":"51","available":true,"url":"\/products\/yu-gi-oh-casual-street-tapestry-zip-up-jacket?variant=cb7707e8-7ba9-4d64-a14e-8b198e27f676","available_quantity":999999999,"options":[{"name":"Color","value":"Dark_Navy"},{"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 `
`;
}()}