Golf Women's Men's Giant Comfort Bag Black Denim Fabric Shoulder Bag Handbag
${function() {
const variantData = data.variant || {"id":"ae0ac640-3eb5-47b6-bed4-e16a0dcd8a8a","product_id":"375b43ae-457e-4c84-b2fe-fa2cf5c6715c","title":"large","weight_unit":"kg","inventory_quantity":89,"sku":"\u5927\u65ed-\u5927\u53f7120-large-A0014978","barcode":"","position":2,"option1":"large","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b0a1bda934a4fcd7eee3ffbef837f882.jpg","path":"b0a1bda934a4fcd7eee3ffbef837f882.jpg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0.8","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/golf-womens-mens-giant-comfort-bag-black-denim-fabric-shoulder-bag-handbag?variant=ae0ac640-3eb5-47b6-bed4-e16a0dcd8a8a","available_quantity":89,"options":[{"name":"colour","value":"large"}],"off_ratio":0,"flashsale_info":[],"sales":27};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Colour:
large
${function(){
const optName = "colour";
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
$35.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":"ae0ac640-3eb5-47b6-bed4-e16a0dcd8a8a","product_id":"375b43ae-457e-4c84-b2fe-fa2cf5c6715c","title":"large","weight_unit":"kg","inventory_quantity":89,"sku":"\u5927\u65ed-\u5927\u53f7120-large-A0014978","barcode":"","position":2,"option1":"large","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b0a1bda934a4fcd7eee3ffbef837f882.jpg","path":"b0a1bda934a4fcd7eee3ffbef837f882.jpg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0.8","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/golf-womens-mens-giant-comfort-bag-black-denim-fabric-shoulder-bag-handbag?variant=ae0ac640-3eb5-47b6-bed4-e16a0dcd8a8a","available_quantity":89,"options":[{"name":"colour","value":"large"}],"off_ratio":0,"flashsale_info":[],"sales":27};
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":"ae0ac640-3eb5-47b6-bed4-e16a0dcd8a8a","product_id":"375b43ae-457e-4c84-b2fe-fa2cf5c6715c","title":"large","weight_unit":"kg","inventory_quantity":89,"sku":"\u5927\u65ed-\u5927\u53f7120-large-A0014978","barcode":"","position":2,"option1":"large","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b0a1bda934a4fcd7eee3ffbef837f882.jpg","path":"b0a1bda934a4fcd7eee3ffbef837f882.jpg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0.8","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/golf-womens-mens-giant-comfort-bag-black-denim-fabric-shoulder-bag-handbag?variant=ae0ac640-3eb5-47b6-bed4-e16a0dcd8a8a","available_quantity":89,"options":[{"name":"colour","value":"large"}],"off_ratio":0,"flashsale_info":[],"sales":27};
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 `
`;
}()}