Men's belt sports golf h3950
${function() {
const variantData = data.variant || {"id":"ffae1759-d815-475e-9842-fed4b071c5b7","product_id":"e89c25be-b10f-4662-9150-3beaf660284a","title":"WHTIE","weight_unit":"kg","inventory_quantity":19,"sku":"H3950-P90-WHTIE-A0011265","barcode":"","position":2,"option1":"WHTIE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3c1fa01301c210bb256afc5b5a804ccb.jpg","path":"3c1fa01301c210bb256afc5b5a804ccb.jpg","width":610,"height":915,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":32,"min_quantity":1}],"weight":"0","compare_at_price":"58","price":"32","retail_price":"58","available":true,"url":"\/products\/mens-belt-sports-golf-h3950?variant=ffae1759-d815-475e-9842-fed4b071c5b7","available_quantity":19,"options":[{"name":"COLOR","value":"WHTIE"}],"off_ratio":45,"flashsale_info":[],"sales":30};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
WHTIE
${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}
`
}()}
Add to cart
$32.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":"ffae1759-d815-475e-9842-fed4b071c5b7","product_id":"e89c25be-b10f-4662-9150-3beaf660284a","title":"WHTIE","weight_unit":"kg","inventory_quantity":19,"sku":"H3950-P90-WHTIE-A0011265","barcode":"","position":2,"option1":"WHTIE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3c1fa01301c210bb256afc5b5a804ccb.jpg","path":"3c1fa01301c210bb256afc5b5a804ccb.jpg","width":610,"height":915,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":32,"min_quantity":1}],"weight":"0","compare_at_price":"58","price":"32","retail_price":"58","available":true,"url":"\/products\/mens-belt-sports-golf-h3950?variant=ffae1759-d815-475e-9842-fed4b071c5b7","available_quantity":19,"options":[{"name":"COLOR","value":"WHTIE"}],"off_ratio":45,"flashsale_info":[],"sales":30};
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":"ffae1759-d815-475e-9842-fed4b071c5b7","product_id":"e89c25be-b10f-4662-9150-3beaf660284a","title":"WHTIE","weight_unit":"kg","inventory_quantity":19,"sku":"H3950-P90-WHTIE-A0011265","barcode":"","position":2,"option1":"WHTIE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3c1fa01301c210bb256afc5b5a804ccb.jpg","path":"3c1fa01301c210bb256afc5b5a804ccb.jpg","width":610,"height":915,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":32,"min_quantity":1}],"weight":"0","compare_at_price":"58","price":"32","retail_price":"58","available":true,"url":"\/products\/mens-belt-sports-golf-h3950?variant=ffae1759-d815-475e-9842-fed4b071c5b7","available_quantity":19,"options":[{"name":"COLOR","value":"WHTIE"}],"off_ratio":45,"flashsale_info":[],"sales":30};
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 `
`;
}()}