Riders Of Dutton Ranch Cowboy Hoodie
${function() {
const variantData = data.variant || {"id":"cd70245c-6df2-4da7-86be-e48fe0225469","product_id":"4de7c36c-2462-4829-91a9-04e7b19ff05e","title":"D-XS","weight_unit":"kg","inventory_quantity":999,"sku":"1593856159740116993","barcode":"","position":1,"option1":"D","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02b038bbea51b80aa9020e260ee24ab9.jpeg","path":"02b038bbea51b80aa9020e260ee24ab9.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36,"min_quantity":1}],"weight":"0","compare_at_price":"72","price":"36","retail_price":"72","available":true,"url":"\/products\/yellowstone-riders-of-dutton-ranch-cowboy-mens-hoodie?variant=cd70245c-6df2-4da7-86be-e48fe0225469","available_quantity":999,"options":[{"name":"Color","value":"D"},{"name":"Size","value":"XS"}],"off_ratio":50,"flashsale_info":[],"sales":4};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const variantData = data.variant || {"id":"cd70245c-6df2-4da7-86be-e48fe0225469","product_id":"4de7c36c-2462-4829-91a9-04e7b19ff05e","title":"D-XS","weight_unit":"kg","inventory_quantity":999,"sku":"1593856159740116993","barcode":"","position":1,"option1":"D","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02b038bbea51b80aa9020e260ee24ab9.jpeg","path":"02b038bbea51b80aa9020e260ee24ab9.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36,"min_quantity":1}],"weight":"0","compare_at_price":"72","price":"36","retail_price":"72","available":true,"url":"\/products\/yellowstone-riders-of-dutton-ranch-cowboy-mens-hoodie?variant=cd70245c-6df2-4da7-86be-e48fe0225469","available_quantity":999,"options":[{"name":"Color","value":"D"},{"name":"Size","value":"XS"}],"off_ratio":50,"flashsale_info":[],"sales":4};
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.
${function() {
const minDays = parseInt('7');
const maxDays = parseInt('13');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}
${function() {
const postageFreeAmount = 60;
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 `
`;
}()}