Men Outdoor Waterproof Non-Slip Hiking Boots Tactical Boots
${function() {
const variantData = data.variant || {"id":"91148bc6-ffd5-4eef-9410-25df466ba00b","product_id":"d727bf28-3f61-4acb-92f3-e9ee4e33539b","title":"Khaki-US 7-Regular","weight_unit":"kg","inventory_quantity":996,"sku":"sku2058287065797","barcode":"","position":1,"option1":"Khaki","option2":"US 7","option3":"Regular","note":"","image":{"src":"\/\/img.staticdj.com\/7af5512e5bbea1712ec6aa940fd202f9.jpeg","path":"7af5512e5bbea1712ec6aa940fd202f9.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"93.99","price":"55.99","retail_price":"93.99","available":true,"url":"\/products\/men-outdoor-waterproof-non-slip-hiking-boots-tactical-boots?variant=91148bc6-ffd5-4eef-9410-25df466ba00b","available_quantity":996,"options":[{"name":"Color","value":"Khaki"},{"name":"US Size","value":"US 7"},{"name":"Width","value":"Regular"}],"off_ratio":40,"flashsale_info":[],"sales":23};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
${function(){
const variantData = data.variant || {"id":"91148bc6-ffd5-4eef-9410-25df466ba00b","product_id":"d727bf28-3f61-4acb-92f3-e9ee4e33539b","title":"Khaki-US 7-Regular","weight_unit":"kg","inventory_quantity":996,"sku":"sku2058287065797","barcode":"","position":1,"option1":"Khaki","option2":"US 7","option3":"Regular","note":"","image":{"src":"\/\/img.staticdj.com\/7af5512e5bbea1712ec6aa940fd202f9.jpeg","path":"7af5512e5bbea1712ec6aa940fd202f9.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"93.99","price":"55.99","retail_price":"93.99","available":true,"url":"\/products\/men-outdoor-waterproof-non-slip-hiking-boots-tactical-boots?variant=91148bc6-ffd5-4eef-9410-25df466ba00b","available_quantity":996,"options":[{"name":"Color","value":"Khaki"},{"name":"US Size","value":"US 7"},{"name":"Width","value":"Regular"}],"off_ratio":40,"flashsale_info":[],"sales":23};
return `
`
}()}
Color:
Khaki
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Us Size:
US 7
${function(){
const optName = "US Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Width:
Regular
${function(){
const optName = "Width";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$55.99
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"91148bc6-ffd5-4eef-9410-25df466ba00b","product_id":"d727bf28-3f61-4acb-92f3-e9ee4e33539b","title":"Khaki-US 7-Regular","weight_unit":"kg","inventory_quantity":996,"sku":"sku2058287065797","barcode":"","position":1,"option1":"Khaki","option2":"US 7","option3":"Regular","note":"","image":{"src":"\/\/img.staticdj.com\/7af5512e5bbea1712ec6aa940fd202f9.jpeg","path":"7af5512e5bbea1712ec6aa940fd202f9.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"93.99","price":"55.99","retail_price":"93.99","available":true,"url":"\/products\/men-outdoor-waterproof-non-slip-hiking-boots-tactical-boots?variant=91148bc6-ffd5-4eef-9410-25df466ba00b","available_quantity":996,"options":[{"name":"Color","value":"Khaki"},{"name":"US Size","value":"US 7"},{"name":"Width","value":"Regular"}],"off_ratio":40,"flashsale_info":[],"sales":23};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
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 `
`;
}()}