Woven bag Straw bags
${function() {
const variantData = data.variant || {"id":"cf35468b-f682-4aad-b215-ac5e8373df1f","product_id":"9b875e95-8f60-437b-a041-7290ab987803","title":"Beige","weight_unit":"kg","inventory_quantity":995,"sku":"LY00177SM-Large beige","barcode":"","position":1,"option1":"Beige","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/51b3061400693422905768aaf91f002d.jpeg","path":"51b3061400693422905768aaf91f002d.jpeg","width":894,"height":1117,"alt":"","aspect_ratio":0.8003581020590869},"wholesale_price":[{"price":33.46,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"33.46","retail_price":"0","available":true,"url":"\/products\/woven-bag?variant=cf35468b-f682-4aad-b215-ac5e8373df1f","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Beige
${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
$33.46
${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":"cf35468b-f682-4aad-b215-ac5e8373df1f","product_id":"9b875e95-8f60-437b-a041-7290ab987803","title":"Beige","weight_unit":"kg","inventory_quantity":995,"sku":"LY00177SM-Large beige","barcode":"","position":1,"option1":"Beige","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/51b3061400693422905768aaf91f002d.jpeg","path":"51b3061400693422905768aaf91f002d.jpeg","width":894,"height":1117,"alt":"","aspect_ratio":0.8003581020590869},"wholesale_price":[{"price":33.46,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"33.46","retail_price":"0","available":true,"url":"\/products\/woven-bag?variant=cf35468b-f682-4aad-b215-ac5e8373df1f","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"}],"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.
${function(){
const variantData = data.variant || {"id":"cf35468b-f682-4aad-b215-ac5e8373df1f","product_id":"9b875e95-8f60-437b-a041-7290ab987803","title":"Beige","weight_unit":"kg","inventory_quantity":995,"sku":"LY00177SM-Large beige","barcode":"","position":1,"option1":"Beige","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/51b3061400693422905768aaf91f002d.jpeg","path":"51b3061400693422905768aaf91f002d.jpeg","width":894,"height":1117,"alt":"","aspect_ratio":0.8003581020590869},"wholesale_price":[{"price":33.46,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"33.46","retail_price":"0","available":true,"url":"\/products\/woven-bag?variant=cf35468b-f682-4aad-b215-ac5e8373df1f","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}