Gardening-Kneeler-Seating-Bundle
${function() {
const variantData = data.variant || {"id":"f5dbdeae-449e-48e9-80c9-41b5bb8d0588","product_id":"f48a5806-cf1a-4f8b-9e73-412928f16a46","title":"iron pipe + EVA cushion","weight_unit":"g","inventory_quantity":10000,"sku":"GSBundle","barcode":"'699911397196","position":1,"option1":"iron pipe + EVA cushion","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b8c96e1ccae618a42efe4415d9e2cb8f.jpeg","path":"b8c96e1ccae618a42efe4415d9e2cb8f.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":138.99,"min_quantity":1}],"weight":"3000","compare_at_price":"277.98","price":"138.99","retail_price":"277.98","available":true,"url":"\/products\/gardening-kneeler-seating-bundle?variant=f5dbdeae-449e-48e9-80c9-41b5bb8d0588","available_quantity":999999999,"options":[{"name":"Material","value":"iron pipe + EVA cushion"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Material:
iron pipe + EVA cushion
${function(){
const optName = "Material";
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
$138.99
${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":"f5dbdeae-449e-48e9-80c9-41b5bb8d0588","product_id":"f48a5806-cf1a-4f8b-9e73-412928f16a46","title":"iron pipe + EVA cushion","weight_unit":"g","inventory_quantity":10000,"sku":"GSBundle","barcode":"'699911397196","position":1,"option1":"iron pipe + EVA cushion","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b8c96e1ccae618a42efe4415d9e2cb8f.jpeg","path":"b8c96e1ccae618a42efe4415d9e2cb8f.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":138.99,"min_quantity":1}],"weight":"3000","compare_at_price":"277.98","price":"138.99","retail_price":"277.98","available":true,"url":"\/products\/gardening-kneeler-seating-bundle?variant=f5dbdeae-449e-48e9-80c9-41b5bb8d0588","available_quantity":999999999,"options":[{"name":"Material","value":"iron pipe + EVA cushion"}],"off_ratio":50,"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":"f5dbdeae-449e-48e9-80c9-41b5bb8d0588","product_id":"f48a5806-cf1a-4f8b-9e73-412928f16a46","title":"iron pipe + EVA cushion","weight_unit":"g","inventory_quantity":10000,"sku":"GSBundle","barcode":"'699911397196","position":1,"option1":"iron pipe + EVA cushion","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b8c96e1ccae618a42efe4415d9e2cb8f.jpeg","path":"b8c96e1ccae618a42efe4415d9e2cb8f.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":138.99,"min_quantity":1}],"weight":"3000","compare_at_price":"277.98","price":"138.99","retail_price":"277.98","available":true,"url":"\/products\/gardening-kneeler-seating-bundle?variant=f5dbdeae-449e-48e9-80c9-41b5bb8d0588","available_quantity":999999999,"options":[{"name":"Material","value":"iron pipe + EVA cushion"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
`
}()}