Stand Stacking Planters Strawberry Planting Pots
${function() {
const variantData = data.variant || {"id":"fd20a0d1-2af6-4e5f-a232-eaa67125ad60","product_id":"abc4cd86-0f20-4e33-9bb8-77acab30d38f","title":"Green-Flowerpot","weight_unit":"kg","inventory_quantity":878,"sku":"x-\u5806\u53e0\u82b1\u76c6-\u7eff\u8272-\u82b1\u76c6-1","barcode":"","position":1,"option1":"Green","option2":"Flowerpot","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eaca8632252b614641e2865682f5a25c.jpeg","path":"eaca8632252b614641e2865682f5a25c.jpeg","width":732,"height":732,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"25.99","retail_price":"39.99","available":true,"url":"\/products\/\ud83c\udf3cplant-festival-special-50-off-stand-stacking-planters-strawberry-planting-pots-2wr3?variant=fd20a0d1-2af6-4e5f-a232-eaa67125ad60","available_quantity":878,"options":[{"name":"color","value":"Green"},{"name":"Type","value":"Flowerpot"}],"off_ratio":35,"flashsale_info":[],"sales":19};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Color:
Green
${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}
`
}()}
Type:
Flowerpot
${function(){
const optName = "Type";
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
$25.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":"fd20a0d1-2af6-4e5f-a232-eaa67125ad60","product_id":"abc4cd86-0f20-4e33-9bb8-77acab30d38f","title":"Green-Flowerpot","weight_unit":"kg","inventory_quantity":878,"sku":"x-\u5806\u53e0\u82b1\u76c6-\u7eff\u8272-\u82b1\u76c6-1","barcode":"","position":1,"option1":"Green","option2":"Flowerpot","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eaca8632252b614641e2865682f5a25c.jpeg","path":"eaca8632252b614641e2865682f5a25c.jpeg","width":732,"height":732,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"25.99","retail_price":"39.99","available":true,"url":"\/products\/\ud83c\udf3cplant-festival-special-50-off-stand-stacking-planters-strawberry-planting-pots-2wr3?variant=fd20a0d1-2af6-4e5f-a232-eaa67125ad60","available_quantity":878,"options":[{"name":"color","value":"Green"},{"name":"Type","value":"Flowerpot"}],"off_ratio":35,"flashsale_info":[],"sales":19};
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":"fd20a0d1-2af6-4e5f-a232-eaa67125ad60","product_id":"abc4cd86-0f20-4e33-9bb8-77acab30d38f","title":"Green-Flowerpot","weight_unit":"kg","inventory_quantity":878,"sku":"x-\u5806\u53e0\u82b1\u76c6-\u7eff\u8272-\u82b1\u76c6-1","barcode":"","position":1,"option1":"Green","option2":"Flowerpot","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eaca8632252b614641e2865682f5a25c.jpeg","path":"eaca8632252b614641e2865682f5a25c.jpeg","width":732,"height":732,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"25.99","retail_price":"39.99","available":true,"url":"\/products\/\ud83c\udf3cplant-festival-special-50-off-stand-stacking-planters-strawberry-planting-pots-2wr3?variant=fd20a0d1-2af6-4e5f-a232-eaa67125ad60","available_quantity":878,"options":[{"name":"color","value":"Green"},{"name":"Type","value":"Flowerpot"}],"off_ratio":35,"flashsale_info":[],"sales":19};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}