Air Cushion Men's Trainers
${function() {
const variantData = data.variant || {"id":"8a19e7e5-1840-42d2-93be-441e33147500","product_id":"773f78e8-e642-4a21-ae10-4bcb3f79889e","title":"Green Blue-6.5","weight_unit":"g","inventory_quantity":0,"sku":"MS-666-Green Blue-6.5","barcode":"","position":1,"option1":"Green Blue","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb67c688b33414e5a7921713c6c20544.jpeg","path":"bb67c688b33414e5a7921713c6c20544.jpeg","width":1100,"height":1101,"alt":"","aspect_ratio":0.9990917347865577},"wholesale_price":[{"price":89.95,"min_quantity":1}],"weight":"0","compare_at_price":"159.95","price":"89.95","retail_price":"159.95","available":false,"url":"\/products\/mens-air-cushion-sneakers-vted?variant=8a19e7e5-1840-42d2-93be-441e33147500","available_quantity":0,"options":[{"name":"Color","value":"Green Blue"},{"name":"Size","value":"6.5"}],"off_ratio":44,"flashsale_info":[],"sales":2};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Color:
Green Blue
${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}
`
}()}
Size:
6.5
${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}
`
}()}
Sold out
$89.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":"8a19e7e5-1840-42d2-93be-441e33147500","product_id":"773f78e8-e642-4a21-ae10-4bcb3f79889e","title":"Green Blue-6.5","weight_unit":"g","inventory_quantity":0,"sku":"MS-666-Green Blue-6.5","barcode":"","position":1,"option1":"Green Blue","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb67c688b33414e5a7921713c6c20544.jpeg","path":"bb67c688b33414e5a7921713c6c20544.jpeg","width":1100,"height":1101,"alt":"","aspect_ratio":0.9990917347865577},"wholesale_price":[{"price":89.95,"min_quantity":1}],"weight":"0","compare_at_price":"159.95","price":"89.95","retail_price":"159.95","available":false,"url":"\/products\/mens-air-cushion-sneakers-vted?variant=8a19e7e5-1840-42d2-93be-441e33147500","available_quantity":0,"options":[{"name":"Color","value":"Green Blue"},{"name":"Size","value":"6.5"}],"off_ratio":44,"flashsale_info":[],"sales":2};
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.
${function(){
const variantData = data.variant || {"id":"8a19e7e5-1840-42d2-93be-441e33147500","product_id":"773f78e8-e642-4a21-ae10-4bcb3f79889e","title":"Green Blue-6.5","weight_unit":"g","inventory_quantity":0,"sku":"MS-666-Green Blue-6.5","barcode":"","position":1,"option1":"Green Blue","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb67c688b33414e5a7921713c6c20544.jpeg","path":"bb67c688b33414e5a7921713c6c20544.jpeg","width":1100,"height":1101,"alt":"","aspect_ratio":0.9990917347865577},"wholesale_price":[{"price":89.95,"min_quantity":1}],"weight":"0","compare_at_price":"159.95","price":"89.95","retail_price":"159.95","available":false,"url":"\/products\/mens-air-cushion-sneakers-vted?variant=8a19e7e5-1840-42d2-93be-441e33147500","available_quantity":0,"options":[{"name":"Color","value":"Green Blue"},{"name":"Size","value":"6.5"}],"off_ratio":44,"flashsale_info":[],"sales":2};
return `
`
}()}