Pre sale Golf Clothing Men's Knitted Top HMS
${function() {
const variantData = data.variant || {"id":"753ec6c2-0f4d-4ad2-af00-d12820ba1ed8","product_id":"29fefe52-cd94-49f0-9e13-5e80605afd46","title":"\u9ed1\u8272-M","weight_unit":"kg","inventory_quantity":25,"sku":"HMS-P2404-150-\u9ed1\u8272-M-A0012739","barcode":"","position":1,"option1":"\u9ed1\u8272","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f06964760e362b14c94d29a4002c2275.jpg","path":"f06964760e362b14c94d29a4002c2275.jpg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":39,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"39","retail_price":"0","available":true,"url":"\/products\/pre-sale-golf-clothing-mens-knitted-top-hms?variant=753ec6c2-0f4d-4ad2-af00-d12820ba1ed8","available_quantity":25,"options":[{"name":"\u989c\u8272","value":"\u9ed1\u8272"},{"name":"\u5c3a\u5bf8","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":100};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
颜色:
黑色
${function(){
const optName = "颜色";
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}
`
}()}
尺寸:
M
${function(){
const optName = "尺寸";
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
$39.00
${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":"753ec6c2-0f4d-4ad2-af00-d12820ba1ed8","product_id":"29fefe52-cd94-49f0-9e13-5e80605afd46","title":"\u9ed1\u8272-M","weight_unit":"kg","inventory_quantity":25,"sku":"HMS-P2404-150-\u9ed1\u8272-M-A0012739","barcode":"","position":1,"option1":"\u9ed1\u8272","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f06964760e362b14c94d29a4002c2275.jpg","path":"f06964760e362b14c94d29a4002c2275.jpg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":39,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"39","retail_price":"0","available":true,"url":"\/products\/pre-sale-golf-clothing-mens-knitted-top-hms?variant=753ec6c2-0f4d-4ad2-af00-d12820ba1ed8","available_quantity":25,"options":[{"name":"\u989c\u8272","value":"\u9ed1\u8272"},{"name":"\u5c3a\u5bf8","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":100};
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":"753ec6c2-0f4d-4ad2-af00-d12820ba1ed8","product_id":"29fefe52-cd94-49f0-9e13-5e80605afd46","title":"\u9ed1\u8272-M","weight_unit":"kg","inventory_quantity":25,"sku":"HMS-P2404-150-\u9ed1\u8272-M-A0012739","barcode":"","position":1,"option1":"\u9ed1\u8272","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f06964760e362b14c94d29a4002c2275.jpg","path":"f06964760e362b14c94d29a4002c2275.jpg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":39,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"39","retail_price":"0","available":true,"url":"\/products\/pre-sale-golf-clothing-mens-knitted-top-hms?variant=753ec6c2-0f4d-4ad2-af00-d12820ba1ed8","available_quantity":25,"options":[{"name":"\u989c\u8272","value":"\u9ed1\u8272"},{"name":"\u5c3a\u5bf8","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":100};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + ' ');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}