Couple's Plus Size Simple Casual Retro Wiley Hubby Long-Sleeved Hoodie
${function() {
const variantData = data.variant || {"id":"191e62f1-2b1c-4461-b269-fa8ebf9339a6","product_id":"f857c655-f07a-49b0-9ae0-4b380ded2af7","title":"Mens Sweatshirt-L","weight_unit":"kg","inventory_quantity":1000,"sku":"YP23122258F-MensSweatshirt-L","barcode":"","position":1,"option1":"Mens Sweatshirt","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f85f0ce3d7299e95a34d066d4eb25566.jpeg","path":"f85f0ce3d7299e95a34d066d4eb25566.jpeg","width":553,"height":692,"alt":"","aspect_ratio":0.7991329479768786},"wholesale_price":[{"price":29.95,"min_quantity":1}],"weight":"0","compare_at_price":"60","price":"29.95","retail_price":"60","available":true,"url":"\/products\/couples-plus-size-simple-casual-retro-wiley-hubby-long-sleeved-sweatshirt?variant=191e62f1-2b1c-4461-b269-fa8ebf9339a6","available_quantity":999999999,"options":[{"name":"Type","value":"Mens Sweatshirt"},{"name":"Size","value":"L"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
100% Money Back Guarantee. Order >> 5-7 days to processing. Delivery>> 8-12 days to arrive
people are viewing this right now
Type:
Mens Sweatshirt
${function(){
const optName = "Type";
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}
`
}()}
Size:
L
${function(){
const optName = "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}
`
}()}
Add to cart
$29.95
${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":"191e62f1-2b1c-4461-b269-fa8ebf9339a6","product_id":"f857c655-f07a-49b0-9ae0-4b380ded2af7","title":"Mens Sweatshirt-L","weight_unit":"kg","inventory_quantity":1000,"sku":"YP23122258F-MensSweatshirt-L","barcode":"","position":1,"option1":"Mens Sweatshirt","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f85f0ce3d7299e95a34d066d4eb25566.jpeg","path":"f85f0ce3d7299e95a34d066d4eb25566.jpeg","width":553,"height":692,"alt":"","aspect_ratio":0.7991329479768786},"wholesale_price":[{"price":29.95,"min_quantity":1}],"weight":"0","compare_at_price":"60","price":"29.95","retail_price":"60","available":true,"url":"\/products\/couples-plus-size-simple-casual-retro-wiley-hubby-long-sleeved-sweatshirt?variant=191e62f1-2b1c-4461-b269-fa8ebf9339a6","available_quantity":999999999,"options":[{"name":"Type","value":"Mens Sweatshirt"},{"name":"Size","value":"L"}],"off_ratio":50,"flashsale_info":[],"sales":0};
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 ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
Sku : YP23122258F-MensSweatshirt-L
${function(){
const variantData = data.variant || {"id":"191e62f1-2b1c-4461-b269-fa8ebf9339a6","product_id":"f857c655-f07a-49b0-9ae0-4b380ded2af7","title":"Mens Sweatshirt-L","weight_unit":"kg","inventory_quantity":1000,"sku":"YP23122258F-MensSweatshirt-L","barcode":"","position":1,"option1":"Mens Sweatshirt","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f85f0ce3d7299e95a34d066d4eb25566.jpeg","path":"f85f0ce3d7299e95a34d066d4eb25566.jpeg","width":553,"height":692,"alt":"","aspect_ratio":0.7991329479768786},"wholesale_price":[{"price":29.95,"min_quantity":1}],"weight":"0","compare_at_price":"60","price":"29.95","retail_price":"60","available":true,"url":"\/products\/couples-plus-size-simple-casual-retro-wiley-hubby-long-sleeved-sweatshirt?variant=191e62f1-2b1c-4461-b269-fa8ebf9339a6","available_quantity":999999999,"options":[{"name":"Type","value":"Mens Sweatshirt"},{"name":"Size","value":"L"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const minDays = parseInt('10');
const maxDays = parseInt('15');
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 = 69;
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 `
`;
}()}
30-Day Money Back Guarantee
100% Customer Satisfaction