多款式商品1
1231
${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 `
`;
}()}
${function() {
const variantData = data.variant || {"id":"244cd731-7cc3-46be-9967-9ac648d0efe4","product_id":"daf7adab-b465-4a44-afe9-314448c2ae1a","title":"green-l","weight_unit":"kg","inventory_quantity":7,"sku":"","barcode":"","position":2,"option1":"green","option2":"l","option3":"","note":"","image":null,"wholesale_price":[{"price":30,"min_quantity":30},{"price":20,"min_quantity":50}],"weight":"0","compare_at_price":"30","price":"30","retail_price":"30","available":true,"url":"\/products\/\u591a\u6b3e\u5f0f\u5546\u54c11?variant=244cd731-7cc3-46be-9967-9ac648d0efe4","available_quantity":7,"options":[{"name":"color","value":"green"},{"name":"size","value":"l"}],"off_ratio":0,"flashsale_info":[],"sales":4};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${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 variantData = data.variant || {"id":"244cd731-7cc3-46be-9967-9ac648d0efe4","product_id":"daf7adab-b465-4a44-afe9-314448c2ae1a","title":"green-l","weight_unit":"kg","inventory_quantity":7,"sku":"","barcode":"","position":2,"option1":"green","option2":"l","option3":"","note":"","image":null,"wholesale_price":[{"price":30,"min_quantity":30},{"price":20,"min_quantity":50}],"weight":"0","compare_at_price":"30","price":"30","retail_price":"30","available":true,"url":"\/products\/\u591a\u6b3e\u5f0f\u5546\u54c11?variant=244cd731-7cc3-46be-9967-9ac648d0efe4","available_quantity":7,"options":[{"name":"color","value":"green"},{"name":"size","value":"l"}],"off_ratio":0,"flashsale_info":[],"sales":4};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
Inventory : ${variantData && variantData.available_quantity}
`
}()}