DUO PANT OLIVE
${function() {
const variantData = data.variant || {"id":"e9d1e8dd-5fa0-4e34-bf30-10c203ac75e0","product_id":"6b154f51-9e66-4e63-b6dd-1985431433a6","title":"OLIVE-2XSMA-577","weight_unit":"lb","inventory_quantity":0,"sku":"BN303733","barcode":"1704179777803\/794","position":1,"option1":"OLIVE","option2":"2XSMA","option3":"577","note":"","image":{"src":"\/\/img.staticdj.com\/456844ce91d46ec94ff4cd0c8ba1923a.jpeg","path":"456844ce91d46ec94ff4cd0c8ba1923a.jpeg","width":1600,"height":2000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":119,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"119","retail_price":"0","available":true,"url":"\/products\/bn303733-olive?variant=e9d1e8dd-5fa0-4e34-bf30-10c203ac75e0","available_quantity":999999999,"options":[{"name":"Color","value":"OLIVE"},{"name":"Size","value":"2XSMA"},{"name":"Color Code","value":"577"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Color:
OLIVE
${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:
2XSMA
${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}
`
}()}
Color Code:
577
${function(){
const optName = "Color Code";
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
$119.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":"e9d1e8dd-5fa0-4e34-bf30-10c203ac75e0","product_id":"6b154f51-9e66-4e63-b6dd-1985431433a6","title":"OLIVE-2XSMA-577","weight_unit":"lb","inventory_quantity":0,"sku":"BN303733","barcode":"1704179777803\/794","position":1,"option1":"OLIVE","option2":"2XSMA","option3":"577","note":"","image":{"src":"\/\/img.staticdj.com\/456844ce91d46ec94ff4cd0c8ba1923a.jpeg","path":"456844ce91d46ec94ff4cd0c8ba1923a.jpeg","width":1600,"height":2000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":119,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"119","retail_price":"0","available":true,"url":"\/products\/bn303733-olive?variant=e9d1e8dd-5fa0-4e34-bf30-10c203ac75e0","available_quantity":999999999,"options":[{"name":"Color","value":"OLIVE"},{"name":"Size","value":"2XSMA"},{"name":"Color Code","value":"577"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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.
Sku : BN303733
Barcode : 1704179777803/794
${function(){
const variantData = data.variant || {"id":"e9d1e8dd-5fa0-4e34-bf30-10c203ac75e0","product_id":"6b154f51-9e66-4e63-b6dd-1985431433a6","title":"OLIVE-2XSMA-577","weight_unit":"lb","inventory_quantity":0,"sku":"BN303733","barcode":"1704179777803\/794","position":1,"option1":"OLIVE","option2":"2XSMA","option3":"577","note":"","image":{"src":"\/\/img.staticdj.com\/456844ce91d46ec94ff4cd0c8ba1923a.jpeg","path":"456844ce91d46ec94ff4cd0c8ba1923a.jpeg","width":1600,"height":2000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":119,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"119","retail_price":"0","available":true,"url":"\/products\/bn303733-olive?variant=e9d1e8dd-5fa0-4e34-bf30-10c203ac75e0","available_quantity":999999999,"options":[{"name":"Color","value":"OLIVE"},{"name":"Size","value":"2XSMA"},{"name":"Color Code","value":"577"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}